body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #CCC;
	background-color: #000;
}
.cotener {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #F0F;
}
/*  Link Color   
----------------------------------------------------------- */  
a {   
    text-decoration:none;   
}   
a:link {
	color:#FF8000;
}   
.under {
	text-align: center;
	margin-top: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

a:visited {
	color:#FF8000;
}   
a:hover {
	text-decoration:underline;
	color: #900;
}   
a:active {
	color:#112645;
}  
h2 {
	font-size: 14px;
	color: #F00;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 30px;
}
