@charset "utf-8";
/* import */
@import url(reset.css);
@import url(style.css);

/* top */
.header {
	background: url(../img/bg_cloth_top.png) repeat-x;
	height: 490px;
}
.header .header-in {
	background: url(../img/main-image_bg.jpg) no-repeat;
	width: 980px;
	height: 490px;
	margin: 0 auto;
}
h2 {
	background: url(../img/h2_top01.png) no-repeat;
	margin-top: 27px;
}
h3 {
	text-indent: -9999px;
	font-size: 0px;
}
.h3_top01 {
	width: 300px;
	height: 200px;
	float: right;
	padding: 0 0 10px 25px;
}
.h3_top01 h3 {
	display: none;
}
.article {
	background: #fff url(../img/article_btm.png) left bottom no-repeat;
	width: 840px;
	overflow: hidden;
	margin-left: 20px;
	/margin-left: 0px;
	padding: 20px 30px;
}

/*/////////////////*/
/*/     movie     /*/
/*/////////////////*/
.movie {
	width: 901px;
	overflow: hidden;
	margin: 30px 0 20px 20px;
	background: url(../img/line.png) repeat-y;
}
.movie div {
	width: 285px;
	float: left;
	font-size: 0.9em;
	line-height: 2.2em;
}
.movie div h3 {
	width: 285px;
	height: 41px;
	margin-bottom: 10px;
}
.movie div p {
	min-height: 100px;
	margin-top: 10px;
}
.movie .h3_top02 {
	margin-right: 23px;
	background: url(../img/line.png) right top no-repeat;
}
.movie .h3_top02 h3 {
	background: url(../img/h3_top02.png) no-repeat;
}
.movie .h3_top03 {
	margin-right: 23px;
}
.movie .h3_top03 h3 {
	background: url(../img/h3_top03.png) no-repeat;
}
.movie .h3_top04 h3 {
	background: url(../img/h3_top04.png) no-repeat;
}

/*//////////////////////*/
/*/     btn_detail     /*/
/*//////////////////////*/
.btn_detail {
	display: block;
	width: 122px;
	height: 26px;
	text-indent: -9999px;
	margin: 10px 0 0 164px;
}
.btn_detail a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_detail.png) left top no-repeat;
}
.btn_detail a:hover {
	background: url(../img/btn_detail.png) left bottom no-repeat;
}