@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  base.css
	infomation :  下層共通部分
	
 ---------------------------------------------- */
body {
	background: #070c40;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

#wrapper {
	background: url(../images/sub_head_bk.jpg) no-repeat;
	background-position: top;
	}
#contents {
	width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	}
#header {
	height: 244px;
	position: relative;
	}
#header h1 {
	width: 960px;
	height: 108px;
	text-indent: -9999px;
	background: url(../images/head.png) no-repeat;
	background-position: top;
	}
#logo {
	position: absolute;
	top: 0px;
	left: 40px;
	}
/*-- contents --*/
#title {
	width: 980px;
	background: url(../images/cnt_head.png) no-repeat;
	background-position: bottom;
	height: 136px;
	z-index: 22;
	display: block;
	}
#title h2 {
	padding: 89px 0px 0px 42px;
	margin: 0px 0px 0px 0px;
	}
#mainLogo {
	background: url(../images/foot_logo.png) no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	}
#mainCnt {
	width: 920px;
	padding: 0px 30px 0px 30px;
	background: url(../images/cnt_bk.png) repeat-y;
	z-index: 9999;
	}
#mainFoot {
	width: 980px;
	height: 34px;
	margin: 0px 0px 0px 0px;
	background: url(../images/cnt_foot.png) no-repeat;
	position: relative;
	background-position: bottom;
	zoom:1;
	}
p#pageTop {
	position: absolute;
	bottom: -18px;
	right: 4px;
}
/*-- contents --*/

/*-- snlink --*/
#snlink {
	position: absolute;
	top: 44px;
	right: 14px;
	}
#snlink ul{
	}
#snlink li{
	float: right;
	}
/*-- snlink --*/
/*-- footer --*/
#footer {
	margin: 40px 0px 0px 0px;
	height: 49px;
	background: url(../images/footbk.gif) repeat-x;
	}
#footer p {
	width: 515px;
	height: 19px;
	padding: 14px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}
/*-- footer --*/
/* -----navi ------*/
#navi {
	width: 890px;
	position: absolute;
	top: 82px;
	left: 40px;
	height:51px;
	margin: 0px auto 0px auto;
	}
#navi ul {
	position: relative;
	}
#mnav01 { position: absolute; top: 0px; left: 0px;}
#mnav02 { position: absolute; top: 0px; left: 224px;}
#mnav03 { position: absolute; top: 0px; left: 388px;}
#mnav04 { position: absolute; top: 0px; left: 553px;}
#mnav05 { position: absolute; top: 0px; left: 717px;}

#sub_navi {
	width: 890px;
	height:24px;
	position: absolute;
	top: 134px;
	left: 40px;
	margin: 3px auto 0px auto;
	z-index: 99;
	}
#sub_navi ul {
	margin: 0px 0px 0px 6px;
	}
#sub_navi li {
	float: left;
	}
/* -----navi ------*/





