@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------
body
-------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;/*2013.06.14 iPhone対策*/
}
#body{
	margin: 0 auto;
	background: #E5E2D3;
	padding: 0;
}
#wrapper{
	padding-bottom: 30px;
}

#contents_wrap{
	margin: 0 auto;
	width: 970px;
	background: url(../images/common/container_bg_under.gif) repeat-y top center;
/*	background: #E5E2D3;
*/	
}
#container{
	margin: 0 auto;
	width: 970px;
	background: #FFFFFF;
	background: url(../images/common/container_bg_upper.gif) no-repeat top center;
}
.clearfix{
	overflow: hidden;
	clear: both;
}
* html .clearfix{
	zoom: 1;
}
.blue{
	color: #06F;
	font-weight: bold;
	}
ul.blue li{
	line-height:2;
	margin-left:1.5em;
	color: #06F;
	font-weight: bold;
	font-size:0.8em;
	list-style:disc;
	}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
/* header */

#header_wrap{
	width: 970px;
	height: 138px;
	margin: 0 auto;
/*	background: #FFFFFF url(../images/common/header_bg.gif) center repeat-y;
*/}
#header{
	background: #ffffff;
	width: 940px;	
	height: 85px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}
#header p{
	margin: 8px 10px 0 ;
	float: left;
	height: 20px;
}
#headerMenu{
	margin: 15px 0px 15px;
	width: 290px;
	float: right;
}
/**html #headerMenu{
	margin: 10px 10px 15px;
	width: 253px;
	float: right;
}
*/
#headerMenu p a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#headerMenu p a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #e06b15;
}
#headerMenu p a.here{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #e06b15;
}
#headerMenu p.header_menu{
	margin-bottom: 5px;
	padding: 0;
	height: 12px;
}
#headerMenu p{
	float: right;
	margin: 5px 0 0;
	font-size: 11px;
}

/* globalNavi */
#globalNavi{
	width: 960px;
/*	height: 57px;
*/	clear: both;
	margin: 0 auto;
	padding: 0;
}
#globalNavi ul{
	padding: 0;
}

#globalNavi li{
	float: left;
}

/*英語ページ用*/
#headerMenu_e{
	margin: 15px 0px 15px;
	width: 290px;
	float: right;
}
/**html #headerMenu{
	margin: 10px 10px 15px;
	width: 253px;
	float: right;
}
*/
#headerMenu_e p a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#headerMenu_e p a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #e06b15;
}
#headerMenu_e p a.here{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #e06b15;
}
#headerMenu_e p.header_menu_e{
	margin-bottom: 5px;
	padding: 0;
	height: 12px;
	font-size: 13px;
}
*html #headerMenu_e p.header_menu_e{
	margin-top: 1px;
}
#headerMenu_e p.header_menu_e a{
	font-size: 13px;
}
#headerMenu_e p.header_menu_e a:hover{
	font-size: 13px;
}
#headerMenu_e p{
	clear: both;
	float: right;
	margin: 5px 0 0;
	font-size: 11px;
}
/*-----------------------------------------------------
contents
-------------------------------------------------------*/
#contents{
/*	background: url(../images/common/contents_bg.gif) center top repeat-y;	
*/	width: 920px;
	background: #FFFFFF;
	margin: 0 auto;	
	clear: right;
	padding: 10px 20px 70px;
	position: relative;
}
#contents #sub{
	float: left;
	width: 220px; 
}
#contents #main{
	float: right; 
	width: 680px;
}

/* パンくずリスト */
#contents #path{
	margin-bottom: 10px;
}
#contents #path p{
	font-size: 10px;
}
*html #contents #path p{
	font-size: 9px;
}
*:first-child+html *html #contents #path p{
	font-size: 9px;
}
#contents #path p span{
	color: #0248b2;
}
/* パンくずリスト 英語用*/
#contents #path_e{
	margin-bottom: 10px;
}
#contents #path_e p{
	font-size: 11px;
}
#contents #path_e p span{
	color: #0248b2;
}


/* 左メニュー */

/* 関連リンク */
#contents #sub #link{
	width: 218px;
	border: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 50px;
}
#contents #sub #link ul{
	padding: 10px;
	margin: 0;
}
#contents #sub #link li{
	background: url(../images/common/arrow_gray.gif) left 3px no-repeat;
	padding-left:20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
