@charset "utf-8";
/* CSS Document */


body{
	width:800px;
	/*height:800px;*/
	background-color:#000000;
	margin:0px auto;
	font-size:12px;
	color:#cccccc;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(img/bg.jpg);

	}


.clear{
	clear:both;
	}
	
	
img{
	border:0px;
	}


.top{
	
	text-align:center;
	}




.head{
	width:800px;
	height:100px;
	margin:0px auto;
	background-image:url(img/head_bg.jpg);
	}



.logo{
	margin-top:10px;
	float:left;
	}




.top_contents{
	width:800px;
	margin:0px auto;
	}



.sub_contents{
	width:800px;
	margin:00px auto;
	}



.hr_img{
	margin:15px auto;
	}




.left_contents{
	width:200px;
	color:#999999;
	letter-spacing:0.1em;
	font-size:12px;
	text-align:left;
	float:left;
	}


li,ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: inline;
	}



.contents_img{
	margin-bottom:5px;
	}






.right_contents{
	width:600px;
	color:#999999;
	letter-spacing:0.1em;
	font-size:12px;
	
	float:right;
	}



.profile{
	width:600px;
	background-image:url(img/profile_top.jpg);
	background-repeat:no-repeat;
	padding-top:160px;
	margin-bottom:50px;
	}




table,td,tr{
	border-collapse:collapse;
	}



table{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
/*	letter-spacing:0.1em;*/
	line-height:180%;
	}




.history{
	width:600px;
	background-image:url(img/history_top.jpg);
	background-repeat:no-repeat;
	padding-top:160px;
	margin-bottom:50px;
	}




.access{
	width:600px;
	background-image:url(img/access_top.jpg);
	background-repeat:no-repeat;
	padding-top:120px;
	margin-bottom:50px;
	}


.access_text{
	width:590px;
	padding-left:10px;
	margin-bottom:50px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	letter-spacing:0.1em;
	line-height:140%;
	text-align:left;
	}


a{
	font-size:12px;
	color:#CCCCCC;
	letter-spacing:0.1em;
	text-decoration: none;
	}



a:link{
	font-size:12px;
	color:#CCCCCC;
	letter-spacing:0.1em;
	text-decoration:none;
	}
	

a:visited{
	font-size:12px;
	color:#666666;
	letter-spacing:0.1em;
	}
	
	
a:hover{
	color:#ff0000;
	text-decoration:none;
}



address{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#333333;
	letter-spacing:0.1em;
	padding-bottom:20px;
	}
