@charset "UTF-8";

body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	text-align:center;
	font-size: 12px;
	color: #FFFFFF;
	background: #002c43 url('../img/bg.gif');
}

.contents {
	width: 500px;
	margin: auto;
	margin-top:10px;
	padding: 10px;
	background: #005885
	/*border: solid 1px #666666;*/
}

.navi {
	width: 500px;
	margin: auto;
	text-align:left;
}

p {
	/*text-align:left;*/
}

.comment {
	text-align:left;
	/*border: solid 1px #666666;*/
}

a {
	color: #FF9900;
}
a hover {
	color: #a3b8cc;
}
a img {
	border: 0;
}

.ad_top {
	padding-bottom: 5px;
	text-align: center;
}

.ad_bottom {
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

address {
	font-size: 9px;
	padding-top: 10px;
	margin-top: 2px;
	font-style: normal;
	text-align: center;
	border-top: dotted 2px #999999;
}