@charset "utf-8";

/*
Index CSS
*/

#main {
	margin-top: 0;
}

#header {
	height: 465px;
	background: url(/img/bg_homeheader.jpg) left top no-repeat;
}

#topimage {
	position: absolute;
	top: 0px;
	left: 155px;
	height: 465px;
}

#pickup {
	width: 590px;
	margin: 12px 0 12px 12px;
}
#pickup h2 a {
	display: block;
	height: 100px;
	background: url(/img/bn_fukubukuro.jpg) left top no-repeat;
}

#topnews,
#topselect {
	width: 590px;
	padding-bottom: 10px;
}
#topselect {
	padding-bottom: 25px;
}
#topnews h2,
#topselect h2 {
	width: 615px;
	height: 41px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}
#topnews h2 a,
#topselect h2 a {
	display: block;
	height: 41px;
}
#topnews h2 a {
	width: 533px;
	background: url(/img/h2_topnews.gif) left top no-repeat;
}
#topselect h2 a {
	width: 361px;
	background: url(/img/h2_topselect.gif) left top no-repeat;
}
#topnews ul,
#topselect ul {
	width: 590px;
	_width: 605px;
	list-style-type: none;
	padding: 0 0 0 15px;
}

#topnews li,
#topselect li {
	border-bottom: 1px dashed #999;
	padding: 4px 0px 6px 0px;
}
#topnews li a,
#topselect li a {
	font-size: 80%;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
}
#topnews li .date,
#topselect li .date {
	background: url(/img/arrow_r.gif) left center no-repeat;
	padding-left: 1em;
}
#topnews li a:hover,
#topselect li a:hover {
	color: #FFF;
	text-decoration: underline;
}