@charset "utf-8";
/* CSS Document */

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
- Index Of Base.css -
　01 basic layout
　02 font style
　03 link style
　04 other style
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


/*◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇

	01 basic layout

◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇*/


html {
    overflow-y:scroll;/*スクロールバーエリアを常に確保*/
	min-width:1487px;/*横スクロール時の背景が切れるバグfix*/
}

/* hack for IE7 zoom
-------------------------------------------*/
*+html{
	background-color:#ebebeb;
}

/* body
-------------------------------------------*/
body{
	background:#ebebeb url(../images/bg.jpg) center top no-repeat;
	color:#333333;
	font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	_text-align:center;
	font-size:76%;
	line-height:160%;
}

/* container
-------------------------------------------*/
div#container{
	border-top:7px solid #2b3f99;
	text-align:left;
}

/* header, footer, contents
-------------------------------------------*/
div#header,
div#footer,
div#contents{
	margin:0 auto;
	width:896px;
}
div#header,
div#footer{
	width:847px;/*893-46*/
}
/* header
-------------------------------------------*/
div#header{
	border-bottom:3px solid #2b3f99;
	padding:15px 0;
}
div#header h1{
	padding-bottom:10px;
}
div#header div#logo{
	float:left;
	width:161px;
}
div#header ul{
	width:590px;
	float:right;
	padding-top:25px;
}
div#header ul li{
	float:left;
	margin-right:10px;
	padding-top:10px;
}
div#header ul li.lastchild{
	margin-right:0px;
}
div#header ul li:hover,
div#header ul li.current{
	background:url(../images/gNav_hover.gif) left top no-repeat;
}
div#header ul li a{
	display:block;
	text-align:center;
	width:140px;
}
/* footer
-------------------------------------------*/
div#footer{
	padding:10px 0 15px 0;
}
div#footer ul,
div#footer ul li{
	float:left;
}
div#footer ul li span{
	margin:0 10px;
}
div#footer p{
	float:right;
	padding-top:5px;
}
/* panquzNav
-------------------------------------------*/
div#panquzNav ol{

}
div#panquzNav ol li{

}

/* contents
-------------------------------------------*/
div#contents{
	background:url(../images/contents_bg.png) left top no-repeat;
}
div#contents div#contentsInner{
	background:url(../images/contents_foot.gif) left bottom no-repeat;
	padding:0 25px 25px 24px;
	min-height:500px;
	_height:500px;
}
div#contents,
div#contents div#contentsInner{
	/*IE6のみ、シャドウなしの白背景*/
	/*_background-image:none !important;
	_background-color:#ffffff !important;*/
}

/* section
-------------------------------------------*/
.section{
	padding:0 10px;
}

/* h2
-------------------------------------------*/
h2{
	background-color:#bfc5e0;
	padding:5px 10px;
	margin-bottom:20px;
}
h2 strong{
	border-left:5px solid #8c97c5;
}

/* h3
-------------------------------------------*/
h3{
	background:url(../images/icon_rect_blue.gif) 10px 10px no-repeat;
	border-bottom:1px dotted #bfc5e0;
	padding:5px 30px;
	margin-bottom:10px;
}

/*◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇

	02 font style

◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇*/

/* font-size / line-height
-------------------------------------------*/
.reg{
	font-size:100%;
	line-height:1.4em;
}
.sml{
	font-size:80%;
	line-height:1.4em;
}
.lrg{
	font-size:120%;
	line-height:1.4em;
}

/* strong / bold
-------------------------------------------*/
strong,
.bold{
	font-weight:bold;
	font-style:normal;
}

.blue{
	color:#2b3f99;
}
.white{
	color:#ffffff;
}
/*◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇

	03 link style

◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇*/
a:link,
a:visited{
	text-decoration:underline;
	color:#333333;
}
a:hover{
	text-decoration:none;
}

/*◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇

	04 other style

◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇*/

/* align
-------------------------------------------*/
.alCenter{
	text-align:center !important;
}
.alRight{
	text-align:right;
}
.alLeft{
	text-align:left !important;
}

/* margin
-------------------------------------------*/
.mgtop0px{
	margin-top:0px !important;
}
.mgtop5px{
	margin-top:5px;
}
.mgtop10px{
	margin-top:10px;
}
.mgtop15px{
	margin-top:15px;
}
.mgtop20px{
	margin-top:20px;
}
.mgtop25px{
	margin-top:25px;
}
.mgtop30px{
	margin-top:30px;
}
.mgtop35px{
	margin-top:35px;
}

.mgbtm0px{
	margin-bottom:0px !important;
}
.mgbtm5px{
	margin-bottom:5px;
}
.mgbtm10px{
	margin-bottom:10px;
}
.mgbtm15px{
	margin-bottom:15px;
}
.mgbtm20px{
	margin-bottom:20px;
}
.mgbtm25px{
	margin-bottom:25px;
}
.mgbtm30px{
	margin-bottom:30px;
}
.mgbtm35px{
	margin-bottom:35px;
}

.mgrt5px{
	margin-right:5px;
}
.mgrt10px{
	margin-right:10px;
}
.mgrt15px{
	margin-right:15px;
}
.mgrt20px{
	margin-right:20px;
}
.mgrt25px{
	margin-right:25px;
}
.mgrt30px{
	margin-right:30px;
}
.mgrt35px{
	margin-right:35px;
}
	
.mglt5px{
	margin-left:5px;
}
.mglt10px{
	margin-left:10px;
}
.mglt15px{
	margin-left:15px;
}
.mglt20px{
	margin-left:20px;
}
.mglt25px{
	margin-left:25px;
}
.mglt30px{
	margin-left:30px;
}
.mglt35px{
	margin-left:35px;
}

.mgrow5px{
	margin-top:5px;
	margin-bottom:5px;
}
.mgrow10px{
	margin-top:10px;
	margin-bottom:10px;
}
.mgrow15px{
	margin-top:15px;
	margin-bottom:15px;
}
.mgrow20px{
	margin-top:20px;
	margin-bottom:20px;
}
.mgrow25px{
	margin-top:25px;
	margin-bottom:25px;
}
.mgrow30px{
	margin-top:30px;
	margin-bottom:30px;
}
.mgrow35px{
	margin-top:35px;
	margin-bottom:35px;
}

/* padding
-------------------------------------------*/
.pgrt0px{
	padding-right:0px !important;
}
.pgbtm5px{
	padding-bottom:5px !important;
}
.pgbtm10px{
	padding-bottom:10px !important;
}
.pgbtm15px{
	padding-bottom:15px !important;
}
.pgbtm20px{
	padding-bottom:20px !important;
}
.pgbtm25px{
	padding-bottom:25px !important;
}


/* clear
-------------------------------------------*/
.clear{
	clear:both;
}

/* pagetop / nextbtn
-------------------------------------------*/
.btnsWrap .pagetop{
	float:right;
}
.btnsWrap .nextbtn{
	float:left;
	width:200px;
}

.pagetop{
	text-align:right;
}
/* clearfix
-------------------------------------------*/
.clearfix:after,
#header:after,
#header #globalNav:after,
#footer:after,
#footer #footerNav:after,
#contents:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix,
* html #header,
* html #header #globalNav,
* html #footer,
* html #footer #footerNav,
* html #contents {
	zoom: 1;
} /* IE6 */

*:first-child+html .clearfix,
*:first-child+html #header,
*:first-child+html #header #globalNav,
*:first-child+html #footer,
*:first-child+html #footer #footerNav,
*:first-child+html #contents {
	zoom: 1;
} /* IE7 */