@charset "UTF-8";
/*=============================================
			reset and normalise
===============================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,abbr,acronym,address,big,cite,del,em,img,ins,kbd,q,s,small,strike,strong,u,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,article,aside,embed,figure,figcaption,footer,header,hgroup,menu,nav,ruby,section,time,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul{list-style:none}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;line-height:1}
sup,sub{font-size:8px}
u{text-decoration:none;border-bottom:1px solid #000}
p,td,dt,dd{font-size:100%;line-height:1.6}
th,td{vertical-align:middle}
th{font-weight:700}
strong{font-weight:700}
hr{clear:both;size:3;color:#ccc;border-style:solid;margin:1em 0}
hr.splited{width:100%;margin:0;color:#ddd;}

/*=============================================
			body
===============================================*/
body{
	min-width:980px;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Helvetica","Arial", sans-serif;
	color:#000;
	background:#b5e5c2 url(../images/main_bg.png) no-repeat center -20px;
	border-top:3px solid #009b63;
}
/*=============================================
			basic width
===============================================*/
#hwrap,#navigation,#main,#ftlink1,#ftlink2 ul{
	width:980px;
}

/*=============================================
			basic setting
===============================================*/
p,li,td,th{
	font-size:100%;
	line-height:1.5;
}

a{
	color:#004EA2;
}
a:hover{
	color:#e62f82;
}

a.outlink{
	padding-right:18px;
	background:url(../images/icon_out.png) no-repeat center right;
}
a.othlink{
	padding-right:18px;
	background:url(../images/icon_oth.png) no-repeat center right;
}
a.icon_pdf{
	padding:3px 0 3px 18px;
	background:url(../images/icon_pdf.gif) no-repeat center left;
}
a.icon_xls{
	padding:3px 0 3px 18px;
	background:url(../images/icon_xls.gif) no-repeat center left;
}
a.arrow{
	padding-left:13px;
	background:url(../images/arrow_b.png) no-repeat left center;
}
a.arrow.bgy{
	padding:3px 13px;
	background-color:#FF3;
}


.clear,.clearFix{
	clear:both;
}

.hr{
	border-top:1px solid #ddd;
}

.points{
	color:#e62f82;
}

.notes{
	color:#C00;
}

.spaceS{
	width:100%;
	height:0.5em;
}
.spaceSS{
	width:100%;
	height:0.25em;
}
.spaceM{
	width:100%;
	height:2em;
}

/*tooltip*/
a.tool[rel] {
	position: relative;
	top: 0;
	left: 0;
}
a.tool[rel]:before {
	cursor:pointer;
}
a.tool[rel]:hover:before {
	display: block;
	position: absolute;
	top: 1.0em;
	left: 1.0em;
	width: 12em;
	margin: 0.5em;
	padding: 0.5em;
	background:#FFE;
	border:1px solid #ccc;
	color: #000;
	font-size: 85%;
	line-height: 1.2em;
	content: attr(rel);
	z-index: 2;
	border-radius:3px;
}

.floatLeft	{	float: left;}
.floatRight	{	float: right;}
.textCenter	{	text-align: center;}
.textRight	{	text-align: right;}

.textSmall	{	font-size: 0.8em;	}
.textSub	{	font-size: 0.9em;	}
.textLarge	{	font-size: 1.2em;	}
.textBlue	{	color: #0f607e;	}
.textGreen	{	color: #01993f;	}
.textRed	{	color: #cc0000;	}

.marginTop10px	{	margin: 10px 0 0 0;	}
.marginTop20px	{	margin: 20px 0 0 0;	}
.marginTop30px	{ 	margin: 30px 0 0 0;}
.marginTop40px	{	margin: 40px 0 0 0 ;}	
.marginBtm10px {	margin: 0 0 10px 0;	}
.marginBtm20px {	margin: 0 0 20px 0;	}
.marginBtm40px {	margin: 0 0 40px 0;	}
.marginLeft1em	{	margin: 0 0 0 1em;	}
.marginLeft20px	{	margin: 0 0 0 20px;	}
.marginRight10px	{	margin: 0 10px 0 0;}


/*=============================================
			inline list
===============================================*/
.inline_list li{
	display:inline;
}

.inline_list li a{
	padding:0px 1.25em 0px 1.25em;
	background:url(../images/arrow_f.png) no-repeat center left;
	text-decoration:none;
}

.inline_list.white li a{
	padding:0px 1.25em 0px 1.25em;
	background:url(../images/arrow_w.png) no-repeat center left;
	color:#fff;
}

.inline_list li a.othlink{
	padding:0px 1.25em 0px 1.25em;
	background:url(../images/icon_oth.png) no-repeat center right;
}

.inline_list li a:hover{
	text-decoration:underline;
}


/*=============================================
			#header layout
===============================================*/
#header{
	width:100%;
	height:110px;
	background:#fff;
}
#hwrap{
	height:110px;
	margin:0 auto;
	position:relative;
}
#header h1{
	width:533px;
	height:68px;
	position:absolute;
	top:18px;
	left:0px;
}

