@charset "utf-8";

/*
 ** YUI 3.10.0 (build a03ce0e)
 ** Copyright 2013 Yahoo! Inc. All rights reserved.
 ** Licensed under the BSD License.
 ** http://yuilibrary.com/license/
 ***/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	sup{vertical-align:text-bottom;}sub{vertical-align:text-top;}
}

html {
}

body {
	min-width: 1024px;
	font-size: 12px;
    font-family: "Verdana", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka;
    -webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	line-height: 1.7em;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

strong {
	font-weight: bold;
}

.fm {
	font-size: 110%;
}

#curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 3000px;
    background-color: #fff;
    z-index: 90000;
}
#curtain:not(:target){display:none\9;} /* IE9 */ 
#loading {
	background: url(../images/loading.gif) no-repeat center center;
	width: 100%;
	height: 55px;
    position: fixed;
    z-index: 91000;
	top: 300px;
}

header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 37px;
	background: #004592;
	z-index: 50000;
}

header div {
	width: 1024px;
	margin: 0 auto;
	height: 37px;
}

#nav_main {
	position: fixed;
	top: 37px;
	width: 100%;
	height: 40px;
	font-size:120%;
	background-color: #002249;
	z-index: 50000;
	line-height: 40px;
	text-align: right;
}

#nav_main_inner {
	width: 980px;
	margin: 0 auto;
	height: 37px;
	position: relative;
}

#nav_link {
}

#nav_main a {
	color: #ddd;
	text-decoration: none;
	margin-right: 40px;
}

#nav_main a:last-of-type {
	margin-right: 150px;
}

/* ============ Sub Navigation ============ */
div.nav_placeholder {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 200px;
	z-index: 0;
	opacity: 0;

	font-size:100% !important;
	color: #000 !important;
	line-height: 1.4em !important;
	text-align: left !important;
}

h2.title{
	display: block;
	margin: 0px auto;
	overflow: auto;
}

ul.nav_sub, div.wrap_banner {
	list-style: none;
	margin: 0 auto;
	z-index: 11000;
}

div.wrap_banner {
	position: relative;
}

ul.nav_sub li {
	margin: 0 0 8px 0;	
	z-index: 12000;
	font-size: inherit !important;
	border-bottom: 1px solid #fff;
}

ul.nav_sub a {
	text-decoration: none;
	z-index: 13000;
	background: url(../images/dot.gif) 0 center no-repeat scroll;
	background-position: center left;
	padding-left: 16px;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 14px;
	color: #333 !important;
	width: 240px;
	margin-right: 0px !important;
}

ul.nav_sub a.current {
	background-image: url(../images/dot_on.gif);
	font-weight: bold;
	color: #004592;
}

ul.nav_sub .small {
	font-size: 10px;
	letter-spacing: 0.2em;
}

ul.nav_sub li.img {
	margin: 0 0 10px 0;	
	z-index: 12000;
	font-size: inherit !important;
	border-bottom: 0px;
	width: 170px;
}

ul.nav_sub li.img a {
	background: transparent;
	padding-left: 0;
}

.nav_environmental ul.nav_sub li {
	width: 200px;
}

.nav_environmental ul.nav_sub a {
	background: url(../images/dot3.gif) 0 center no-repeat scroll;
}

.nav_environmental ul.nav_sub a.current {
	background-image: url(../images/dot3_on.gif);
	color: #006600;
}

.nav_hellonet ul.nav_sub a.current {
	background-image: url(../images/dot4_on.gif);
	color: #1F3A8F;
}

ul.nav_sub li.ecosuke{
	margin:40px 0 0 30px;
}


/* ============ PageTop ============ */
p.other {
	line-height: 1.7em;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb20 {
	margin-bottom: 25px !important;
}

/* ============ PageTop ============ */
#page-top {
	position: fixed;
	bottom: 1px;
	right: 20px;
	font-size: 75%;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 86px;
	height: 47px;
	padding: 0;
	text-align: center;
	display: block;
}

#page-top a:hover {
	text-decoration: none;
}

/* ============ Common ============ */
h3 {
	margin-bottom: 4px;
}

