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

/*******************************************************************************

 トップページ専用

 *******************************************************************************/

#top {
	margin:0 auto 30px auto;
	width:820px;
	overflow:hidden;
}

/* キャッチコピー */
#topCatch {
	margin:0 0 50px 0;
	width:820px;
	overflow:hidden;
	background:#231207 none left top no-repeat;
}

#topCatch dl {
	margin:5px 0 5px 5px;
	width:402px;
	float:left;
}
#topCatch dl dt {
	background:#fff none left top no-repeat;
}
#topCatch dl dt a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#topCatch dl dd {
	background:#423E3C none left top no-repeat;
	padding:5px;
	color:#eee;
	line-height:130%;
}
#top ul {
	margin:0 0 40px 0;
	text-align:center;
}
#top ul li {
	display:inline;
}
#top ul li img {
	margin:0 5px 10px 5px;
}

/* スライドショー */
#slideShow {
	border-top:1px dotted #ccc;
	padding:20px 0 0 0;
	position: relative;
	width:820px;
	height:141px;
}
#slideShow div.scrollableArea * {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	display:block;
}
#slideShow a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
