body{
	padding:0px;
	font-size:12px;
	text-align: left;
	color: #828282;
	font-family:"ヒラギノ明朝 proN W6 ", "メイリオ","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height:1.5;	
	width: 500px;
	margin: 0px auto ;
	background-color: white;
}


a {
	color: #828282;
	text-decoration: none;
}

a:link {
	color: #828282;
	text-decoration: none;
}

a:visited {
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #828282;
	text-decoration: none;
}

a img {
	border:0;
}


.text a{
	color: #828282;
	text-decoration: underline;
}

.text a:hover {
	color: #828282;
	background-color: #00EE00;
	text-decoration: none;
}



#header {
color: #3f3f3f;
width: 500px;
border-style: none;
background: white;
text-align: left;
margin-top: 10%;
}


#nav{
	font-family:"ヒラギノ明朝 proN W6 ", "メイリオ","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:12px;
	background-color: white;
	width: 500px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
}


#nav a:hover {
	color: #828282;
	background-color: #00EE00;
	text-decoration: none;
}

#main{
position: relative;
text-align: left;
font-size: 12px;
height: 480px;
width: 500px;
border-style: none;
text-decoration: none;
padding-bottom: 10px;
}

.content_box {
font-family:"ヒラギノ明朝 proN W6 ", "メイリオ","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
padding: 8px 0px;
border-bottom: 1px dotted #CCCCCC;
}

#tempo {
position: relative;
margin: 20px 20px 0px 0px;
}


#footer{
position: relative;
width: 500px;
font-size: 12px;
color: #3f3f3f;	
border-style: none;
text-decoration: none;
text-align: center;
padding: 8px 0px;
border-top: 1px dotted #CCCCCC;
margin-bottom: 10%;

}

#footer a:hover {
	color: #828282;
	background-color: #00EE00;
	text-decoration: none;
}