.contents{
	margin: 0 auto;
	overflow: visible;
	width: 1024px;
	position: relative;
	height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.contents #s0_5{display:block;}
.contents{
	margin: 0 auto;
	width: 1024px;
	height: 100%;
}
}/* IE10 */

#contents_IE8 {
	display: none;
}

.contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.contents li{
	margin: 0 0 5px 0;
}

p.annotation {
	font-size: 10px;
}

/* ============ BG ============ */
.screen_bg {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 60px;
}

#bg1 {
	background: url(../images/back01.jpg) 50% 0 no-repeat scroll #AFDFF5;
	z-index: -1;
}

#bg2 {
	background: url(../images/bg0_a.jpg) 50% 0 no-repeat scroll #AFDFF5;
	z-index: -2;
}

#bg3 {
	background: url(../images/back01.jpg) 50% 0 no-repeat scroll #AFDFF5;
	z-index: -3;
}

#bg4 {
	background: url(../images/back02.jpg) 50% 0 no-repeat scroll #AFDFF5;
	z-index: -4;
}

#bg5 {
	top: 660px;
	height: 1200px;
	background-color: #bacfe9;
	z-index: -5;
}


/* ======================= */
#intro {
	background: url(../images/bg0.png) 50% 60px no-repeat fixed #215EAC;
	color: #191919;
	height: 583px;
	margin: 77px auto 0;
	z-index: 1000;
}

#s0_1 {
	position: absolute;
	top: 40px;
	left: 120px;
}

#s0_2, #contents_IE8 {
	position: absolute;
	top: 70px;/* 112 */
	left: 609px;
	width: 388px;
	height: 322px;
}

#s0_3 {
	position: absolute;
	top: 421px;/* 461 */
	left: 609px;
	width: 19px;
	cursor: pointer;
}

#s0_4 {
	position: absolute;
	top: 421px;/* 461 */
	left: 629px;
	width: 349px;
}

#s0_5 {
	position: absolute;
	top: 421px;/* 461 */
	left: 978px;
	width: 19px;
	cursor: pointer;
}
#s0_6{
	position: absolute;
	top: 505px;
	left: 578px;
	width: 19px;
	opacity:0.7;
}
#s0_7{
	position: absolute;
	top: 560px;
	left: 570px;
	width: 19px;
	cursor: pointer;
}

.viewport {
    width: 388px;
	height: 284px;
    overflow: hidden;
    margin: 0 auto;
	float: left;
}

.flipsnap {
	width: 2000px;
}

.flipsnap div {
    float: left;
    width: 388px;
}

.flipsnap div img {
    width: 100%;
}

.pointer {
    text-align: center;
}

.pointer span {
    background-color: #1E2573;
	border: solid 3px #1E2573;
    border-radius: 30px;
    height: 8px;
    margin: 12px 10px;
    width: 8px;
    display: inline-block;
	cursor: pointer;
}

.pointer span.current {
    border-radius: 30px;
    background-color: #fff;
	cursor: auto;
}

/* ======================= */

#scene01 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	/*background-color: #96ddf8;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s1_1 {
	position: absolute;
	top: 58px;
	left: 280px;
	width: 320px;
}

#s1_2 {
	position: absolute;
	top: 275px;
	left: 285px;
	width: 290px;
	z-index: 100;
}

#s1_3 {
	position: absolute;
	top: 30px;
	left: 604px;
	width: 277px;
	z-index: 200;
}

/* ======================= */

#scene02 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s2_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 480px;
}

#s2_2 {
	position: absolute;
	top: 143px;
	left: 315px;
	width: 238px;
}

#s2_3 {
	position: absolute;
	top: 243px;
	left: 268px;
	width: 238px;
}

#s2_4 {
	position: absolute;
	top: 330px;
	left: 310px;
	width: 169px;
}

#s2_5 {
	position: absolute;
	top: 250px;
	left: 470px;
	width: 255px;
}

#s2_6 {
	position: absolute;
	top: 130px;
	left: 672px;
	width: 338px;
}

#s2_7 {
	position: absolute;
	top: 340px;
	left: 672px;
	width: 338px;
}

/* ======================= */

