@charset "utf-8";


@import url("common.css");


/*component_index---------*/

#header .header_inner{
	margin:0 auto;
	padding:0;
	width:775px;
	height:220px;
	overflow:hidden;
	background:url(/img/logo_main_index.jpg) no-repeat center;
	text-indent: -10000px;
	cursor: pointer; cursor: hand;

	}
	
.header_inner_hover {
		background-image:url(../images/background2.jpg);
		cursor: pointer; cursor: hand;
		}

#content .main{
	width:540px;
	float:left;
	margin:0 20px 0 0 ;
	}
	
#content .submenu{
	width:213px;
	float:left;
	background:#f6f4eb;
	padding:5px 0;
	margin:0;
	border:1px solid #f0eee3;
	}

#content .submenu .inner{
	width:195px;
	padding: 0 8px;
	margin: 0;
	text-align:center;
	}
	
#content .submenu .inner a{
	border:none;	
}


/*component_index_style---------*/


	
#content .submenu ul{
	margin: 0 ;
	padding:0;
	list-style:none;
} 

#content .submenu li{
	margin: 0 0 5px 0;
	}