@charset "utf-8";
/* common css */

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	font-family: 'メイリオ', 'Meiryo, sans-serif', 'ＭＳ Ｐゴシック', 'Osaka';
	color: #666666;
	background-color: #111111;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #169BD2;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* 回り込み解除
--------------------------*/

.clear  {
	clear: both;
	visibility: hidden;
	height: 0px;
}
#container {
	width: 100%;
	z-index: 0;
}
#wrapper {
	width: 100%;
	z-index: 1;
}


/* basic layout
--------------------------*/

#header {
	display: block;
	width: 100%;
	background-image: url(../common/images/headBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 36px;
	margin-bottom: 10px;
	position: relative;
	top: 20px;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#footer {
	background-image: url(../common/images/footBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	width: 100%;
	position: relative;
}

/* container styles
--------------------------*/

#container h1 {
	width: 100%;
	height: 798px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	position: absolute;
}



/* header styles
--------------------------*/

#header #gNavi {
	list-style: none;
	display: block;
	height: 36px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header #gNavi li {
	display: block;
	float: left;
}
#header #gNavi #gnavi01 a {
	background-image: url(../common/images/gNavi01.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 135px;
}
#header #gNavi #gnavi02 a {
	background-image: url(../common/images/gNavi02.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 135px;
}
#header #gNavi #gnavi03 a {
	background-image: url(../common/images/gNavi03.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 135px;
}
#header #gNavi #gnavi04 a {
	background-image: url(../common/images/gNavi04.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 135px;
}
#header #gNavi #gnavi05 a {
	background-image: url(../common/images/gNavi05.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 150px;
}
#header #gNavi #gnavi06 a {
	background-image: url(../common/images/gNavi06.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 130px;
}
#header #gNavi #gnavi07 a {
	background-image: url(../common/images/gNavi07.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 130px;
}
#header #gNavi #gnavi01 a:hover,
#header #gNavi #gnavi02 a:hover,
#header #gNavi #gnavi03 a:hover,
#header #gNavi #gnavi04 a:hover,
#header #gNavi #gnavi05 a:hover,
#header #gNavi #gnavi06 a:hover,
#header #gNavi #gnavi07 a:hover {
	background-position: 0px -36px;
}


/* main styles
--------------------------*/

#main h2 a {
	background-image: url(../common/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 86px;
	width: 174px;
	margin-left: 10px;
	margin-bottom: 447px;
	position: relative;
	z-index: 3;
	top: 20px;
}
#main #boxLeft {
	height: 130px;
	width: 691px;
	float: left;
	margin-left: 36px;
	background-image: url(../images/topicsBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 4;
	position: relative;
	top: 20px;
}
#main iframe {
	height: 85px;
	width: 672px;
	margin-top: 35px;
	margin-left: 10px;
}
#main #banner01 a {
	background-image: url(../images/banner01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 182px;
	margin-bottom: 5px;
}
#main  #banner02  a {
	background-image: url(../images/banner02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 182px;
	margin-bottom: 5px;
}
#main  #banner03  a {
	background-image: url(../images/banner03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 182px;
}
#main #banner01 a:hover,
#main #banner02 a:hover,
#main #banner03 a:hover {
	background-position: -182px 0px;
}
#main .boxRight {
	width: 182px;
	height: 130px;
	float: left;
	margin-left: 5px;
	position: relative;
	z-index: 4;
	top: 20px;
	margin-bottom: 20px;
}


/* footer styles
--------------------------*/

#footer .footerBox {
	height: 25px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer address {
	background-image: url(../common/images/copyright.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 409px;
	float: left;
	margin-left: 265px;
}
#footer #footNavi {
	list-style: none;
	display: block;
	height: 25px;
	float: left;
	margin-left: 87px;
}
#footer #footNavi li {
	float: left;
}

#footer  #footnavi01 a {
	background-image: url(../common/images/privacy_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 115px;
}
#footer #footnavi02 a {
	background-image: url(../common/images/footNavi01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 16px;
	margin-right: 5px;
}
#footer  #footnavi03  a {
	background-image: url(../common/images/footNavi02.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 16px;
}
#footer #footnavi01 a:hover, {
	background-position: 0px -25px;
}
#footer #footnavi01 a:hover {
	background-position: 0px -26px;
}

#footer #footnavi02 a:hover,
#footer #footnavi03 a:hover {
	background-position: -16px 4px;

}
#container .noFlash {
	background-image: url(../images/noScript.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 798px;
	width: 100%;
}
#container noscript {

}



/* IE6
--------------------------*/

* html #header {
	margin-bottom: 0px;

}
* html #main {
	margin-bottom: 52px;
}
* html #main h2 a {
	margin-bottom: 430px;
}
* html #main #boxLeft {
	margin-left: 18px;
}
* html #footer address {
	display: inline;
}
* html #footer {
	margin-top: -51px;
}
