@charset "UTF-8";
/* CSS Document */
/*------DLCトップ用-----*/


html,
body{
	height:100%;
	background-color:#000;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:12px;
	margin:0;
	color:#CCC;
	line-height:1.5;
}

a{
	color:#F90;
}

a.text_button{
	padding:2px 5px;
	background-color:#900;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

#wrapper{
	margin:0 auto;
	width:820px;
	min-height:100%;
	position:relative;
}

#newmark{
	display:block;
	position:absolute;
	top:347px;
	left:-23px;
	visibility:hidden;
	z-index:99;
}

#header{
	height:346px;
	font-size:1px;
	text-indent:-999px;
}

#contents{
	width:800px;
	margin-left:20px;
	/*padding-top:346px;*/
}

#contents #navi{
	float:left;
	width:133px;
	/*min-height:300px;*/
	padding:0 5px;
	background-color:#403535;
	position:relative;
	
	border-radius:5px;
	behavior:url(/script/lib/PIE.htc);

}

#contents #navi a{
	text-align:center;
	font-weight:bold;
	font-size:120%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;

	color:#f9e8e8;
	border-width:1px 0 0 0;
	border-color:#8C6C68;
	border-style:dotted;
	text-decoration:none;
}

#contents #navi a:first-child{
	border-width:0;
}

#contents #article{
	width:610px;
	float:left;
	margin-left:30px;
}

#contents #article div.title{
	color:#FCC;
	border-width:0 0 1px 0;
	border-color:#FCC;
	border-style:groove;
	font-weight:bold;
	padding:3px 5px;
	font-size:140%;

}

#contents #article p{
	margin-top:10px;
	margin-left:5px;
}

#contents #article p span.p{
	font-size:110%;
	font-weight:bold;
}


#contents #article p img{
	margin:10px;
}


#contents #article .backtotop{
	text-align:right;
}

#contents #article .backtotop a{
	padding:2px 5px;
	background-color:#333;
	border:1px #4D4D4D solid;
	color:#CCC;
	text-decoration:none;
}

img#manual{
	margin-top:30px;
}


#footer{
	background-image:url(../images/footer.jpg);
	width:820px;
	height:78px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
}

#footer a{
	display:block;
	width:208px;
	height:24px;
	margin-top:15px;
	margin-left:1px;
	font-size:1px;
	text-indent:-999px;
}
	
	



