﻿@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
     font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	 line-height: 1.5;
	 letter-spacing: 0;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{ zoom: 1; } /* IE7 */

#wrapper{
	width: 1000px;
	margin: 0 auto;
}

h2{
	height: 115px;
	background: url(../img/h2_bg.png) repeat-x 0 0;
	font-weight: normal;
	font-size: 30px;
	font-size: 3.0rem
}

h2 span{
	height: 110px;
	width: 1000px;
	margin: 0 auto;
	display: block;
	padding: 35px 0 0 0;
}

h3{
	padding: 15px;
	font-size: 25px;
	font-size: 2.5rem;
	border: 5px solid #3CB599;
}

h4{
	margin: 40px 0 0 0;
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #F6F6F6;
	border-left: 5px solid #FF5C26;
}

h5{
	padding: 25px 0 10px 0;
	font-size: 17px;
	font-size: 1.7rem;
	border-bottom: 1px solid #EEEEEE;
}

h6{
	padding: 20px 0 0 0;
	font-size: 1.5em;
	font-size: 1.5rem;
}

p{
	padding: 20px 0;
	font-size: 1.5em;
	font-size: 1.5rem;
}

a:hover img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.imageLeft{
	margin: 0 15px 0 0;
	float: left;
}

.imageRight{
	margin: 0 0 0 15px;
	float: right;
}

.photoSTyle1{
	border: 5px solid #F6F6F6;
	-moz-box-shadow: 2px 2px 3px #999999;
	-webkit-box-shadow: 2px 2px 3px #999999;
	-o-box-shadow: 2px 2px 3px #999999;
	-ms-box-shadow: 2px 2px 3px #999999;
	box-shadow: 2px 2px 3px #999999;
}

/**************************************************
 header
**************************************************/
header{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

h1{
	width: 560px;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 10;
}

#menu{
	width: 40px;
	height: 40px;
	display: none;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 10px;
}

#menu.Selected{background: url(../img/menu.png) no-repeat 0 -40px;}

/**************************************************
 globalNavi
**************************************************/
#globalNavi{
	height: 60px;
	background-color: #3CB599;
}

#globalNavi > ul{
	width: 1002px;
	height: 60px;
	list-style: none;
	margin: 0 auto;
	border-left: 1px solid #31957E;
	border-right: 1px solid #6ACCB6;
}

#globalNavi > ul > li{
	width: 230px;
	height: 60px;
	float: left;
	text-align: center;
	font-size: 1.6em;
	font-size: 1.6rem;
}

#globalNavi > ul > li:first-child{width: 80px;}

#globalNavi > ul > li > a{
	height: 60px;
	padding: 20px 0 0 0;
	display: block;
	color: #FFFFFF;
	border-right: 1px solid #31957E;
	border-left: 1px solid #6ACCB6;
}

#globalNavi > ul > li > a:hover,#globalNavi > ul > li > a.selected{
	background-color: #FF8000;
	border-right: 1px solid #D96D00;
	border-left: 1px solid #FFA64D;
	text-decoration: none;
}

#headerNavi{
	width: 1000px;
	position: relative;
	margin: 0 auto;
	top: -160px;
}

.search{
	width: 184px;
	max-height: 24px;
	background-color: #EAEAEA;
	padding: 3px 25px 3px 10px;
	font-size: 1.4em;
	font-size: 1.4rem;
	border: none;
	border-radius: 2.0em;
	margin: 0 0 0 0;
	float: right;
}

.searchBtn{
	width: 15px;
	height: 15px;
	float: right;
	position: relative;
	top: 3px;
	left: 175px;
}

#headerNavi ul{
	height: 45px;
	font-size: 1.3em;
	font-size: 1.3rem;
	text-align: right;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 15px;
}

#headerNavi ul li{
	height: 45px;
	display: inline-block;
	line-height: 1.0;
}

#headerNavi ul li a{
	height: 45px;
	color: #222222;
	padding: 32px 10px 0 10px;
	display: inline-block;
	border-left: 1px solid #EEEEEE;
}

#headerNavi ul li:first-child a{background: url(../img/inquiry_icon.png) no-repeat center 10px;}

#headerNavi ul li:nth-child(2) a{background: url(../img/access_icon.png) no-repeat center 8px;}

#headerNavi ul li:nth-child(3) a{background: url(../img/language_icon.png) no-repeat center 8px;}

