@charset "UTF-8";



a{color:#ff0000;text-decoration:underline;}
a:hover{color:#ff6633;text-decoration:none;}



/*************************************
  LAYOUT
*************************************/
/*layout
--------------------------------------------*/


#view{
	margin: 0 auto;
	width: 960px;
	height: 570px;
	text-align: center;
}
#page{
	background-color: #fff;
	margin: 2px auto 20px;
	width: 100%;
	height: auto;
	text-align: center;
}
#page #contents{
	margin: 0 auto;
	width: 960px;
	height: auto;
	text-align: center;
	position:relative;
}
#page #contents #contents-inner{
	margin: 0;
	width: 100%;
	height: auto;
	text-align: left;
	background:url(./images/bg.gif) repeat-y 0 0;
}
.genic #contents .left{
	width: 330px;
	height: auto;
	float: left;
	background:url(./images/bg.gif) repeat-y 0 0;
	background-color: #ffdd00;
	padding-bottom:10px;
}
.genic #contents .right{
	width: 620px;
	height: auto;
	float: right;
}



.genic #contents h1{
	width: 330px;
	height: 145px;
}

.genic #contents h2{
	width: 620px;
	height: 53px;
}
.genic #contents h3{
	width: 620px;
	height: 30px;
	margin-bottom:5px;
}





.genic #contents .member {
	width: 620px;
	height: auto;
}

.genic #contents .member table{
	width:620px;
	font-size:10px;
	line-height:24px;
	color:#333333;
}
.genic #contents .member th, 
.genic #contents .member td{
	padding:1px 0;
	vertical-align:top;
	border-bottom:1px dotted #e43265;
}
.genic #contents .member th{
	width:260px;
	font-size:12px;
	color:#ff0000;
	text-indent:25px;
}
.genic #contents .member td.birth{
	width:200px;
	vertical-align:top;
}
.genic #contents .member td.info{
	width:160px;
	vertical-align:top;
}
.genic #contents .member th span{
	font-size:10px;
}

.genic #contents .member th.one{
	background:url(./images/num1.gif) no-repeat 0 7px;
}
.genic #contents .member th.two{
	background:url(./images/num2.gif) no-repeat 0 7px;
}
.genic #contents .member th.three{
	background:url(./images/num3.gif) no-repeat 0 7px;
}
.genic #contents .member th.four{
	background:url(./images/num4.gif) no-repeat 0 7px;
}
.genic #contents .member th.five{
	background:url(./images/num5.gif) no-repeat 0 7px;
}
.genic #contents .member th.six{
	background:url(./images/num6.gif) no-repeat 0 7px;
}
.genic #contents .member th.seven{
	background:url(./images/num7.gif) no-repeat 0 7px;
}
.genic #contents .member th.eight{
	background:url(./images/num8.gif) no-repeat 0 7px;
}


.genic #contents .spec{
	margin: 5px 10px;
	border:1px solid #cccccc;
	padding:4px 0;
	width: 308px;
	_width: 310px;
	height: auto;
	background-color:#ffffff;
}
.genic #contents .spec p{
	margin: 0 5px;
	font-size: 10px;
	color: #333333;
	line-height: 160%;
	font-weight: normal;
	text-align: left;
}
.genic #contents .ntv{
	padding:5px 0 5px 0;
	width: 310px;
	height: 75px;
	background-color:#ffffff;
	background:url(./images/ntv_bg.gif) no-repeat 0 0;
	position:absolute;
	left:10px;
	bottom:0;
}
.genic #contents .ntv .logo{
	width: 130px;
	height: auto;
	float:left;
	text-align: center;
	padding-left:12px;
}
.genic #contents .ntv .adv{
	width: 160px;
	height: auto;
	float:right;
}
.genic #contents .ntv .logo img{
	margin: 0 auto;
}
.genic #contents .ntv p{
	padding-top:5px;
	padding-left:8px;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	font-weight: normal;
	text-align: left;
	background:url(./images/arrow.gif) no-repeat 0 10px;
}



#page p.pagetop{
	margin: 10px auto 0;
	width: 960px;
	padding: 0px;
	clear: both;
	color: #333333;
	text-align: right;
	font-size:10px;
}

