@charset "utf-8";



/*-----------------------------------トップページ*/
#index #pagetop {
	display: none;
}

/*-----------------------------------春夏バージョン*/
#topMainSS {
	width: 570px;
	height: 300px;
	background: url(images/mainSS.jpg) no-repeat;
	position: relative;
}
#topMainBnrSS {
	width: 184px;
	top: 68px;
	right: 10px;
	position: absolute;
}
#topMainBnrSS li{
	width: 184px;
	height: 108px;
	line-height: 1;
	margin-bottom: 5px;
	_margin-bottom: 3px;
}
/*-----------------------------------秋冬バージョン*/
#topMainAW {
	width: 570px;
	height: 300px;
	background: url(images/mainAW.jpg) no-repeat;
	position: relative;
}
#topMainBnrAW {
	width: 184px;
	top: 68px;
	left: 8px;
	position: absolute;
}
#topMainBnrAW li{
	width: 184px;
	height: 108px;
	line-height: 1;
	margin-bottom: 5px;
	_margin-bottom: 3px;
}


/*-----------------------------------トップページ*/
#topNav {
	width: 563px;
	height: 103px;
	margin: 10px 0 0 3px;
}
#topNav li{
	display:block;
	font-size: 11px;
	list-style-type: none;
	line-height: 1.2;
	float: left;
}
#topNav li a{
	display:block;
	width: 115px;
	height: 41px;
	padding: 62px 10px 0 10px;
	color: #333;
	margin-right: 7px;
	text-decoration: none;
}
#topNav li#topNav01 a{ background: url(images/top_nav.gif) no-repeat 0px 0px;}
#topNav li#topNav01 a:hover{ background: url(images/top_nav.gif) no-repeat 0px -103px;}
#topNav li#topNav02 a{ background: url(images/top_nav.gif) no-repeat -143px 0px;}
#topNav li#topNav02 a:hover{ background: url(images/top_nav.gif) no-repeat -143px -103px;}
#topNav li#topNav03 a{ background: url(images/top_nav.gif) no-repeat -286px 0px;}
#topNav li#topNav03 a:hover{ background: url(images/top_nav.gif) no-repeat -286px -103px;}
#topNav li#topNav04 a{ background: url(images/top_nav.gif) no-repeat -428px 0px; margin-right: 0px;}
#topNav li#topNav04 a:hover{ background: url(images/top_nav.gif) no-repeat -428px -103px;}

#newsBox {
	width: 558px;
	border: 1px solid #c0c0c0;
	margin: 8px 0 0 3px;
	position: relative;
}
#newsBox h2{
	width: 115px;
	height: 21px;
	padding: 0 0 0 443px;
	background: url(images/news.gif) no-repeat;
}
#newsBox ul {
	margin: 10px;
}
#newsBox li {
	line-height: 1.7;
}
#newsBox a { color: #333; }
.day { color: #ff0000; }

#announceBox {
	width: 558px;
	border: 1px solid #c0c0c0;
	margin: 8px 0 0 3px;
	position: relative;
}
#announceBox h2{
	width: 115px;
	height: 21px;
	padding: 0 0 0 443px;
	background: url(images/announce.gif) no-repeat;
}
#announceBox ul {
	margin: 10px;
}
#announceBox li {
	line-height: 1.6;
	padding-bottom: 2px;
}
#announceBox a { color: #333; }