/**************************************************
 breadClumb
**************************************************/
#breadClumb{
	padding: 10px 10px 8px 10px;
	background: url(../img/footer_bg.png) repeat-x 0 0 #F0F0F0;
	font-size: 1.3em;
	font-size: 1.3rem;
}

#breadClumb a{color: #222222;}

#breadClumb span{
	width: 1000px;
	margin: 0 auto;
	display: block;
}

/**************************************************
 rightColumn
**************************************************/
#rightColumn{
	width: 700px;
	float: right;
	margin: 30px 0 0 0;
}

#rightColumn a{color: #0080FF;}

#rightColumn ul.style1,#rightColumn ul.style2{
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	list-style: decimal;
	font-size: 14px;
	font-size: 1.4rem;
}

#rightColumn ul.style1 li,#rightColumn ul.style2 li{
	padding: 5px 0 3px 0;
}

#rightColumn ul.style2{list-style: disc;}

dl.index{margin: 20px 0 0 0;}

dl.index:first-child{margin: 0;}

#rightColumn dl.index dt a,dl.index dt span{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #222222;
	background: url(../img/pointer3.gif) no-repeat 10px center #F6F6F6;
	padding: 15px 10px 12px 40px;
	color: #222222;
}

dl.index dt a:hover{background-color: #EEEEEE;}

dl.index dd{
	font-size: 14px;
	font-size: 1.4rem;
	border: 5px solid #F6F6F6;
	border-top: none;
	padding: 10px;
}

#rightColumn dl.index dd a{
	display: block;
	background: url(../img/pointer1.gif) no-repeat left center;
	padding: 4px 0 2px 20px;
}

#rightColumn .toList{
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

#rightColumn .toList a{
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #3CB599;
}

.figHanger1,.figHanger2{
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.figHanger1 img{
	margin: 20px auto;
	display: block;
}

.figHanger2 img{
	width: 330px;
	margin: 20px 10px;
}

/**************************************************
 leftColumn
**************************************************/
#leftColumn{
	width: 270px;
	float: left;
	margin: 30px 0 0 0;
}

#localNavi h4{margin: 0;}

#localNavi h5{
	border: 5px solid #F6F6F6;
	border-bottom: none;
	padding: 10px 10px 7px 10px;
	font-size: 15px;
	font-size: 1.5rem;
}

#localNavi ul{
	border: 5px solid #F6F6F6;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
}

#localNavi ul li{_height: 0;}

#localNavi ul li a{
	color: #222222;
	padding: 10px 10px 7px 22px;
	background: url(../img/pointer2.gif) no-repeat 10px center;
	display: block;
}

#localNavi ul li a:hover{
	background: url(../img/pointer2.gif) no-repeat 10px center #F6F6F6;
}

#localNavi ul li ul{border: none;}

#localNavi ul li ul li a{
	padding: 8px 10px 5px 32px;
	background: url(../img/pointer4.gif) no-repeat 20px center;
}

#localNavi ul li ul li a:hover{
	background: url(../img/pointer4.gif) no-repeat 20px center #F6F6F6;
}

#commonBanner,#bannerHanger{margin: 10px 0 0 0;}

#commonBanner img,#bannerHanger img{margin: 10px 0 0 0;}

#commonBanner2 img{margin: 0 0 10px 0;}

/**************************************************
 pageTop
**************************************************/
#pageTop{
	width: 1100px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: right;
}

#pageTop img{ cursor: pointer;}

/**************************************************
 footer
**************************************************/
footer{
	background: url(../img/footer_bg.png) repeat-x 0 0 #F6F6F6;
}

footer a{color: #222222;}

#footerInner{
	width: 1000px;
	margin: 0 auto;
}

#footerInner p{
	float: left;
	padding: 30px 0;
}

#footerInner p strong{
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
}

#footerInner ul{
	float: right;
	padding: 30px 0;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}

#footerInner ul li{
	display: inline-block;
}

#footerInner ul li a{margin-left: 5px;}

#footerInner ul li:first-child{border-right: 1px solid #666666;}

#footerInner ul li:first-child a{margin-right: 10px;}

#copyRight{
	padding: 20px;
	text-align: center;
	/*color: #FFFFFF;*/
	font-size: 11px;
	font-size: 1.1rem;
	border-top: 1px solid #DDDDDD;
}

/**************************************************
 table
**************************************************/
table.style1,table.style3{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 1.4em;
	font-size: 1.4rem;
}

