@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e7e7e7;
	font-size:14px;
	font-family:Meiryo,"メイリオ","ヒラギノ角ゴ pro W3","Hiragino Kaku Gothic pro",Osaka,"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	line-height:1.4em;
	color: #333333;
}

#sta_desc {
	width:600px;
	clear: both;
	position:relative;
}

#staL {
	width:380px;
	float:left;
	background-color:#ffffff;
	position:absolute;
	top:10px;
	left:20px;
	overflow:hidden;
}
#staLin {
	width:340px;
	margin:0 auto;
}

#staR {
	width:180px;
	background-color:#e7e7e7;
	float:left;
	overflow:hidden;
	position:fixed !important; 
	position: absolute;
	top:10px;
	left:420px;
}


#staR ul li {
	padding:5px;
	font-size:12px;
}
#staR ul li a { color:#666; text-decoration:none;}
#staR ul li a:visited { color:#666; text-decoration:none; }
#staR ul li a:hover { color:#666; text-decoration:underline;}


#staL div.sblock {
	padding-top:10px;
	margin-bottom:20px;
	min-height:400px;
	height: auto !important;  
	height: 400px;  
}
#staL div.sblock h2 {
	display:block;
	font-weight:bolder;
	border-top: dotted #333 1px;
	border-bottom: dotted #333 1px;
	padding-top:0.2em;
	margin-bottom:1em;
	text-align:center;
}

#staL div.sname {
	margin:10px 0;
}

.menutx {
	width:168px;
	text-indent:12px;
	display:block;
	background:url(../stage/img/arrow_s.gif) no-repeat;
	background-position:left 6px;
}