/* メイン */
#contents #main h1{
	margin-bottom: 10px;
	padding: 40px 40px 34px;
	font-size: 26px;
	font-weight:lighter;
}
#contents #main h1#without_h3{
	margin-bottom: 20px;
}
#contents #main h1.plus_sub{
	padding: 27px 40px 25px;
}

#contents #main h1.plus_sub_e{
	padding: 27px 20px 25px 40px;
}
#contents #main h1.double{
	padding: 24px 40px 25px;
	line-height: 1.2;
}
#contents #main h1.double_plus_sub{
	padding: 13px 20px 25px 40px;
	line-height: 1.0;
}
#contents #main h1.double_plus_sub span{
	line-height: 27px;
}
#contents #main h1.double_plus_sub span.extra_font{
	line-height:normal;
}
#contents #main h1 span{
	font-size: 16px;
	font-weight: normal;
}
#contents #main h1 span.extra_font{
	font-family:Arial Unicode MS, Arial Unicode, Lucida Grande;
	font-size: 26px;
	font-weight:lighter;
}


#contents #main h1 span{
	font-size: 16px;
	font-weight: normal;
}
#contents #main p{
	font-size: 0.8em;
	line-height: 2;
	line-break: strict;
/*	text-indent: 1em;
*/}
#contents #main p.link_arrow{
	text-indent: 0;
}
#contents #main p.link_arrow span{
	background: url(../images/common/arrow_red.gif) left center no-repeat;
	padding-left: 15px;
}
#contents #main p.outside a{
	background:url(../images/common/outside.gif) left top no-repeat;
	padding: 5px 0px 4px 25px;
	font-size:12px;
}
#contents #main span.site_outside a{
	background:url(../images/common/site_outside.gif) left top no-repeat;
	padding: 5px 0px 8px 25px;
	line-height: 15px;
}
#contents #main p.textR{
	text-align: right;
	text-indent: 0;
	line-height: 1.5;
}
#contents #main p.textR span.gassho{
	margin-right: 1em;
}
#contents #main p span.new{
	background: url(../images/common/new.gif) top right no-repeat;
	padding-right: 40px; 
	padding-bottom: 10px; 
}
#contents #main p .imageR{
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#contents #main img.vmiddle{
	vertical-align: middle;
}
#contents #main table.imageL{
	width:340px;
	float: left;
	padding:0px;
	margin:0px;
	background: none;
	margin-bottom: 30px;
}
#contents #main table.imageL th{
	margin:0px;
	padding:0px;
	float: left;
	width: 190px;
	text-align: left;
	background: none;
}
#contents #main table.imageL td{
	margin:0px;
	padding-left:5px;
	float: left;
	width: 120px;
}
#contents #main table.imageL td span{
	font-weight: bold;
}
#contents #main table.imageR{
	margin:0px;
	padding:0px;
	width:340px;
	float: left;
	background: none;
	margin-bottom: 30px;
}
#contents #main table.imageR th{
	margin:0px;
	padding:0px;
	float: left;
	width: 190px;
	text-align: left;
	background: none;
}
#contents #main table.imageR td{
	margin:0px;
	padding-left:5px;
	float: left;
	width: 120px;
}
#contents #main table.imageR td span{
	font-weight: bold;
}

#contents #main dl.imageR{
	float: right;
	margin-left: 22px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 190px;
}
#contents #main dl.imageR dt{
	border: 1px solid #E1E2DD;
}
#contents #main dl.imageR dd{
	font-size: 10px;
	color: #656565;
	margin-top: 3px;
	width: 195px;
}
#contents #main dl.imageL{
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 190px;
}
#contents #main dl.imageL dt{
	border: 1px solid #E1E2DD;
}
#contents #main dl.imageL dd{
	font-size: 10px;
	color: #656565;
	margin-top: 3px;
	width: 195px;
}
#contents #main div.imageC{
	margin-left:auto;
	margin-right:auto;
	width: 190px;
	border: 1px solid #E1E2DD;
}
#contents #main div.imageC_text{
	font-size: 16px;
	text-align:center;
	color: #656565;
	margin-top: 10px;
	margin-bottom:30px;
}
#contents #main h3{
	clear: both;
	height:15px;
	vertical-align:middle;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	background:url(../images/common/h3_bg.gif) left center no-repeat;
	padding: 7px 20px 8px;
}
#contents #main h3 a{
	display: block;
}
#contents #main h3.double{
	background:url(../images/common/h3_double_bg.gif) left center no-repeat;
	height:24px;
	padding: 6px 20px 10px;
	line-height: 1.2;
}
html[xmlns*=""] body:last-child #contents #main h3{
	font-size: 12px;
}
#contents #main h3 img{
	margin-left: 10px;
}
/*英語用*/
#contents #main h3.e{
	height:30px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 0.75em;
	/*font-size: 14px;*/
	font-weight: bold;
	padding: 11px 20px 0;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents #main h3.double_e{
	background:url(../images/common/h3_double_bg.gif) left center no-repeat;
	padding: 10px 20px 12px;
	line-height: 1;
}
#contents #main h5.e{
	font-size:15px;
}

