@charset "utf-8";

@import url("common.css");


/*component_content---------*/
#header .header_inner{
	margin:0 auto;
	padding:0;
	width:775px;
	height:100px;
	overflow:hidden;
	background:url(/img/logo_content_index.jpg) no-repeat center;
	text-indent: -10000px;
	cursor: pointer; cursor: hand;
	}
	
/* Hides from IE-mac \*/
* html #content main .inner {height: 1%;}
/* End hide from IE-mac */
	
#content .main{
	margin: 0 0 20px 0;
	zoom:100%;
	}

#content .main:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

#content .main .inner{
	width:630px;
	float:left;
	zoom:100%;
}


#content table.common {
	width:630px;
	}

.common * th {
	width:150px;
	}

.common * td , .common * th {
	padding: 10px;
	border:1px solid #EBEADE;
	}
	
	
	
	
/*component_content_style---------*/


#content h2 {
	margin-bottom:20px;
	}

#content h3 {
	border-left:1px dotted #A6A58C;
	width:110px;
	font-size:16px;
	display:block;
	float:left;
	text-align:right;
	padding: 3px 30px 5px 0;
	color:#757351;
	font-weight:bold;
	}
	
#content h4 {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #A6A58C;
	padding-bottom:3px;

	}
	

 
#content .imglist {
	width:244px;
	padding:0;
	float:left;
	overflow:hidden;
	margin-right:10px;
}


#content table.pagenavi {
	/*border-top:1px dotted #EBEADE;*/
	width: 100%;
	
}

.pagenavi td {
	width:33%;
	padding:5px;
	background:url(/img/bg_strp_01.gif) repeat #f2f1ea;
}

.pagenavi td.empty {
	width:33%;
	padding:5px;
	background:none;
}


#content .strpbox {
	padding:5px;
	background:url(/img/bg_strp_01.gif) repeat #f2f1ea;
	}
