body { text-align:center; }   
/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/

body { text-align:center; }   
#wrap { width:780px; text-align:center; margin 0; auto; background-color:#000022; }   
#inner { margin:0px; } 
#largeWrap { float:left; width:500px; margin:5px; }   
#mainWrap { float:right; width:490px; margin:5px; }   
#sideAlphaWrap { float:left; width:100px; margin:5px; }   
#sideBetaWrap { float:right; width:300px; margin:0px; }   
.clear { clear:both; }   
.clear hr { display:none; }  






*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}


/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-family:'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/

}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}

#head{}
#head h1{
	height:8px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	}
#head h2{
	margin:4px;
	font-weight:normal;
        text-align:center;
	}
#head h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
#head h2 a:hover{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head_menu{
	background:url(image/botan.jpg) repeat;
	width:796px;
	height:30px;
        margin:4px;
	}
#head_menu ul{
	list-style-type:none;
	}
#head_menu ul li{
	font-size:9px;
	letter-spacing:1px;
	float:left;
	width:80px;
	height:20px;
	position:static;
	}
#head_menu ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:11px;
	width:98px;
	height:20px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#FFCC00;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:159px;
	}
#head_menu ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px;
	top:30px;
	width:159px;
	border:1px solid #999999;
	text-align:center;
	list-style-type:none;
	}
#head_menu ul li.on{
	width:159px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	float:none;
	width:159px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=82); /*IE*/
	-moz-opacity:0.82; /*FF*/
	}
#head_menu ul ol.sub li a{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	background-color:#FFCC00;
	color:#000000;
	}

.line{
	clear:left;
	margin:10px 0 0 0;
	}
/* CSS Document */

body {
	background-color: #d1d1c3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
body,td,th {
	font-size: 11px;
}
a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #666600;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 13px;
}
h2 {
	font-size: 11px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 11px;
}.topic {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.b {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
}
.anca {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.txt {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.profile_topic {
	line-height: 20px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D1C3;
}
.nextlive {
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D1C3;
}
p.link {
	font-size: 12px;
	line-height: 12px;
}




#copy{
	text-align:center;
	font-size:11px;
	color:#000022;
	width:720px;
	}
#p-copy a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#000022;
	}
	
