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

/*-common-*/
.inner{
	width:960px;
	margin:0 auto;}

.innerbox{
	width:860px;
	margin:0 auto;
	padding:20px 20px 30px 20px;
	border:solid #E1DECA 1px;
	background:url(../Img/bg_box2.gif) no-repeat top center;
	margin-bottom:40px;}

/*-header-*/
div#header  {  
    width: 100%;  
    padding: 10px 0;  
	background:#05040f;
	position:fixed;
	top:0;
	left:0;} 

#header ul li{
	color:#fff;
	font-size:16px;
	float:left;
	text-align:center;}

#header ul li a{
	width:100px;
	display:block;
	color:#fff;
	text-decoration:none;
	background:#947d5f;
	padding:7px;}
	
#header ul li a:hover{	border-top:solid #e4ec49 2px;}

/*-h2-*/
h2{padding-top:80px;}

/*-h3-*/
.h3_div{
	background:url(../Img/bg_h3.jpg) repeat-y top center;
	padding:3px 0;
	margin-bottom:20px;}

h3{
	font-size:26px;
	padding:9px 0 5px 0;
	border-top:solid #E1DECA 1px;
	border-bottom:solid #E1DECA 1px;}

/*-h4-*/
h4{
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	padding:10px 0;
	margin-bottom:20px;}

h4 span{
	border-left:solid #1d1a0f 10px;
	padding-left:10px;
	font-size:16px;
	font-weight:bolder;}

/*-h5-*/

/*-table-*/
table.basic{}

table.basic th,
table.basic td{
	padding:10px;
	vertical-align:middle;}

table.basic tr.bg_color th,
table.basic tr.bg_color td{
	background:#F2F1EA;
}

table.basic tr.tableheader th{
	background:#312d1b;
	color:#fff;
	font-weight:bolder;
	padding:10px;}

table.memberlist{
	width:830px;
	margin-left:30px;}

table.memberlist th{
	font-weight:bolder;
	font-size:14px;
}

table.info th,
table.info td{
	border-bottom: dotted #ccc 1px;
	padding:5px;}
table.info td table.info_inner th,
table.info td table.info_inner td{ border:none;}


table .info_list{
	margin-top:3px;
}

table .info_list th{
	width:3em;
	text-align:left;
	padding:0;
}


table .info_list td{
	padding:0;
}


/*-other-*/
.summary_url{
	margin-left:20px;
}




/*-footer-*/
#footer{
	background:#312d1b;
	padding:5px;
	color:#fff;}