@charset "utf-8";

/* CSS Document */


/* ボディ基本
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	color: #4c4c4c;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "MS P SVbN", sans-serif, Osaka;
	line-height: 1.5;
	font-size: 11px;
	text-align: center;
	background-color: #FFF;
}

strong {
	color:#333;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #0000FF;
}

img {
	border: none;
	vertical-align: top;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	height: 476px;
}

P {
	margin: 0 0 5px 0;
	vertical-align: middle;
}


/* ボディ直下h1
---------------------------------------------*/

.H1 {
	font-size: 10px;
	color: #999;
	margin: 0;
	padding: 0;
}

/* ヘッダ基本
---------------------------------------------*/

#header {
	position: relative;
	height: 94px;
	text-align: left;
	list-style: none;
	margin: 20px 0 0 0;
	width: 100%; /* IE6対策用 */
	z-index: 100;
}

.headBox {
	width: 100%;
}

.head ul {
	list-style: none;
}

.head li {
	float: left;
}


/* ヘッダナビ
---------------------------------------------*/

#navigation {
	position: absolute;
	top: 63px;
	left: 0;
	width: 700px;
	height: 31px;
	text-align: center;
	background: url(../img/navi_base.gif) left top repeat-x;
	list-style: none;
}
	
#navigation ul {
	list-style: none;
}
	
#navigation li {
	float: left;
	width: 100px;
}

#navigation li a {
	width: 100px;
	overflow: hidden;
}


#navigation ul li.parent ul {
	display: none;
}
	
#navigation ul li.parentOn ul {
	display: block;
	width: 92px;
	background-color:#FFFFFF;
}

#navigation ul ul {
	text-align: center;
	border: 1px solid #333;
}

#navigation ul ul li {
	float: none;
	overflow: hidden;
	display: block;
	width: 84px;
	background-color: #FFF;
}

#navigation ul ul li a {
	color: #000066;
	font-size: 9px;
	font-weight: normal;
	padding: 3px 0;
	background: none;
	text-align: center;
}

#navigation ul ul li a:hover {
	color: #CC00FF;
	width: 100px;
	background-image: none;
}


/* メインコンテンツ
---------------------------------------------*/

#contents {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: center;
	display: block;
	z-index: 50; /* FireFox用 */
	height: 370px;
	overflow: auto !important; /* FireFox用 */
	overflow: /**/ hidden;  /* FireFox用 */
}

.title_1 {
	color:#333;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
}


#contents h2 {
	margin: 0;
	padding: 0 0 8px 0;
}

#contents h3 {
	margin: 0;
	padding: 0 0 5px 0;
}

#contents h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #333;
}

.contentsBoxMain {
	width: 420px;
	margin-right: auto; /* センタリング指定 */
	margin-left: auto; /* センタリング指定 */
	padding: 55px 0 0 0;
	text-align: left;
}

.contentsBoxMain2 {
	width: 500px;
	margin-right: auto; /* センタリング指定 */
	margin-left: auto; /* センタリング指定 */
	padding: 140px 0 0 0;
	text-align: center;
}

.contentsInfo {
  width: 800px;
	text-align:center;
	margin: 0 auto; /* センタリング指定 */
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 1.8;
}

.contentsInfo2 {
  width: 700px;
	text-align:center;
	margin: 0 auto; /* センタリング指定 */
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 1.2;
}

.contentsInfo3 {
  width: 800px;
	text-align:center;
	margin: 0 auto; /* センタリング指定 */
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 1.2;
}

.contentsInfo4 {
  width:700px;
	text-align:center;
	margin: 0 auto; /* センタリング指定 */
	padding:0;
	font-size: 13px;
	line-height: 1.2;
	color:#FF0099;
	font-weight: bold;
	text-align:left;
}

.contentsInfo6 {
  width:700px;
	text-align:center;
	margin: 0 auto; /* センタリング指定 */
	padding:0;
	font-size: 13px;
	line-height: 1.2;
	color:#000;
	text-align:left;
}

.Info4Box1 {
	display: block;
  width:450px;
	position:relative;
	margin: 0;
	padding:0;
	left: 20px;
	top: 10px;
	font-size: 13px;
	line-height: 2;
	color:#FF0099;
	font-weight: bold;
	text-align:left;
  height:280px;
	z-index:0;
}

.Info4Box2 {
  position:absolute;
	left: 330px;
	top: 110px;
  width:110px;
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: normal;
	line-height:1.2;
	color:#666;
	text-align:center;
}

.Info4Box3 {
  position:absolute;
	left: 440px;
	top: 110px;
  width:110px;
	margin:0;
	padding:0;
	font-size: 12px;
	line-height:1.2;
	color:#666;
	font-weight: normal;
	text-align:center;
}

.Info4Box4 {
  position:absolute;
	left: 550px;
	top: 130px;
  width:110px;
	margin:0;
	padding:0;
	font-size: 12px;
	color:#666;
	font-weight: normal;
	line-height:1.2;
	text-align:center;
}


