@charset "utf-8";

/*-----------------------------------------------------
Main
-------------------------------------------------------*/

/*-------------------------------------
news-idx
---------------------------------------*/
div.news-idx{
	float:left;
	display:inline;
	position:relative;
	width:660px;
	height:37px;
	background:url("/cmn/images/common/bg_ttl_660.jpg") no-repeat 0 100%;
	margin:0 0 20px 0;
}

/*
index
--------------------*/
div.news-idx h3{
	position:absolute;  
	top:10px;
	left:10px;
	font-weight:bold;
}
div.news-idx ul{
	position:absolute;  
	top:10px;
	left:70px;
	width:580px;
}
div.news-idx li{
	float:left;
	margin:0;
}

/*
active
--------------------*/
#c01 .c01,
#c02 .c02,
#c03 .c03,
#c04 .c04,
#c05 .c05,
#c06 .c06,
#c07 .c07,
#c08 .c08,
#c09 .c09,
#c10 .c10,
#c11 .c11,
#c12 .c12{
	font-weight:bold;
}

/*-------------------------------------
news-date
---------------------------------------*/
div.news-date{
	clear:both;
	float:left;
	display:inline;
	position:relative;
	width:660px;
	margin:0 0 30px 0;
}
div.news-date dt{
	position:absolute; 
	margin:10px;
}
div.news-date dd{
	width:560px;
	padding:10px 10px 10px 90px;
	background:url("/cmn/images/common/bg_border_dotted.gif") repeat-x left bottom;
	line-height:1.6;
}
