@charset "Shift_JIS";


/*-----------------------------
	index.html
------------------------------*/

#main h2{
	padding-bottom:30px;
}



/* トピックス */

#main .topics .news_title{
	position:relative;
	width:610px;
	height:30px;
	padding-bottom:20px;
}
#main .topics .news_title p.news{
	position:absolute;
	top:5px;
	right:14px;
}
#main .topics .box{
	clear:both;
	margin-bottom:25px;
}
#main .topics .box .date{
	width:100px;
	float:left;
	padding:0 0 0 15px;
	background:url(../../images/icon.gif) left 7px no-repeat;
}
#main .topics .box .note{
	width:495px;
	float:right;
}
#main .topics .box .note dl{
}
#main .topics .box .note dt a{
	color:#990000;
	font-weight:bold;
}
#main .topics .box .note div{
	float:right;
	text-align:right;
	width:192px;
}





