#contents #main h4{
/*	clear: both;
*/	margin-bottom: 8px;
	font-size: 0.8em;
	font-weight: bold;
	background:url(../images/common/h4_bg.gif) left center no-repeat;
	padding: 0px 20px;
}
#contents #main th{
	background: #F5F3E7;
	text-align: left;
}
#contents #main td{
	background: #FFFFFF;
}
#contents #main table {
	background-color: #E5E5E5;
	border:none;
	/*background-color: #FFF;
	border: solid #E5E5E5 1px;*/
	margin: 0;
	font-size: 0.8em;
}
#contents #main .box{
	clear: both;
}
#contents #main p.clear{
	clear: both;
}
.caution_red{
	color: #cc3333;
}
.caution_red_b{
	color: #cc3333;
	font-weight:bold;
}
/* ページトップ */
#contents #main .pagetop{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#contents #main .pagetop p{
	background: url(../images/common/top.gif) left center no-repeat;
	padding-left: 18px;
	text-indent: 0;
	margin-top: 20px;
}
#contents #main .pagetop p a{
	font-size: 12px;
}
/* ページトップ(ページ内) */
#contents #main .pagetop_inside{
	padding:0;
	text-align:left;
}
#contents #main .pagetop_inside p{
	float:right;
	width:103px;
	height:35px;
	text-indent: 0;
}
#contents #main .pagetop_inside p a{
	display:block;
	font-size: 12px;
	background: url(../images/common/top.gif) 0px 6px no-repeat;
	padding-left: 18px;
}


/* ページトップ 英語用*/
#contents #main .pagetop_e{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#contents #main .pagetop_e p{
	background: url(../images/common/top.gif) left center no-repeat;
	padding-left: 18px;
	text-indent: 0;
}
.#contents #main .pagetop_e p a{
	font-size: 12px;
}
/* ページトップ(ページ内)英語用 */
#contents #main .pagetop_inside_e{
	padding:0;
	text-align:left;
}
#contents #main .pagetop_inside_e p{
	float:right;
	width:120px;
	height:35px;
	text-indent: 0;
}
#contents #main .pagetop_inside_e p a{
	display:block;
	background: url(../images/common/top.gif) left center no-repeat;
	padding-left: 18px;
}






/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer_wrap{
	width: 970px;
	height: 66px;
	margin: 0 auto;
	background: url(../images/common/footer_wrap_bg.jpg) top center repeat-y #E5E2D3;
}
#footer{
	width: 940px;
	height: 88px;
	margin: 0 auto;	
	clear: right;
	padding: 20px 10px 0px;
	background: #d1ccb1 url(../images/common/footer_bg.jpg) left top repeat-x;
}
#footerMenu li{
	float: left;
}
#footerMenu li a{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	color:#FFFFFF;
	font-size: 12px;
/*	font-weight: bold;
*/	text-decoration: none;
}
#footerMenu li a:hover{
	color:#e06b15;
}
#footerMenu li a.here{
	color:#e06b15;
}

#copyright{
	float: right;
	margin-right: 5px;
	color:#FFFFFF;
	font-size: 12px;
	font-family:Arial Unicode MS, Arial Unicode, Lucida Grande;
/*	font-weight: bold;
*/}

/*英語ページ用*/
#footerMenu_e li{
	float: left;
}
#footerMenu_e li a{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	color:#FFFFFF;
	font-size: 14px;
/*	font-weight: bold;
*/	text-decoration: none;
}
#footerMenu_e li a:hover{
	color:#e06b15;
}
#footerMenu_e li a.here{
	color:#e06b15;
}
