html{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	margin:0 auto;
	padding:0;
    	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiyro,"ＭＳ Ｐゴシック",sans-serif;
	color:#333333;
	background-color:#505050;
}
img{
	border:none;
}
#header{
	width:900px;
	height:110px;
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:right;
	color:#333333;
	font-size:12px;
}
#contents{
	width:900px;
	position:relative;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
	border-left:13px solid #4a4a4a;
	border-right:13px solid #4a4a4a;
	border-bottom:12px solid #4a4a4a;
}
#header1{
	width:900px;
	height:189px;
	position:relative;
	margin:0 auto;
	padding:0;
}
* html #header1{
	width:900px;
	height:189px;
	position:relative;
	margin:-18px 0 0 0;
	padding:0;
}
#navi ul{
	width:900px;
	height:45px;
	margin:0 auto;
	padding:0;
	background-color:#000000;
}
* html #navi ul{
	width:900px;
	height:45px;
	top:-7px;
	position:relative;
	position:relative;
	margin:0;
	padding:0;
	background-color:#000000;
}
#navi li{
	list-style-type:none;
	display:block;
	width:150px;
	height:45px;
	float:left;
	margin:0 auto;
	padding:0;
}
#left{
	width:200px;
	margin:20px 0 0 30px;
	float:left;
	text-align:left;
	padding:0;
	}
* html #left{
	width:200px;
	margin:20px 0 0 15px;
	float:left;
	text-align:left;
	padding:0;
	}
#main{
	width:550px;
	float:right;
	text-align:left;
	margin:20px 60px 0 0;
	font-size:15px;
    	line-height:160%;
}
* html #main{
	width:550px;
	float:right;
	text-align:left;
	margin:20px 20px 0 0;
	font-size:15px;
    	line-height:160%;
}
#main h2{
	font-size:18px;
	color:#cc0066;
	text-align:left;
	border-left:10px solid #cc0066;
	border-bottom:1px dashed #cc0066;
	padding:5px 0 2px 15px;
}
#main p{
	padding:0;
}
.pankuzu{
	font-size:12px;
	color:#333333;
	text-align:left;
	border-bottom:1px dotted #cccccc;
	padding:5px 0 2px 0;	
}
.table{
	width:550px;
	margin-left:0;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size:15px;
    	line-height:160%;
}
.table th{
	border:1px solid #cccccc;
	width:150px;
	background-color:#f7f7f7;
	text-align:center;
}
.table td{
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:10px;
}
.chart{
	width:550px;
	margin:0 auto;
	border-top:dotted 1px #cccccc;
	border-left:0;
	border-right:0;
	border-bottom:0;
	font-size:15px;
    	line-height:160%;
}
.chart td{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:dotted 1px #cccccc;
	padding:5px;
}
.mailform th{
	width:150px;
	text-align:right;
	font-size:15px;
	font-weight:normal;
	padding:5px;
}
.mailform td{
	width:320px;
	text-align:left;
	font-size:15px;
	padding:5px;
}
.clear{
	clear:both;
	}
a:link{
	color:#808080;
	text-decoration:none;
}
a:visited{
	color:#808080;
	text-decoration:none;
}
a:hover{
	color:#333333;
}
#footer{
	border-top:outset 2px #ffffff;
	border-bottom:inset 2px #ffffff;
	background-color:#eaeaea;
	width:100%;
	height:100px;
	clear:left;
	margin:0 auto;
}
#footer_contents{
	width:900px;
	margin:0 auto;
	color:#666666;
	text-align:center;
	font-size:12px;
    	line-height:160%;
}
#top_footer{
	width:900px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	font-size:12px;
}
hr{
	border:1px dotted #ddd;
}