#header h1 a img{
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 1;
}
#header h1 a:hover img{
      opacity: 0.8;
}

#header h2{
	position: absolute;
	top: 33px;
	right: 0px;
	border-left:1px solid #ddd;
	padding-left:20px;
}

#head_menu{
	position:absolute;
	font-size:93%;
	top:4px;
	right:0px;
	z-index:100;
}

#head_menu li a{
	padding:4px 1.25em 4px 1.25em;
	background-color:#eee;
	text-decoration:none;
}

#head_menu li a.lang{
	background-color:#def3ff;
}


/*=============================================
			#navigation layout
===============================================*/

#navigation{
	margin:7px auto 10px auto;
	height:40px;
	overflow:hidden;
}

#navigation ul li{
	display:inline;
	float:left;
}
#navigation ul li a{
	display:block;
	/*width:157px;*/
	width:190px;
	height:38px;
	text-align:center;
	background:#f2d784 url(../images/nav2.png) repeat-x center center;
	margin:0px 5px 0px 0px;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	border:1px solid rgba(204,204,204,0.6)
}
#navigation ul li a img{
	border:1px solid rgba(102,102,102,0.6);
}

#navigation ul li.last a{
	margin-right:0px;
}

#navigation ul li a:hover{
	background-color:#fff;
	background-image:none;
	border:1px solid #fff;
}
#navigation ul li a.on,
#navigation ul li a.on:hover{
	background-color:#F39D07;
	background-image:none;
	border:1px solid #fff;
}

/*=============================================
			#main common wrapper
===============================================*/

#wrapper{
	background:url(../images/foot_bg.jpg) no-repeat bottom center;
	width:100%;
}

#main{
	margin: 0 auto;
	min-height: 400px;
	position: relative;
	left: -10px;
}

#main p{
	padding:1em 1.75em;
	line-height:1.6;
}

#main ul{
	padding:0.5em 0.5em 0.5em 2.5em;
}

#main ul li{
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 3px 0;
}

#main ul.longList li{
	padding-top:0.25em;
	padding-bottom:0.25em;
	line-height:1.6;
}


#main ol{
	padding:0.5em 0.5em 0.5em 2.5em;
}

#main ol li {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 0 3px 0;
}

#main td ul{
	padding:0.5em 0.5em 0.5em 0.25em;
}

#main td ol{
	padding:0.5em 0.5em 0.5em 1.75em;
}



#main ol.listup{
	padding:1em 0.5em 1em 1.5em;
}

#main ol.listup li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 3px 0;
	padding-left:1em;
	text-indent:-1em;
}


#main p.indent{
	padding-left:1.5em;
	text-indent:-1em;
}


/*=============================================
			#page layout
===============================================*/

#aside{
	width:230px;
	float:left;
	position: absolute;
    top: 87px;
    left: 0px;
}

#contents{
	width:720px;
	min-height:500px;
	float:right;
	background:#fff;
	border:5px solid #eee;
	margin-bottom:50px;
	padding-bottom:20px;
	border-radius:3px;
}
#contents.single{
	width:80%;
	float:none;
	margin:0px auto;
}