#scene03 {
	/*background: url(../images/back02.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s3_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 440px;
}

#s3_2 {
	position: absolute;
	top: 170px;
	left: 274px;
	width: 328px;
}

#s3_3 {
	position: absolute;
	top: 170px;
	left: 640px;
	width: 331px;
}

/* ======================= */

#scene04 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s4_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 450px;
}

#s4_2 {
	position: absolute;
	top: 203px;
	left: 274px;
	width: 329px;
}

/* ======================= */

#scene05 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s5_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 313px;
}

#s5_2 {
	position: absolute;
	top: 100px;
	left: 274px;
	width: 158px;
}

#s5_3 {
	position: absolute;
	top: 100px;
	left: 785px;
	width: 177px;
}

#s5_4 {
	position: absolute;
	top: 100px;
	left: 330px;
	width: 522px;
}

#s5_5 {
	position: absolute;
	top: 100px;
	left: 274px;
	width: 156px;
}

#s5_6 {
	position: absolute;
	top: 100px;
	left: 450px;
	width: 207px;
}

#s5_7 {
	position: absolute;
	top: 315px;
	left: 826px;
	width: 156px;
}

#s5_8 {
	position: absolute;
	top: 180px;
	left: 330px;
	width: 550px;
}

#scene5_1, #scene5_2, #s7_scene1, #s7_scene2, #s8_scene1, #s8_scene2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: inherit;
}

/* ======================= */

#scene06 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s6_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 340px;
}

#s6_2 {
	position: absolute;
	top: 130px;
	left: 274px;
	width: 312px;
}

#s6_3 {
	position: absolute;
	top: 90px;
	left: 667px;
}

#s6_4 {
	position: absolute;
	top: 240px;
	left: 580px;
}

#s6_5 {
	position: absolute;
	top: 405px;
	left: 830px;
	width: 120px;
}


/* ======================= */

#scene07 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s7_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 320px;
}

#s7_2 {
	position: absolute;
	top: 100px;
	left: 274px;
	width: 360px;
}

#s7_3 {
	position: absolute;
	top: 100px;
	left: 678px;
	width: 300px;
}

#s7_4 {
	position: absolute;
	top: 445px;
	left: 678px;
	width: 135px;
}

#s7_5 {
	position: absolute;
	top: 120px;
	left: 294px;
	width: 700px;
}

#s7_6 {
	position: absolute;
	top: 330px;
	left: 274px;
	width: 111px;
	cursor: pointer;
	z-index: 15000;
}

#s7_7 {
	position: absolute;
	top: 95px;
	left: 294px;
	width: 89px;
	cursor: pointer;
	z-index: 15000;
}

/* ======================= */

#scene08 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s8_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 500px;
}

.s8_read {
	position: absolute;
	top: 86px;
	left: 274px;
	width: 500px;
}

#s8_2 {
	position: absolute;
	top: 290px;
	left: 274px;
	width: 290px;
}

#s8_3 {
	position: absolute;
	top: 210px;
	left: 405px;
	width: 356px;
}

#s8_4 {
	position: absolute;
	top: 105px;
	left: 730px;
	z-index: 200;
}

#s8_4 p {
	padding-left: 25px;
}

#s8_5 {
	position: absolute;
	top: 245px;
	left: 384px;
	width: 191px;
}

#s8_6 {
	position: absolute;
	top: 520px;
	left: 384px;
	width: 191px;
}

#s8_7, #s8_8, #s8_9 {
	position: absolute;
	top: 275px;
	left: 320px;
}

#s8_8, #s8_9 {
	display: none;
}

#s8_10 {
	position: absolute;
	top: 160px;
	left: 274px;
	width: 111px;
	cursor: pointer;
	z-index: 15000;
}

#s8_11 {
	position: absolute;
	top: 220px;
	left: 274px;
	width: 89px;
	cursor: pointer;
	z-index: 15000;
}


/* ======================= */

#scene09 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s9_1 {
	position: absolute;
	top: 68px;
	left: 390px;
	width: 590px;
}

#s9_2 {
	position: absolute;
	top: 166px;
	left: 320px;
	width: 665px;
}

/* ======================= */

