@charset "utf-8";

/* style */
/* -------------------------------------------------------- */
body {
/*	background-image: url(../images/body_bg.gif);	*/
	background-image: url(../images/body_top_bg_02.png);
}
#top_container {
	width: 1400px;
/*	width: 1000px;	*/
	margin-right: auto;
	margin-left: auto;
}
#top_container2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#flash {
	height: 380px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
#flash_02 {
	height: 384px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#flash_02 .btn_blog {
	width: 164px;
	height: 47px;
	position: absolute;
	right: 200px;
	bottom: 4px;
}

#top_mv {
	background-image: url(../images/flash_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 384px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
}
#top_mv.sale {
	background-image: url(../images/flash_02b.jpg);
}
#top_mv .inner {
	width: 1000px;
	height: 384px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-align: left;
}
#top_mv .inner .btn_blog {
	width: 164px;
	height: 47px;
	position: absolute;
	right: 0;
	bottom: 4px;
}
#top_mv .inner .btn_contact {
	width: 302px;
	height: 200px;
	position: absolute;
	left: 678px;
	top: 0;
}
#top_mv .inner .btn_contact a {
	display: block;
	width: 302px;
	height: 200px;
	text-decoration: none;
}
#top_mv .inner .msg {
	position: absolute;
	top: 384px;
	left: 0;
}

#top_contents {
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#top_footer {
	background-image: url(../common/images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 185px;
	background-position: left bottom;
	width: 100%;
	min-width: 1400px;
/*	min-width: 1000px;	*/
	text-align: center;
}
#top_footer_inner {
	width: 1400px;
/*	width: 1000px;	*/
	margin-right: auto;
	margin-left: auto;
	height: 185px;
}

#img_main {
	width: 1000px;
	height: 380px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#img_main #img_box {
	width: 1000px;
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#img_main #img_list {
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 3000px;
}

#img_main #img_list li {
	width: 1000px;
	height: 380px;
	float: left;
}

#btn_msg {
	position: absolute;
	left: 40px;
	top: 120px;
	z-index: 3;
}

#btn_prev {
	position: absolute;
	left: -73px;
	top: 161px;
	z-index: 3;
}

#btn_next {
	position: absolute;
	left: 1045px;
	top: 161px;
	z-index: 3;
}

#side_left {
	position: absolute;
	left: -35px;
	top: -50px;
	z-index: 3;

}

#side_right {
	position: absolute;
	left: 999px;
	top: -50px;
	z-index: 3;
}