#pageHeading h2{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ", Meiryo,"Helvetica","Arial","Osaka",sans-serif;
	font-weight:bold;
	font-size:200%;
	padding:1em 0px;
	margin-bottom:0.35em;
	color:#fff;
	text-align:center;
	background:url(../images/title_bg.png) no-repeat center center;
	letter-spacing:0.1em;
}

#contents h3{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ", Meiryo,"Helvetica","Arial","Osaka",sans-serif;
	font-weight:bold;
	line-height:1.4;
	font-size:180%;
	padding:1em 1em 1em 2.5em;
	margin-top:-1em;
	border-bottom:2px solid #ddd;
	background:url(../images/title_h3.png) no-repeat 3% center;
	letter-spacing:0.1em;
}

#contents h3.multiLine{
	background-position:3% 30%;
}

#contents h3.longTitle{
	font-size:138.5%;
	padding:1.25em 1em 1.25em 3.5em;
	background-position:3% 50%;
}

#contents h3.loop{
	padding:1em 1em 1em 2.5em;
	margin-top:1em;
	border-bottom:1px dotted #ddd;
	border-top:1px solid #A5E39D;
	background-color:#f6f6f6;
}

#contents h3 + p,
#contents h3 + div + p{
	padding-top:1.5em;
}
#contents h3 + ul{
	padding-top:1.5em;
}
#contents h3 + .img_full{
	padding-top:1em;
}

#contents h4.loop{
	font-size:116%;
	padding:0.5em 1em;
	margin:1em 1.35em 0 1.35em;
	color:#fff;
	font-weight:bold;
	background:#02996D;
}
#contents h3 + h4.loop{
	margin-top:1.5em;
}


#tpath{
	float:right;
background:#eee url(../images/item_tend.png) no-repeat bottom left;
}

#contents #tpath p{
	font-size:85%;
	color:#666;
	padding:2px 7px 3px 40px;
	text-align:right;
}
#tpath a{
	padding-right:15px;
	background:url(../images/arrow_t.png) no-repeat center right;
}

.floatRight{
	float:right;
	width:33%;
	padding:15px;
}

.img_full img{
	width:94%;
	margin:10px 3%;
}

.img_full.loop img{
	margin-bottom:0px;
}

.img_half{
	width:65%;
	text-align:center;
	margin:0 auto;
}

.num{
	vertical-align:top;
	padding-bottom:2px;
}

/*=============================================
				info common
===============================================*/
/*top and news*/
.info,
.nolink{
	background:#fff url(../images/arrow_a.png) no-repeat 1px 7px;
	border:3px solid #fff;
	margin:7px;
	padding:7px;
	/*text-align:justify;text-justify:inter-ideograph*/
	position:relative;
}
.nolink{
	background-image:none;
}

#contents .info,
#contents .nolink{
background-color:#e9fef6;
background-position:1px 15px;
margin:1.5% 3%;
}

.info h3,.info h4{
	line-height:1.4;
	padding-left:1.25em;
}
.nolink h3,.nolink h4{
	line-height:1.4;
	padding-left:0.5em;
	font-weight:bold;
}

.info h3.single,
.nolink h3.single{
	line-height:2.5;
}
.info h4,
.nolink h4{
	font-size:116%;
	padding-top:0.35em;
}
.info p,
.nolink p{
	font-size:93%;
	padding:0.5em 0.5em 0.25em 0.5em;
}

.info h4 + p,
.nolink h4 + p{
	padding-top:0.15em !important;
	padding-bottom:0.20em !important;
}


/*in news contents*/
.date{
font-size:85%;
text-align:right;
padding:0.5em 2em;
margin-bottom:-1em;
}

/*=============================================
				sidemenu layout
===============================================*/

#sideMenu{
	background:rgba(255,144,0,0.85);
	margin-bottom:15px;
	padding-bottom:1px;
	border-radius:3px;
}
/*background:rgba(251,230,90,0.85);*/

#sideMenu dt a,
#sideMenu dd a{
	display:block;
	text-decoration:none;
}
#sideMenu dt a{
	background:none;
	color:#fff;
	padding:3px 7px 0px 7px;
	font-size:93%;
	font-style:italic;
}
#sideMenu dd a{
	color:#004EA2;
	padding:13px 10px 13px 27px;
	margin:5px;
	background:#fff url(../images/arrow_sn.png) no-repeat 1px center;
	line-height:1.1;
}
#sideMenu dd a:hover{
	background-color:#ffe;
	text-decoration:underline;
	color:#EA4890;
}

