@charset "UTF-8";
@import url("../common/style_common.css");
@import url("../common/style_common2.css");

/* -----------------------------------  */
/* -------------- left --------------  */
/* -----------------------------------  */

#main #content #content_left .new{
	margin:0 0 20px 35px;
	color:#FFFFFF;
	font-size:14px;
}
#main #content #content_left .new li{
	font-weight:bold;
	background:url(img/list_01.gif) left 2px no-repeat;
	padding-left:20px;
	margin-bottom:7px;
	line-height:110%;
}

#main #content #content_left .archive{
	margin:0 0 20px 35px;
	color:#FFFFFF;
	font-size:12px;
}
#main #content #content_left .archive li{
	background:url(img/list_01.gif) left center no-repeat;
	padding-left:20px;
	margin-bottom:7px;
	line-height:110%;
}

/* -----------------------------------  */
/* -------------- right --------------  */
/* -----------------------------------  */

/* -- titile -- */

#main #content #content_right .txt_title{
	background:url(img/txt_title.gif) top left no-repeat;
	margin:25px 0 0 10px;
	padding:6px 0 0 10px;
	height:17px;
	width:640px;
	font-size:12px;
	line-height:1em;
}

/* -- content box -- */

#main #content #content_right .txt_bg{
	margin:0px 0 0 10px;
	background:url(img/txt_bg.gif) bottom left repeat-y;
	width:640px;
	height:470px;
}
#main #content #content_right .txt_bg2{
	background:url(img/txt_bg2.gif) 565px 443px  no-repeat;

}


#main #content #content_right .txt_btm{
	background:url(img/txt_btm.gif) bottom left no-repeat;
	width:635px;
	height:470px;
}
#main #content #content_right .txt_overflow{
	width:600px;
	height:445px;
	overflow:auto;
	padding:0px 15px 20px 20px;
}

/* -- content txt -- */

#main #content #content_right .txt_btm h2{
	color:#E7F0F9;
	font-size:12px;
	padding-top:20px;
	margin:0 0 10px 0;
}
#main #content #content_right .txt_btm h2 em{
	color:#FFCC66;
	font-size:14px;
	line-height:110%;
}
#main #content #content_right .txt_btm p{
	color:#ffffff;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0 25px 20px 25px;
	line-height:1.3em;
	background:url(img/txt_bar.gif) center bottom no-repeat;
}