@charset "UTF-8";

/* 基本設定 */
body {
	font-family: Arial, "メイリオ","ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	/* [disabled]font-size:14px; */
	line-height: 22px;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

body div {text-align:left;}

h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:0;
}

br {line-height:12px;}

a {
	text-decoration:underline;
	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
	color:#39F;
}
a:hover {
	text-decoration:none;
	color:#33F;
}

form {
	font-size:12px;
	margin:0;
}
input {font-size:12px;}

ul, ol, li,
dl, dt, dd {
	margin:0;
	padding:0;
}

em, cite {font-style:normal;}

small {
	font-size:10px;
	line-height:14px;
}

img {border:0;}
.center {text-align:center;}
.clear {clear:both;}


/* 詳細設定 */
#wrapper {
	width:800px;
	margin:0 auto;
}
#wrapper header {
	width:800px;
	height:450px;
	background:url(lab_title.jpg) no-repeat;
}
#wrapper header h1,
#wrapper header p {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#wrapper section#section1 {
	height:560px;
}
#wrapper section#section1 h2 {
	text-indent:-9999px;
	width:800px;
	height:60px;
	background:url(lab_title1.jpg) no-repeat;
}
#wrapper section#section1 h3 {
	text-indent:-9999px;
	width:800px;
	height:500px;
	background:url(lab_section1.jpg) no-repeat;
}


#wrapper section#section2 {
	height:561px;
}
#wrapper section#section2 h2 {
	text-indent:-9999px;
	width:800px;
	height:60px;
	background:url(lab_title2.jpg) no-repeat;
}
#wrapper section#section2 h3 {
	text-indent:-9999px;
	width:800px;
	height:501px;
	background:url(lab_section2_1.jpg) no-repeat;
}


#wrapper section#section3 {
	height:560px;
}
#wrapper section#section3 h2 {
	text-indent:-9999px;
	width:800px;
	height:60px;
	background:url(lab_title2_sub2.jpg) no-repeat;
}
#wrapper section#section3 h3 {
	text-indent:-9999px;
	width:800px;
	height:500px;
	background:url(lab_section2_2.jpg) no-repeat;
}


#wrapper section#section4 {
	height:670px;
}
#wrapper section#section4 h2 {
	text-indent:-9999px;
	width:800px;
	height:60px;
	margin:0 0 10px 0;
	background:url(lab_title4.jpg) no-repeat;
}
#wrapper section#section4 h3 {
	text-indent:-9999px;
	width:800px;
	height:600px;
	background:url(lab_section4.jpg) no-repeat center;
}


#wrapper section#section5 {
	height:320px;
	margin:30px 0 0 0;
}
#wrapper section#section5 h2 {
	text-indent:-9999px;
	width:800px;
	height:60px;
	margin:0 0 10px 0;
	background:url(lab_title5.jpg) no-repeat;
}
#wrapper section#section5 h3 {
	text-indent:-9999px;
	width:800px;
	height:250px;
	background:url(lab_section5.jpg) no-repeat center;
}


#wrapper section#section6 {
	height:330px;
	margin:30px 0 0 0;
}
#wrapper section#section6 h2 {
	text-indent:-9999px;
	width:800px;
	height:60px;
	margin:0 0 10px 0;
	background:url(lab_title6.jpg) no-repeat;
}
#wrapper section#section6 h3 {
	text-indent:-9999px;
	width:800px;
	height:260px;
	background:url(lab_section6.jpg) no-repeat center;
}


p.btn {
	text-indent:-9999px;
	width:234px;
	height:64px;
	margin:60px auto 0 auto;
	background:url(btn_catalog_on.jpg) no-repeat;
}
p.btn a {
	display:block;
	width:234px;
	height:64px;
	background:url(btn_catalog.jpg) no-repeat;
}
p.btn a:hover {
	background:none;
}

p.btn_link_movie {
	text-indent:-9999px;
	width:400px;
	height:40px;
	margin:0 auto 40px auto;
	background:url(btn_link_movie_on.gif) no-repeat;
}
p.btn_link_movie a {
	display:block;
	width:400px;
	height:40px;
	background:url(btn_link_movie.gif) no-repeat;
}
p.btn_link_movie a:hover {
	background:none;
}

p.movie {
	text-indent:-9999px;
	width:380px;
	height:70px;
	margin:10px auto 60px auto;
	background:url(btn_movie_on.gif) no-repeat;
}
p.movie a {
	display:block;
	width:380px;
	height:70px;
	background:url(btn_movie.gif) no-repeat;
}
p.movie a:hover {
	background:none;
}

footer {
	text-align:center;
}
footer address {
	font-family:Arial;
	font-size:12px;
	font-style:normal;
}