.Info5Box1 {
	display: block;
  width:450px;
	position:relative;
	margin: 0;
	padding:0;
	left: 20px;
	top: 10px;
	font-size: 13px;
	line-height: 2;
	color:#999933;
	font-weight: bold;
	text-align:left;
  height:280px;
	z-index:0;
}


.Info6Box1 {
background:url(../img/info_back0930.jpg) no-repeat;
width:700px;
height:410px;
}

.Info6Box2 {
position:relative;
top:110px;
left: 15px;
width:400px;
font-size:12px;
line-height:1.5;
}








.txt3 {
  font-size: 12px;
	line-height: 1.8;
}

.contentsBoxLeft {
	float: left;
	width: 245px;
	margin: 0;
	text-align: left;
}

.contentsBoxRight {
	float: left;
	width: 455px;
	text-align: center;
	margin: 0;
	padding: 90px 0 0 0;
}

.contentsBn1 {
  position:absolute;
	left: 310px;
	top: 292px;
	margin: 0;
}

.contentsBn2 {
  position:absolute;
	left: 310px;
	top: 242px;
	margin: 0;
}

.contentsBn3 {
  position:absolute;
	left: 310px;
	top: 192px;
	margin: 0;
}

.contentsBoxLeft2 {
	float: left;
	width: 420px;
	margin: 0;
	padding: 10px 8px 8px 15px;
	text-align: left;
	font-size: 100%;
}

.contentsBoxRight2 {
	float: left;
	width: 240px;
	text-align: center;
	margin: 0;
	padding: 30px 0 0 0 ;
}

.contentsBoxMain3 {
	float: left;
	width: 455px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.contentsboxBn0 {
  position:absolute;
	top: 150px;
	left: 320px;
	margin: 0;
}

.contentsboxBn0_1 {
  position:absolute;
	top: 220px;
	left: 320px;
	margin: 0;
}

.contentsboxBn1 {
  position:absolute;
	top: 5px;
	right: 2px;
	margin: 0;
}

.contentsboxBn2 {
  position:absolute;
	top: 87px;
	right: 2px;
	margin: 0;
}

.contentsboxBn3 {
  position:absolute;
	right: 2px;
	top: 169px;
	margin: 0;
}

.contentsboxBn4 {
  position:absolute;
	right: 2px;
	top: 252px;
	margin: 0;
}


.bold {
	font-size: 160%;
	font-weight: bold;
}

.mediaBox {
	font-size: 8pt;
	margin: 35px 0 0 20px;
	padding: 0;
	width: auto;
	text-align: center;
}

.mediaBox ul {
	list-style: none;
}

.mediaBox li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

.mediaBoxLeft {
	float: left;
	width: 330px;
	padding: 0;
	text-align: center;
}

.txt1 {
	margin: 8px 0 0 0;
	font-size: 8pt;
	display: block;
	margin: 0 0 10px 0;
}

.txt2 {
  color: #CC0000;
}

.textLeft {

	text-align: left;
	display: block;
	margin: 0 0 10px 0;
}


.mediaBox2 {
	font-size: 8pt;
	margin: 17px 0 0 12px;
	padding: 0;
	width: auto;
	text-align: center;
}


/* ポップアップボックス
---------------------------------------------*/
.popBox {
	width: 340px;
	height: 385px;
	margin-right: auto; /* センタリング指定 */
	margin-left: auto; /* センタリング指定 */
	text-align: center;
	padding: 0px;
}

.popline {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 15px;
	background: url(../img/media_img9.gif) repeat;
}

.popBox table {
	margin-top: 10px;
}




/* フッター基本
---------------------------------------------*/
#footer {
	clear: both;
	width: 700px;
	position: relative;
	text-align: left;
	height: 40px;
	margin: 0;
	padding: 0;
	z-index: 0;
	top: 370px;

}

#footer a {
	color: #999;
}

#footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #0000CC;
	text-decoration: none; 
	position: relative; 
	top: 1px; 
	left: 1px; 
}

#footer li {
	list-style: none;
}


#footer p {
  position:absolute;
	top: 20px;
	left: 0px;
}

#footerNavi01 {
  position: absolute;
	right: 175px;
	top: 0px;
	width: 115px;
	text-align: center;
}

#footerNavi02 {
  position: absolute;
	right: 105px;
	top: 0px;
	width: 70px;
	text-align: center;
}

#footerNavi03 {
  position: absolute;
	right: 0px;
	top: 0px;
	width: 105px;
	text-align: center;
}

#footerNavi04 {
  position:absolute;
	right: 506px;
	top: 0px;
	width: 193px;
}

/*
.footerBox1 {
	float: left;
	width: 62%;
	color: #999999;
	margin: 0;
	padding: 0 0 2px 0;
}

.footerBox2 {
	float: left;
	width: 38%;
	text-align: right;
	margin: 0;
	padding: 0 0 2px 0;
}

.footerBox2 li {
	list-style: none;
}

.footerBox2 li {
	float: left;
	text-align:left;
	color: #999;
	margin: 0;
}

*/
