@charset "utf-8";
/* CSS Document */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}

body,html {
	width: 100%;
	height: 100%;
}

body {
	font-size: small;
	line-height: 1.6;
	background-color: #FFFFFF;
}
address {
	font-style: normal;
}

div.section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

div.section-layout {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
}

div.section-header {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 265px;
	position: relative;
}

div#section1 div.section-header {
	background-image: url(img/funNOTE_1_head.gif);
	background-color: #ffcccc;
	height: 331px;
}

div#section2 div.section-header {
	background-image: url(img/funNOTE_2_head.gif);
	background-color: #ffcc66;
	height: 302px;
}

div#section3 div.section-header {
	background-image: url(img/funNOTE_3_head.gif);
	background-color: #ccccff;
	height: 247px;
}

div#section4 div.section-header {
	background-image: url(img/funNOTE_4_head.gif);
	background-color: #99ccff;
	height: 300px;
}

div#section5 div.section-header {
	background-image: url(img/funNOTE_5_head.gif);
	background-color: #ffccff;
	height: 240px;
	padding-bottom: 10px;
}

div#section6 div.section-header {
	background-image: url(img/funNOTE_6_head.gif);
	background-color: #99cccc;
	height: 285px;
	padding-bottom: 10px;
}

div#result div.section-header {
	background-image: url(img/funNOTE_7_head.gif);
	background-color: #ccccff;
	height:150px;
}

div.section-header ul.menu {
	position: absolute;
	left: 0px;
	top: 82px;
	list-style-type: none;
}

div.section-header ul.menu li {
	float: left;
}

div.section-header ul.menu li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

div.section-header ul.menu li.section1 a {
	width: 130px;
}

div.section-header ul.menu li.section2 a {
	width: 123px;
}

div.section-header ul.menu li.section3 a {
	width: 123px;
}

div.section-header ul.menu li.section4 a {
	width: 123px;
}

div.section-header ul.menu li.section5 a {
	width: 121px;
}

div.section-header ul.menu li.section6 a {
	width: 128px;
}

div.section-header p.logo {
	position: absolute;
	top: 12px;
	left: 31px;
}

div.section-header p.contactBtn {
	position: absolute;
	top: 16px;
	right: 8px;
}

div.section-body {
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 155px;
	padding-bottom: 30px;
}
div#section1 div.section-body {
	padding-left: 70px;
}

div#section6 div.section-body {
	padding-right: 60px;
	padding-left: 155px;
}

div#result div.section-body {
	padding-right: 60px;
}

div#result div.section-body .bestPrize {
	width: 100%;
	margin-bottom:15px;
	text-align: center;
}

div#result div.section-body .bestPrize_txt {
padding-left:35px;
}

#section1 div.section-body,
#section1 div.section-layout,
#section1 div.section-heightControl {
	background-color: #ffcccc;
}

#section2 div.section-body,
#section2 div.section-layout,
#section2 div.section-heightControl {
	background-color: #ffcc66;
}

#section3 div.section-body,
#section3 div.section-layout,
#section3 div.section-heightControl {
	background-color: #ccccff;
}

#section4 div.section-body,
#section4 div.section-layout,
#section4 div.section-heightControl,
#result div.section-body,
#result div.section-layout,
#result div.section-heightControl {
	background-color: #99ccff;
}

#section5 div.section-body,
#section5 div.section-layout,
#section5 div.section-heightControl {
	background-color: #ffccff;
}

#section6 div.section-body,
#section6 div.section-layout,
#section6 div.section-heightControl {
	background-color: #99cccc;
}

div.lead {
	margin: 30px;
	font-weight: bolder;
}

#section2 div.lead {
	margin: 0 30px 30px 36px;
}

#section5 div.lead {
	margin-left: 0px;
	margin-bottom: 10px;
}

div.section-body p {
	margin-bottom: 1em;
}

div.section-body dl dd {
	margin-bottom: 2em;
}
div#section5 .shimekiri {
	font-size: large;
	color: #ee0000;
}
div#section6 .shimekiri {
	clear: both;
	font-size: 160%;
	color: #009999;
}
div.section-body ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
}


div#section1 {
	left: 0px;
}

div#section2 {
	left: 100%;
}
div#section3 {
	left: 200%;
}
div#section4 {
	left: 300%;
}
div#section5 {
	left: 400%;
}
div#section6 {
	left: 500%;
}

div#header {
	display: none;
}
div.aisatsu-footer {
	font-weight: bold;
}
div.footInfo {
	margin-top: 50px;
}

div.footAddress {
	margin-top: 4em;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

div.footAddress-body {
	float: right;
}

h2 {
	font-size: small;
	margin: 0px 30px 10px 30px;
}

#section1 h2 {
	margin: 0 30px 20px 70px;
}

#section2 h2 {
	position: absolute;
	top: 245px;
	left: 32px;
	margin: 0;
}

#section4 h2 {
	position: absolute;
	top: 247px;
	left: 32px;
	margin: 0;
}

#section6 h2 {
	position: absolute;
	top: 240px;
	left: 34px;
	margin: 0;
}

p.nextBtn {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 440px;
	right: 0px;
}

div#section6 h4 {
	font-size: medium;
	color: #009999;
}

div#presentImages {
	float: right;
	width: 200px;
	margin-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: smaller;
	text-align: center;
}

div#section6 p.nextBtn {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 440px;
	left: 0px;
	width: 128px;
}

/* セクション2　「お問い合わせはこちら」ボタン */

#section2 dd a.inq {
	display: block;
	width: 89px;
	height: 16px;
	margin-top: 10px;
}

/* インタビュー */

div#section4 div.lead {
	font-weight: normal;
	overflow: hidden;
	margin: 0 30px 30px 30px;
	zoom: 1;
}

div#section4 div.lead div.img {
	float: left;
}

div#section4 div.lead p {
	margin-bottom: 10px;
}

div#section4 div.lead p.text {
	float: left;
	width: 388px;
	margin-right: 20px;
}

div#section4 h3 {
	margin-bottom: 10px;
	font-size: 140%;
	line-height: 110%;
	color: #0033c0;

}

body > div#section4 h3 {
	height: auto;
	min-height: 21px;
}

div#section4 h4 {
	margin-top: 30px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: medium;
	border-bottom: 1px solid #59a5f0;
}

div#section4 div#profile {
	margin-top: 40px;
	width: 322px;
	background: transparent url(img/funNOTE_3_dot.gif) repeat-y 0 0;
}

div#section4 div#profile p {
	font-size: x-small;
}

div#section4 div#profile .text {
	margin-right: 14px;
	margin-left: 14px;
}

div#section4 div#profile p span {
	font-size: small;
}

div#section4 div#profile p#mov_title {
	height: 13px;
	padding-left: 13px;
	background: transparent url(img/bg_circle.gif) no-repeat 0 0;
	line-height: 13px;
}

body > div#section4 div#profile p#mov_title {
	height: auto;
	min-height: 13px;
}

div#section4 div#profile p#mov_comment {
	margin: 0;
	padding: 0 14px 16px 14px;
	background: transparent url(img/funNOTE_3_btmdot.gif) no-repeat 0 bottom;
}


/* タンブラー画像 */

div#section6 ol#tumbler {
	width: 510px;
	margin: 10px auto 20px auto;
	overflow: hidden;
}

div#section6 ol#tumbler li {
	float: left;
	width: 85px;
	list-style: none outside;
}

div#section6 h3 {
	overflow: hidden;
}

div#section6 h3 span {
	font-weight: normal;
}

div#section6 .book {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-right: 12px;
}