table.style1 th,table.style1 td,table.style3 th,table.style3 td{
	margin: 0;
	padding: 15px 15px 12px 15px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.style1 th,table.style3 th{
	background-color: #E7F6F3;
	text-align: left;
	white-space: nowrap;
}

#rightColumn table.style1 td a,#rightColumn table.style3 td a{
	text-decoration: underline;
	color: #0066CC;
}
#rightColumn table.style1 td a:hover,#rightColumn table.style1 td a:hover{color: #999999;}

table.style1 sup{
	font-size: 0.9em;
	font-size: 1.1rem;
}


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 640px){
	
#wrapper{
	width: 100%;
	margin: 0;
	padding: 0 10px;
}

h2{
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center; 
}

h2 span{
	width: auto;
	text-shadow: 0 -1px 2px #FFF,
    	-1px 0 2px #FFF,
    	1px 0 2px #FFF,
    	0 1px 2px #FFF,
    	2px 2px 3px #000;
}

h3{
	font-size: 22px;
	font-size: 2.2rem;
}

.imageLeft,.imageRight{
	float: none;
	display: block;
	margin: 0 auto;
}

/** header **********/
header{
	width: auto;
	height: 50px;
}

h1{
	width: auto;
	padding-top: 10px;
	z-index: 0;
}

h1 img{width: 260px;}

#menu{display: block;}

/** globalNavi **********/
#globalNavi{
	width: 100%;
	height: auto;
	position: absolute;
	top: 40px;
	z-index: 1000;
	display: none;
}

#globalNavi > ul{
	width: 100%;
	height: auto;
	border: none;
}

#globalNavi > ul > li{
	width: 100%;
	height: auto;
	float: none;
	text-align: left;
}

#globalNavi > ul > li:first-child{width: 100%;}

#globalNavi > ul > li > a{
	height: auto;
	padding: 15px 10px;
	border-top: none;
	background-color: #3CB599;
	border-bottom: 1px solid #31957E;
	border-top: 1px solid #6ACCB6;
}

#globalNavi > ul > li > a:hover,#globalNavi > ul > li > a.selected{
	padding: 15px 10px;
	border-top: none;
	background-color: #FF8000;
	border-bottom: 1px solid #D96D00;
	border-top: 1px solid #FFA64D;
}

#headerNavi{
	width: auto;
	position: static;
	top: 0;
	border: 3px solid #3CB599;
	border-top: none;
	background-color: #FFFFFF;
}

#headerNavi form{
	margin: 0;
	padding: 15px;
	text-align: center;
}

.search{
	width: 80%;
	max-height: 30px;
	padding: 5px 25px 5px 10px;
	margin: 0 auto;
	float: none;
}

.searchBtn{
	float: none;
	top: 3px;
	left: -28px;
}

#headerNavi ul{
	height: auto;
	border-right: none;
	margin-bottom: 0;
	text-align: left;
}

#headerNavi ul li{
	height: auto;
	display: block;
	border-bottom: 1px dotted #3CB599;
}

#headerNavi ul li a{
	height: auto;
	display: block;
	padding: 15px 10px 12px 28px;
}

#headerNavi ul li:first-child a{background: url(../img/inquiry_icon.png) no-repeat 5px center;}

#headerNavi ul li:nth-child(2) a{background: url(../img/access_icon.png) no-repeat 5px center;}

#headerNavi ul li:last-child a{background: url(../img/language_icon.png) no-repeat 5px center;}

/** breadClumb **********/
#breadClumb{display: none;}

/** rightColumn **********/
#rightColumn{
	width: auto;
	float: none;
}

#commonBanner,#commonBanner2,#bannerHanger{text-align: center;}

.figHanger1 img{width: 100%;}
.figHanger2 img{
	width: 100%;
	display: block;
	margin: 10px auto 0 auto;
}

/** leftColumn **********/
#leftColumn{
	width: auto;
	float: none;
}

.leftBanner{text-align: center;}

/** pageNavi **********/
#pageTop{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

/** footer **********/
#footerInner{width: 100%;}

#footerInner p{
	float: none;
	padding: 20px 0;
	text-align: center;
}

#footerInner ul{
	float: none;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

/** table **********/
table.style1 th,table.style1 td{
	display: block;
}

table.style1 th{white-space: normal;}

.dispNone{display: none;}

}