@charset "utf-8";
body,div,ul,li,p,h1,h2,h3{
	margin:0;
	padding:0;
}
img{
	border:0px;
	vertical-align: top;
	vertical-align: bottom;
}
html,body{
	height:100%;
	background-color:#000;
	background-image:url(../img/back1.gif);
	background-attachment:fixed;
	scrollbar-face-color:#6CF;
	scrollbar-3dlight-color:#6CF;
	line-height:14pt;
}
body > #wrapper {
    height: auto;
}
/* テキストフォント */
#content h1{
	color:#F00;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:12px 0;
	font-size:15pt;
}
#content h2{
	color:#F00;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:12px 0;
	font-size:13pt;
}
#content h3{
	color:#F00;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:12px 0;
	font-size:12pt;
}
#content p{
	margin:12px 0;
}

/* リンク */
a:link{
	color: #06F;
}
a:visited{
	color: #06F;
}
a:active{
	color: #FC0;
}
a:hover{
	color: #FC0;
}
/* ページレイアウト外枠 */
#wrapper{
	background-color:#FFF;
	width:870px;
	height:100%;
	min-height:100%;
	margin:27px auto;
	color: #666;
	font-size:10pt;
	position: relative;
}
/* ヘッダ */
#header{
	height:270px;
	background:url(../img/headline2.png) no-repeat;
	position:relative;
}
#header .headlink{
	padding:28px 0px 0px 575px;
}
#headb{
	margin:8px 0px 0px 10px;
}

/* コンテンツ */
#container{
	width:870px; 
	height: auto;
	padding-bottom:52px;
	background-color:#FFF;
}
#menu{
	display:inline;/* フロート時マージン２倍解消 */
	float:left;
	width:226px;
	margin-bottom:5px;
}
ul li{
	list-style-type:none; /* リストマーク削除 */
}
.twtr{
	margin:5px 0px 5px 10px;
}

#content{
	display:inline;/* フロート時マージン２倍解消 */
	float:right;
	width:644px;
}
.contentbox{
	margin:12px 16px;
	border-bottom:dotted #999 1px;
}
.contentbox2{
	margin:12px 16px;
}
.contentbox3{
	margin:-25px 16px 12px 16px;
	border-bottom:dotted #999 1px;
}
.list1{
	width:100px;
	font-size:14px;
}
.list2{
	width:320px;
}
.list4{
	text-align:center;
}

.toshi{
	margin:0px;
	padding:0px;
	font-size:10px;
}
.seiretu{
	float:left;
	margin:0px 5px 4px 3px;
}
.info{
	float:right;
	padding:3px;
	border:#ccc solid 1px;
}

.hizuke{
	text-align:right;
	padding-right:10px;
}
.omawari{
	width:200px;
	margin-right:20px;
	float:left;
	}
.alonetext{
	float:left;
	font-size:12pt;
	line-height:16pt;
	margin-top:0px;
	}

/* フッタ */
#footer{
	width:870px;
	height:52px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	background-image:url(../img/footer.png);
	position: absolute;
	bottom: 0px;
	line-height: 30px;
	color:#FFF;
}
/* メニューバーフロート解除 */
div.aftermenu {
	clear: left;
}
/* コンテンツフロート解除 */
.clear{
	clear:both; 
}   
.clear hr{
	display:none; 
}