/* CSS Basic Style ---------------------------------------------------------- */

div#top_warpper {
	text-align: left;
}

#head_txt h1 {
	margin: 0;
}

#contents_main {
	border: 1px solid #222;
	background: url(../../../images/common/bg_head.jpg) repeat-x top;
	margin-bottom: 20px;
}


#contents_main #main {
	background: url(../../images/index/bg_top.jpg) no-repeat top;
	margin-bottom: 10px;
}
#main_wrap {
	width: 700px;
	background: url(../../images/index/bg_topics.gif) repeat;
	margin-left: 62px;
	margin-bottom: 30px;
}


#main_wrap div.topics{
	width: 656px;
	margin: 18px 0 0 21px;
	border-bottom: 1px dotted #333333;
	padding-bottom: 10px;
	letter-spacing: normal;
}

#main_wrap div.topics img{
	background: #FFFFFF;
	padding: 1px;
	border: #999999 1px solid;
	float: right;
}

#main_wrap div.topics p.date{
	padding: 3px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF;
	width: 7.5em;
	margin-bottom: 6px;
}

#main_wrap div.topics h3{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#main_wrap div.topics p.catch{
	font-size: 12px;
	color: #CC0000;
	margin-bottom: 6px;
	font-weight: bold;
}

#main_wrap div.topics p.more{
}

#main_wrap div.topics p.more img{
	border: none;
	padding: 0;
	float: none;
}

#main_wrap p.news_list_btn{
	text-align: right;
	margin-top: 15px;
	margin-right: 24px;
}


#main_wrap div.topics_btm_line{
	widows: 700px;
	height: 8px;
	background: #000000 url(../../images/index/i_topics_btm.gif) no-repeat 0 0;
	margin: 10px 0 0;
	padding: 0;
	line-height: 0;
	border: none;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/