#sideMenu dd.inner a{
	background:#fff url(../images/ipath.png) no-repeat 1% center;
}
#sideMenu dd.inner a:hover{
	background:#ffe url(../images/ipath.png) no-repeat 1% center;
}
/*#sideMenu dd a:focus*/
#sideMenu dd a.on{
	background:#ffe url(../images/arrow_sn.png) no-repeat 1px center;
	text-decoration:none;
	color:#EA4890;
}
#sideMenu dd a.on:hover{
	text-decoration:none;
}

#side_banners{
	background:rgba(250,250,250,0.5);
	padding:1px 0px;
	border-radius:3px;
}


#side_banners a{
	display:block;
	width:95%;
	border:1px solid #666;
	background:#f8f4e9;
	margin:4px 2%;
	cursor:pointer;
}

#side_banners a.ex_entry{
	background:#FF9;
}

#side_banners a.result{
	background:#FF3 url(../images/nav_w.png) repeat-x center bottom;
}

#side_banners a.anq{
	background:#ffe0f5 url(../images/nav_w.png) repeat-x center bottom;
}

#side_banners a:hover{
	background:#fff;
	border-color:#ff3399;
}

#side_banners img{
	width:100%;
}

#side_other{
	margin:1em 0px;
}

#side_other a{
	width:100%;
}

#side_other a img{
	width:100%;
	padding-bottom:5px;
}

/*=============================================
			common btn layout
===============================================*/
.readmore{
width:198px;
margin:5px auto 15px;
}

.readmore a{
	display:block;
	width:196px;
	height:39px;
	line-height:39px;
	text-align:center;
	border:1px solid #004EA2;
	text-decoration:none;
	background:#f2f2f2 url(../images/readmore_btn.png) no-repeat 0px 0px;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	font-size:116%;
}
.readmore a:hover{
	background:#009b63 url(../images/readmore_btn.png) no-repeat 0px -39px;
	border:1px solid #009b63;
	color:#fff;
}

/*page btn*/
.page_btn{
	display:block;
	width:258px;
	height:41px;
	background:#f3a21b url(../images/linkbtn.png) repeat-x center center;
	margin:10px 0px;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	border:1px solid rgba(204,204,204,0.6);
}
a:hover.page_btn{
	background-image:none;
	background-color:#DE6812;
	border:1px solid #fff;
}

.page_btn img{
	border:1px solid rgba(102,102,102,0.6);
}

.page_btn.t2{
	background-color:#e62f2f;
}
a:hover.page_btn.t2{
	background-color:#fa7d7d;
}

/*if center*/
.aid_pbtn{
	width:260px;
	margin:20px auto;
}
.aid_pbtnS{
	width:260px;
	margin:7px auto;
}
.aid_pbtn2{
	width:540px;
	margin:20px auto;
}
.aid_pbtn2 .page_btn{
	float:left;
	margin:10px 5px;
}


/*=============================================
			#footer layout
===============================================*/
#ptArea{
	position:fixed;
	bottom:55px;
	right:40px;
	display:none;
}

#footer{
	width:100%;
	margin:0 auto;
	background:#004EA2;
	padding:0px 0px 15px 0px;
}
#footer.fm{
	padding-bottom:100px;
}

#ftlink1{
	margin:0 auto;
	padding:10px 0px;
	font-size:93%;
}

#ftlink2{
	width:100%;
	margin:0 auto;
	padding:10px 0px;
	background:#e1e6f3;
	font-size:93%;
}
#ftlink2 ul{
	margin:0 auto;
}


#copyTop{
	float:right;
	color:#fff;
	text-align:right;
	font-family:Quicksand,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ ,Meiryo ,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:85%;
	padding:0.5em 1em;
}

#copyTop a{
	color:#fff;
	text-decoration:none;
}

@media print{
body{background:#fff}
#ptArea{display:none;}
}
