@charset "UTF-8";

/*
------------------------------------------------------------
Basic CSS file
First Version:	2001.03

last Version:   
------------------------------------------------------------
*/

/*

/* 00 : Top Pages Set
==========================================================*/
body {
	border-top:1px solid #585858;
}

/* 00 : Sprash
==========================================================*/
.sprashBG {
	background:#242323;
}

#sprashTop {
	width:100%;
	position:absolute;
	top:1px;
	left:0;
	z-index: 0;
}

#Wrapper {
	position:static;
	top:0;
	left: middle;
	margin:0 auto;
	text-align:center;	
}

#sprashWrap {
	height:100%;
	width:100%;
	min-height:1390px;
	min-width:800px;
	background:#242323;
	z-index: 100;
}

#sprash {
	height:100%;
	width:100%;
	min-height:1390px;
	min-width:800px;
	position:absolute;
	top:0;
	left:0;
	z-index: 5;
}

#sprashBG {
	height:100%;
	width:100%;
	min-height:1390px;
	min-width:800px;
	position:relative;
	background:#242323;
	z-index: 4;
}

#sprash div {
	margin:0 auto 25px auto;
	padding:20px 0;
	text-align:center;
	background:#000;
}
#sprash h1 {
	margin:36px 0 20px 0;
	
}
#sprash div div {
	margin:0 0 36px 0;
}

#sprash div div #catch {
	margin:0 0 12px 0;
}

/* header
==========================================================*/
li#navi01 {
	background:url(../common/images/navi01.gif) no-repeat 0 0;
}
li#navi01 a {
	background:url(../common/images/navi01.gif) no-repeat 0 0;
}
li#navi01 a:hover {
	background:url(../common/images/navi01.gif) no-repeat 0 -30px;
}

/* footer
==========================================================*/
#footer {
	padding-bottom:25px;
	border-top:1px solid #5c5c5c;
}

#footer a {
	color:#f2f2f2;
	text-decoration:none;
}

#footer a:hover {
	color:#999999;
}

#footerLogo {
	float:left;
	width:284px;
}

#footerLogo a {
	display:block;
	width:235px;
	margin-top:28px;
}

#footerJpLink {
	float:left;
	width:167px;
	line-height:180%;
}
#footerEnLink {
	float:left;
	width:179px;
	line-height:180%;
}


#footerJpLink li a,#footerEnLink li a {
	padding:0 0 0 13px;
	background:url(../common/images/foot_li_bk.gif) no-repeat 0 2px;
}
#footerCopy {
	float:left;
	width:350px;
	text-align:right;
}


/* Top Flash
==========================================================*/
#topFlash {
	width:982px;
	height:490px;
}

#topFlash div {
	margin:0 auto;
	padding-top:180px;
	width:980px;
	height:490px;
	background:#000;
	text-align:center;
}
#topFlash div img {
	margin:10px 0;
}



/* Contents Bottom
==========================================================*/
#contensBottom {
	margin:30px 0 0 0;
	width:980px;
	text-align:left;
	background:url(images/contents_bottom_bg01.gif) no-repeat 0 0;
}
#contensBottom:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #contensBottom { zoom: 1; } /* IE6 */
*:first-child+html #contensBottom { zoom: 1; } /* IE7 */

#contensBottomBorder {
	clear:both;
	width:980px;
	height:23px;
	background:url(images/contents_bottom_bg02.gif) no-repeat left bottom;
}

#contensBottom .title {
	margin-bottom:20px;
}

#contensNews,#contensTools {
	float:left;
	margin:10px 38px 0 0;
	width:292px;
}

#contensTools a:hover img,#contensSpecial a:hover img { 
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
}


#contensNews dl {
	margin:20px 0 0 0;
	width:292px;
	font-size:77%;
}

#contensNews dl dt {
	margin-top:15px;
	padding-left:20px;
	font-weight:bold;
	background:url(images/news_arrow.gif) no-repeat 0 5px;
}

#contensNews dl dd { line-height:160%; }

#contensTools a {
	display:block;
	margin:0 0 20px 0;
}

#contensSpecial {
	float:left;
	margin:10px 0 0 0;
	width:320px;
	font-size:93%;
}

#contensSpecial p {
	line-height:160%;
	padding:5px 10px 0 5px;
}



/*==========================================================*/
