body,td	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
}
img {
	border: 0px;
}
p,h1h2,h3,h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover,a:active {
	color: #ECECEC;
	text-decoration: underline;
}

/* color */

.col1 {
	color: #CC3300;
}
.col2 {
	color: #339999;
}

/**/

#wrapper {
	margin-top: 25px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#navi {
	background-color: #000000;
	margin-bottom: 10px;
	height: 30px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.section {
	text-align: left;
	margin-bottom: 30px;
}
.section p {
	margin-bottom: 10px;
}
#footer {
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#gotop {
	text-align: right;
	margin-bottom: 45px;
}

/**/

h2,h3,h4 {
	margin-bottom: 10px;
}

/* ページ下 txt navigation */

#txtnv {
	background-color: #2F2F2F;
	font-size: 11px;
	color: #AAAAAA;
	height: 15px;
	padding: 1px;
}

/**/

.r20 {
	margin-right: 20px;
}
.r15 {
	margin-right: 15px;
}
.b5 {
	margin-bottom: 5px;
}
.t20 {
	margin-top: 20px;
}
.t30 {
	margin-top: 30px;
}
.f10 {
	font-size: 10px;
	line-height: 14px;
}

/* newspage */

#news p {
	margin-bottom: 15px;
}
#headline {
	background-color: #CC0000;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#headline h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	font-weight: bold;
	letter-spacing: 1px;
}
#headline p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* menu navigation*/

#mnv {
	background-color: #3F3F3F;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
}
#mnv li {
	display: inline;
}
#mnv .btn {
	margin-right: 10px;
}
