@charset "EUC-JP";

/***************************************************
	Title : common.css
	Author : Pirofix/H.Hirata
	Date : 2006-06
***************************************************/


body{
	color: #efefef;
	background: #030303;
	text-align: center;
	font-size: 90%;
}
h1{
	position: absolute; top: 40px; left: 220px;
	overflow: hidden; text-indent: -9999px;
}
h3{
    margin-top: .5em;
    font-size: 120%;
    font-weight: bold;
}
h4{
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: bold;
}
p,li{
	letter-spacing: 1px;
	line-height: 1.4em;
}
strong{
	font-weight: bold;
}

div#wrapper{
	margin: 0px auto;
	width: 620px;
	height: auto;
	min-height: 100%;
	text-align: left;
}
div#header{
	width: 620px;
	height: 188px;
	color: inherit;
	background: url(img/bg_header.jpg) no-repeat left top;
	margin: 0;
	position: relative;
}
div#assistance_contents{
	float: left;
	width: 210px;
	height: auto;
	font-size: 90%;
	margin: 30px 0 30px 0;
	padding: 0 0 0 11px;
	/*border: 1px solid #ff0000;*/
}
div#assistance_contents div{
	width: 188px;
	height: auto;
	margin: 0 0 30px 0;
	/*border: 1px solid #ffff00;*/
}
div#assistance_contents h2{
	margin: 10px 0 0 0;
	display: block;
	width: 186px; height: 20px;
	overflow: hidden; text-indent: -9999px;
}
div#assistance_contents p{
	width: 186px;
	height: auto;
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 14px;
}
div#assistance_contents ul{
	width: 186px;
	height: auto;
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 14px;
}
div#about_us{
	padding: 152px 0 0 0;
	background: url(img/pic_members.jpg) no-repeat left top;
}
div#about_us h2{
	background: url(img/h2_aboutus.gif) no-repeat left top;
}
div#lastmod h2{
	background: url(img/h2_lastmod.gif) no-repeat left top;
}
div#recomm h2{
	background: url(img/h2_recomm.gif) no-repeat left top;
}

div#main_contents{
	float: right;
	width: 370px;
	height: auto;
	margin: 20px 0 30px 0;
	padding: 0 0 0 0;
	/*border: 1px solid #ff0000;*/
}
div#main_contents h2{
	margin: 10px 0 5px 0;
	display: block;
	width: 350px; height: 26px;
	overflow: hidden; text-indent: -9999px;
}
div#main_contents p{
	width: 350px;
	height: auto;
	margin: 6px 0 30px 0;
	padding: 0 0 0 16px;
}
div#main_contents ul{
	width: 350px;
	height: auto;
	margin: 6px 0 30px 0;
	padding: 0 0 0 16px;
}
div#news h2{
	background: url(img/h2_news.gif) no-repeat left top;
}
div#live h2{
	background: url(img/h2_live.gif) no-repeat left top;
}
div#disc h2{
	background: url(img/h2_disc.gif) no-repeat left top;
}
div#link h2{
	background: url(img/h2_link.gif) no-repeat left top;
}
ul#live_list li{
	margin: .5em 0 1.5em 0;
}


hr{
	display: none;
}
ul{
	list-style-type: none;
	margin-left: 12px;
}
img{
	vertical-align: bottom;
}
a:link, a:visited{
	text-decoration: underline;
	color: #efefef;
	background-color: inherit;
}
a:hover{
	text-decoration: underline;
	color: #ffa500;
	background-color: inherit;
}
#contents{
	float: right;
	width: 278px;
	height: 400px;
	overflow: auto;
}
#footer{
	clear: both;
	width: 620px;
	height: auto;
	padding: 1em 0 1em 0;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #efefef;

}