@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	background-color:black;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	width:800px;
}
.wrapper{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000033;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000033;
	margin:auto;
	width: 800px;
	background-color: #262626;
}
.wrapper p{
	letter-spacing:1px; 
}
/*　隙間対策 */
img{
	margin: 0px;

}

*{
	margin: 0px;

}

div#header{
	color:#0000FF;
}
div#title{
	color:#00FFFF;
	
	height: 55px;
}
div#title img{
	float:left;
	width:600px;
	height: 55px;
}
div#title p{
	float:right;
	width:200px;
	font-size: 10px;
}
div#menu li{
	float: left;
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size: 12px;
	
} 
div#menu a {
	text-decoration: none;
} 	
	

div#header{
	font-size:7px;
	background-image:url(imgs/ST08_028.jpg);
	float: none;
	height:30px;
}


	
div#menu{
	width: 600px;
	height: 31px;
	overflow: hidden;
	text-align: center;
	border:0;
	top:0%;
	float: left;
	
	/*background-image: url(common_images/menu.jpg);*/
	
}

div#contents {
	text-decoration:none;
	
}
div#contents p{
	font-size:12px;
	line-height:150%;
	margin-left: 10px;
	margin-right: 10px;
	
	
}
div#contents h4{
	color:#FF3399;
	margin-top:20px;
	font-size: 14px;
}
img{
	float:left;
	width:200px;
	height:1000px;
	margin: 10px;
	
}

div#contents li{
	list-style-type: none;
	margin:10px 10px 10px 10px;	
}
div#center{
	text-align:center;
}
div#footer{
	text-align:center;
	background-image:url(imgs/ST08_028.jpg);
}

div#qa{
	color:#000000;
	background-color: #FFFF99;
	
}
div#qa p{
	font-size:12px;
	
}
div#qa h6{
	margin:15px 0px 0px 0px;
	font-size:130%;
	
}

div#contents_4{
	background-image:url(imgs/ST08_008.jpg);
	
		
}
div#contents_4 p{
	height:180%;
	font-size:20px;
}	


/*リンク用*/
#link_box{
	width:220px;
	text-align:center;
	/*	float: left;	*/
	margin-top: 5px;
	margin-left: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff8c00;
	margin-bottom: 15px;
	margin-right: 20px;
	background-color: #FFFFFF;
	float: right;
}
#link_box p{
	text-align: left;
	font-size: 12px;
	color: #ff8c00;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;		margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: normal;
}
#link_box a {
	text-decoration: none;
	color:#FF0066;
} 
