@charset "utf-8";

/* =====================================================================
*    left
* =================================================================== */

#left{
	width:180px;
	float:left;
}

#left #wb{
	width:180px;
	background:#eeeeee;
	padding-bottom:4px;
	margin-bottom:10px;
}

#left #wb h3{
	width:180px;
	height:21px;
	padding-left:10px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	background:url(../images/wb.gif) no-repeat;
}


#left #wb ul{
	margin-top:5px;
	}
	
*html #left #wb ul{
	margin-top:7px;
}

*:first-child+html #left #wb ul{
	margin-top:7px;
}

#left #wb li{
	margin-bottom:7px;
	margin-left:5px;
}

*html #left #wb li{
	margin-bottom:10px;
	margin-left:5px;
}

*:first-child+html #left #wb li{
	margin-bottom:10px;
	margin-left:5px;
}

#left #wb li a{
	background:url(../images/sign2.gif) 0 3px no-repeat;
	padding-left:15px;
	letter-spacing:0.5px;
}

*html #left #wb li a{
	background:url(../images/sign2.gif) 0 2px no-repeat;
	padding-left:15px;
	letter-spacing:0.5px;
}


#many_contents{
	width:180px;
	background:none;
}

#many_contents .only_contents{
	width:180px;
	float:none;
	margin-right:6px;
}

#bottom2{
	clear:both;
	width:180px;
	height:14px;
	background:url(../images/bottom.gif) top left no-repeat;
}


/* =====================================================================
*    center
* =================================================================== */

#item_center{
	width:540px;
	float:left;
	margin-left:15px;
}

*html #item_center{
	width:540px;
	float:left;
	margin-left:7px;
}

#pan_navi{
	width:540px;
	background:url(../images/itemlist_line.gif) bottom no-repeat;
	padding-bottom:4px;
}

#pan_navi span{
	font-weight:bold;
}

#item_center h4{
	margin-top:20px;
	width:535px;
	height:28px;
	font-weight:bold;
	font-size:17px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;
	margin-bottom:17px;
}

*html #item_center h4{
	margin-top:20px;
	width:540px;
	height:31px;
	font-weight:bold;
	font-size:17px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;
}


#news_area table{
	border:0;
}

#news_area table th.news_title{
	background:#eeeeee;
	font-weight:bold;
	padding:7px 0 7px 10px;
}

#news_area table td.news_date{
	background:#eeeeee;
	font-size:10px;
	text-align:right;
	padding:7px;	
}

#news_area table td.news_detail{
	font-size:10px;
	padding:7px 0 25px 15px;
	line-height:16px;
	width:540px;	
}

#news_area table td.news_detail span{
	font-weight:bold;
}
	
#news_area table td.news_detail img{
	float:left;
	margin-right:10px;
}	

