@charset "UTF-8";
/* CSS Document */

h1 {
	width:806px;
	height:387px;
	background:url(../images/main_visual_02.png);
	margin:0 0 10px 0;
	text-indent:-9999px; 
}

#news h2 {
	width:520px;
	height:22px;
	background:url(../images/h/news.png);
	text-indent:-9999px;
	border-bottom:solid 1px #ccc;
}

#pickup h2 {
	width:220px;
	height:22px;
	background:url(../images/h/pickup.png);
	text-indent:-9999px;
	border-bottom:solid 1px #ccc;
}


#news {
	float:left;
	height:330px;
}
#news dl {
	width:500px;
	height:266px;
	margin:10px 0 0 20px;
	border:1px solid #ccc;
	overflow:visible;
	background:#fafafa;
	font-size:12px;
}
#news dt {
	margin:20px 0 0 20px;
	color:brown;
	line-height:2.5em;
}
#news dt span {
	color:orange;
}
#news dd {
	margin:0 0 0 120px;
	line-height:2em;
}

#pickup {
	float:right;
	height:210px;
}

#pickup img {
	margin:10px 0 0 20px;
	padding:0;
}
#pickup a {
	text-decoration:none;
}
#pickup a p {
	font-size:10px;
	text-align:right;
}