#scene10 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s10_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 379px;
}

#s10_2 {
	position: absolute;
	top: 170px;
	left: 274px;
	width: 275px;
}

#s10_3 {
	position: absolute;
	top: 262px;
	left: 560px;
	width: 419px;
	z-index: 100;
}

/* ======================= */

#scene11 {
	/*background: url(../images/back03.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s11_1 {
	position: absolute;
	top: 58px;
	left: 274px;
	width: 520px;
}

#s11_2 {
	position: absolute;
	top: 125px;
	left: 274px;
	width: 158px;
	z-index: 100;
}

#s11_3 {
	position: absolute;
	top: 205px;
	left: 274px;
	width: 158px;
	z-index: 100;
}

#s11_4 {
	overflow: hidden;
	position: absolute;
	top: 147px;
	left: 274px;
	/*width: 520px;*/
	width: 0px;
	z-index: 100;
}

#s11_5 {
	overflow: hidden;
	position: absolute;
	top: 230px;
	left: 274px;
	/*width: 520px;*/
	width: 0px;
	z-index: 100;
}

#s11_6 {
	position: absolute;
	top: 357px;
	left: 274px;
	width: 592px;
}

#s11_7 {
	position: absolute;
	top: 435px;
	/*left: 274px;*/
	left: 100px;
	opacity: 0.0;
}

/* ======================= */

#scene12 {
	/*background: url(../images/back04.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s12_1 {
	position: absolute;
	top: 58px;
	left: 279px;
	width: 320px;
}

#s12_2 {
	position: absolute;
	top: 170px;
	left: 279px;
	width: 286px;
}

#s12_3 {
	position: absolute;
	top: 58px;
	left: 620px;
	width: 449px;
}

#s12_4, #s12_5, #s12_6 {
	position: absolute;
	top: 130px;
	left: 730px;
	width: 510px;
}

#s12_7 {
	position: absolute;
	top: 360px;
	left: 280px;
	width: 679px;
}
/* ======================= */

#scene13 {
	/*background: url(../images/back04.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s13_1 {
	position: absolute;
	top: 58px;
	left: 279px;
	width: 320px;
}

#s13_2 {
	position: absolute;
	top: 58px;
	left: 629px;
	width: 486px;
}

#s13_3 {
	position: absolute;
	top: 280px;
	left: 279px;
	width: 442px;
}

#s13_4 {
	position: absolute;
	top: 150px;
	left: 620px;
	width: 166px;
}

/* ======================= */

#scene14 {
	/*background: url(../images/back04.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s14_1 {
	position: absolute;
	top: 58px;
	left: 279px;
	width: 320px;
}

#s14_2 {
	position: absolute;
	top: 133px;
	left: 278px;
}

#s14_3 {
	position: absolute;
	top: 200px;
	left: 594px;
}

/* ======================= */

#scene15 {
	/*background: url(../images/back04.jpg) 50% 0 no-repeat scroll #AFDFF5;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s15_1 {
	position: absolute;
	top: 58px;
	left: 279px;
	width: 590px;
}

#s15_2 {
	position: absolute;
	top: 230px;
	left: 279px;
	width: 355px;
}

#s15_3 {
	position: absolute;
	top: 230px;
	left: 689px;
	width: 245px;
}


/* ======================= */

#scene16 {
	/*background-color: #bacfe9;*/
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s16_1 {
	position: absolute;
	top: 58px;
	left: 279px;
	width: 420px;
}

#s16_2 {
	position: absolute;
	top: 230px;
	left: 279px;
	width: 355px;
}

#s16_3 {
	position: absolute;
	top: 230px;
	left: 650px;
	width: 245px;
}

#s16_4 {
	position: absolute;
	top: 95px;
	left: 739px;
	width: 245px;
}



/* ======================= */

#scene17 {
	background-color: #bacfe9;
	color: #191919;
	height: 583px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#s17_1 {
	position: absolute;
	top: 58px;
	left: 279px;
	width: 428px;
}

#s17_2 {
	position: absolute;
	top: 244px;
	left: 279px;
	width: 705px;
}

#s17_3 {
	position: absolute;
	top: 92px;
	left: 750px;
}

