@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #CCC;
	background-color: #000;
	text-align: center;
}
p {
	margin-bottom: 1em;
}

h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 2px;
}



img {
	vertical-align: top;
}
a img {
	border: 0;
}
a {
	color: #69F;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
table {
	font-size: 100%;
	line-height: 150%;
	color: #CCC;
}




#container {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 33px;
	width: 750px;
	background-image: url(img/menu-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	margin-right: 50px;
	margin-left: 50px;
}
#menu li {
	float: left;
	width: 130px;
}
#menu li a {
	background-color: #292929;
	display: block;
}
#menu li a:hover {
	background-color: #69F;
}
.sikiri {
	clear: both;
}
#pankuzu {
	clear: both;
	margin-top: 5px;
	text-align: right;
}

#main {
	width: 750px;
	margin-top: 10px;
}
#sub {
	float: left;
	width: 120px;
	line-height: 120%;
}
#sub ul {
	list-style-type: none;
}
#sub li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
}
.text01 {
	font-weight: bold;
}
.text02 {
	font-weight: bold;
	color: #FC0;
}
.text03 {
	color: #F00;
}


.ad {
	padding-top: 20px;
}


#content {
	float: right;
	width: 590px;
}
.hon {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hon2 {
}
.hon3 {
	padding: 5px;
	border: 1px solid #666;
	background-color: #333;
}



#footermenu {
	clear: both;
	background-color: #023;
	text-align: center;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #006393;
}
#footermenu ul {
	list-style-type: none;
}
#footermenu li {
	display: inline;
}
#copy {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	color: #999;
}
#count {
	font-size: 10px;
}
#adsence {
	width: 588px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #666;
	text-align: center;
}
