@charset "utf-8";
#top-header {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	display: block;
}
#top-header .logo{
	width: 280px;
	height: 42px;
	margin: 80px auto auto 0px;
	float: left;
}
#top-header ul {
	width: auto;
	height: auto;
	margin: 100px 0px auto auto;
	float: right;
	display: block;
}
#top-header ul li {
	width: auto;
	height: auto;
	margin: 0px auto auto 30px;
	float: left;
}
#top-contents {
	width: 1104px;
	height: auto;
	margin: 0px auto;
	display: block;
}
#top-nav  {
	height: 180px;
	width: 100%;
	margin: 40px auto 0px auto;
	background-image: url(common/img/bn-bg.png);
	background-repeat: repeat-x;
	padding-top: 30px;
}
#top-nav ul {
	height: auto;
	width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
}
#top-nav li  {
	float: left;
	height: auto;
	width: auto;
	margin: 0px 10px;
}

/*---- mainvisual ----*/
#mainvisual {
	width: 100%;
	position: relative;
	height: 511px;
	text-align: center;
	overflow: hidden;
	margin: 20px auto 0px auto;
}
#mainvisual .inner {
	z-index: 1;
	margin-right: auto;
	margin-left: 155px;
	text-align: center;
	width: 766px;
	height: auto;
	margin-top: 35px;
}
#mainvisual span.frame {
	background-image: url(common/img/mainvisual_frame.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 2;
	height: 511px;
	width: 1104px;
	display: block;
	position: absolute;
	bottom: 0px;
}
/*---- footer ----*/
#top-footer {
	clear: both;
	text-align: center;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
}
#top-footer .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 68%;
	text-align: center;
	width: 100%;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #666;
}
