@charset "UTF-8";

/* =====================================
	全体設定
===================================== */


a {
	color:#0f2280;
	text-decoration:none;
}
a:hover {
	color:#0f2280;
	text-decoration:underline;
}
html{
	overflow-y:scroll;
}
body {
	margin:0;
	height:100%;
	color:#4d4d4d;
	line-height:1.4;
	font-size:12px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	background:#fff;
}
html,body {
	height:100%;
}
#container {
	min-height:92%;
	margin:0 auto;
}
* html #container {
	height:92%;
}
#footer{
	height:6%;
}

#header,
#ctrlAreaWrapper,
#footer {
	min-width: 980px;
}

.underline  {
/* 	border-bottom: dotted 2px #8899ff;  */
	border-bottom: solid 1px #9999ff;
}


/* =====================================
	header
===================================== */

#header {
	background:#a9b0d4;
	margin:0 0 10px 0;
}
/* .weekCal #header,
.weekCal #ctrlAreaWrapper {
	padding-right: 160px;
} */
#headerInner{
	width:980px;
	margin:0 auto;
}
#headerInner p{
	float:left;
}
#headerInner p.contactLink{
	float:right;
	padding:13px 0 0 0;
}
#headerInner p.contactLink a{
	color:#fff;
	text-decoration:none;
}
#headerInner p.contactLink a:hover{
	text-decoration:underline;
}
/* #2375 2013.11.15
#headerInner p.smartSite{ /* #2165 2013.10.17
	padding:10px 0 0 300px;
	display:none;
}*/
.loginPage div.smartSite{
	padding:10px 0;
	width: 100%;
	text-align:center;
}
/* =====================================
	nav
===================================== */

#gnav{
	margin:0 0 21px 0;
	background:url(../img/gnav_bg.jpg) top left repeat-x;
}
#gnav ul{
	width:980px;
	margin:0 auto;
}
#gnav ul li{
	display:inline;
}

/* =====================================
	パンくず
===================================== */

.topicPath {
	clear:both;
	width:980px;
	font-size:0.834em;
}

/* =====================================
	content
===================================== */

#content {
	clear:both;
	width:980px;
}

#main {
	width:980px;
	margin:0 auto;
}
.prettyPopin #main {
	width: 100%;
}

#sub {
	float:right;
	width:320px;
}

/* =====================================
	footer
===================================== */

#footer {
	clear:both;
	width:980px;
	border-top:1px solid #999999;
}
.footerBox{
	padding:10px 20px;
}
.footerBox:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.footerBox {display: inline-block;}
/* Hides from IE-mac \*/
* html .footerBox { height: 1%;}
.footerBox {display: block;}
/* End hide from IE-mac */


#copyright {
	font-size:0.834em;
}