@charset "utf-8";

/*-- topic_path --*/

.topic_path ul	{
	margin-left:10px;
}

.topic_path li	{
	float:left;
	font-size:0.7em;
	margin:0 5px 0 0;
}

/*-- under_contents --*/

#under_con_top	{
	width:880px;
	height:5px;
	overflow:hidden;
	background:url(../images/under_con_top.gif) no-repeat 0 0;
}

#under_con_mdl	{
	background:url(../images/under_con_mdl.gif) repeat-y 0 0;
}

#under_con_btm	{
	background:url(../images/under_con_btm.gif) no-repeat 0 100%;
	height:25px;
}

#under_con_mdl h2	{
	margin:0 auto;
	text-align:center;
}

#u_main_wrap	{
	width:840px;
	margin:19px auto 0 auto;
	text-align:center;
}

#u_main_col	{
	width:675px;
	float:left;
}

/*-- under_sub_nav --*/

#u_sub_col	{
	width:165px;
	float:left;
}

#u_sub_nav	{
	width:165px;
	padding-bottom:35px;
	background:url(../images/u_nav/u_sub_nav_bg.gif) no-repeat 0 100%;
}

.u_bnr_ttl	{
	/*background:#9d9a84;*/
	width:155px;
	height:auto;
	background:url(../images/u_bnr_ttl_bg.gif) no-repeat 0 0;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	padding:3px 5px;
	margin:10px 0 0 0;
}

#u_bnr_col li	{
	margin-top:5px;
}

.news_li	{
	background:url(../images/arrow02.gif) no-repeat 0 center;
	padding:0 0 0 10px;
	font-size:0.7em;
	color:#333;
	margin:5px 0 25px 80px;
}

.news_li a:link	{
	color:#333;
	text-decoration:none;
}

.news_li a:visited	{
	color:#333;
	text-decoration:none;
}

.news_li a:hover	{
	color:#333;
	text-decoration:none;
}

/*-- page_top --*/

.top_bc	{
	width:140px;
	font-size:0.7em;
	background:url(../images/page_top_arw.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
	margin:10px 0 0 510px;
	
}

.top_bc a	{
	text-decoration:none;
}

.top_bc a:link	{
	color:#333;
}

.top_bc a:visited	{
	color:#333;
}

.top_bc a:hover	{
	color:#333;
}

