@charset "UTF-8";

/* トップページ */

#visual-tops {
	background: url(../image/top/bg_visual.jpg) no-repeat center top;
	height: 1024px;
}

#visual-tops object {
	margin: 0 auto;
}

#main-top {
	width: 100%;
}

h1#logo-top {
	margin: 0 auto;
	padding-top: 13px;
	width: 900px;
	height: 328px;
	text-align: center;
}

#wrapper-top { margin: 0 auto; width: 900px; }

#flash {
	float: left;
	width: 486px;
	height: 362px;
}

#topics {
	float: right;
	padding: 55px 25px 25px 25px;
	background: url(../image/top/bg_topics.jpg) no-repeat left top;
	width: 149px;
	height: 282px;
}
#topics dl {
	overflow: auto;
	width: 149px;
	height: 282px;
}
#topics dl dt, #topics dl dd { width: 131px; line-height: 1.3; }
#topics dl dt { color: #ff6600; font-weight: bold; }
#topics dl dd { margin-bottom: 0.7em; color: #ffcc00; }

#topics dl dd a {	text-decoration: underline; }
#topics dl dd a:link		{ color: #ffcc00; }
#topics dl dd a:visited	{ color: #ffcc00; }
#topics dl dd a:hover		{ color: #ffff99; }
#topics dl dd a:active	{ color: #ffff99; }

#pickup {
	clear: both;
	padding: 74px 0px 0px 11px;
	background: url(../image/top/bg_pickup.jpg) no-repeat left 10px;
	width: 682px;
	height: 138px;
	list-style-type: none;
}
#pickup li {
	float: left;
	padding: 0 0 3px 3px;
}


/**/

