@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: index.css
 * author		: takaaki koyama
 * style info	:  index.html用CSS
 -----------------------------------------------------------*/
@import url("import.css");

.sec{
	width:640px;
}

.sec:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
 
.sec h3{
	height:20px;
	width:640px;
	padding-bottom:8px;
	background:url(../img/title/sec_title_bg_l.gif) no-repeat left bottom;
	margin-bottom:1em;
}


/**
 * #news
 -----------------------------------------------------------*/

#news h3 span{
	display:inline-block;
	width:514px;
	text-align:right;
}
#news dl{
	font-size:1.2em;
	line-height:1.5;
}
#news dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#news dl dt{
	width:123px;
	padding-left:7px;
	margin-bottom:1em;
	float:left;
	clear:left;
	font-weight:bold;
}
#news dl dd{
	width:490px;
	padding-left: 5px;
	float:left;
	margin-bottom:1em;
}
#news dl dd img{
	vertical-align:baseline;
}

#news span{
	margin-right: 5px;
	font-weight: bold;
}

#news a {
	color: #ee6900;
}
	
#news a:hover {
	color:#ee6900;
	text-decoration: none;
}