@charset "UTF-8";
/******************************************************************

Stylesheet: Common Stylesheet

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, #footer #footer_inner #fright ul, #ticker dl, .mdgs_block01, .mdgs_block01b{
	zoom: 1;
}
.clearfix:before, #footer #footer_inner #fright ul:before, #ticker dl:before, .mdgs_block01:before, .mdgs_block01b:before, .clearfix:after, #footer #footer_inner #fright ul:after, #ticker dl:after, .mdgs_block01:after, .mdgs_block01b:after{
	content: "";
	display: table;
}
.clearfix:after, #footer #footer_inner #fright ul:after, #ticker dl:after, .mdgs_block01:after, .mdgs_block01b:after{
	clear: both;
}

/*********************
TOOLS
*********************/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.image-replacement{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*********************
TYPOGRAPHY
*********************/
span.amp{
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic;
}

.alert-info,
.alert-error,
.alert-success{
	margin: 10px;
	padding: 1em 18px 0.5em;
	border: 1px solid;
}
.alert-info p,
.alert-error p,
.alert-success p{
	padding: 0 0 1em 0!important;
}
.alert-info p:last-child,
.alert-error p:last-child,
.alert-success p:last-child{
	padding: 0 0 0.5em 0!important;
}

.alert-info{
	border-color: #cccccc;
	background: #dfdfdf;
}

.alert-error{
	border-color: #baa8b1;
	background: #dec5d1;
}

.alert-success{
	border-color: #6d8ebf;
	background: #bccce2;
}

.attention-txt{
	margin-left: 1em;
	text-indent: -1em;
}

.small{
	font-size: 75%;
}

/*-------------------------------------------------
	color control
---------------------------------------------------*/
.cred{
	color: red;
}

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
共通レイアウト
*********************/
#wrapper{
	padding-top: 50px;
}

.contents{
	width: 980px;
	margin: 0 auto;
}

/*********************
固定ヘッダー
*********************/
#header-bar{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	z-index: 999;
	background: #ca2837;
	-moz-box-shadow: 0px -1px 10px #3d3d3d;
	-webkit-box-shadow: 0px -1px 10px #3d3d3d;
	box-shadow: 0px -1px 10px #3d3d3d;
	overflow: visible;
	z-index: 999;
}

#header-inner{
	width: 987px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	/* set dropdown to default */
	/* this sets all hovered lists to red */
	/* Sub Menu Styles */
}
#header-inner ul li{
	position: relative;
	float: left;
}
#header-inner ul li img{
	border-left: 1px solid #d74d5a;
}
#header-inner ul li ul{
	position: absolute;
	left: 0;
	top: auto;
	display: none;
	z-index: 999;
	width: auto;
}
#header-inner ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
#header-inner .homeDmenu01 a{
	width: 220px;
}
#header-inner .homeDmenu02 a{
	width: 250px;
}
#header-inner .homeDmenu03 a{
	width: 250px;
}
#header-inner .homeDmenu04 a{
	width: 190px;
}
#header-inner li:hover li a{
	color: #fff;
	background: #ca2837;
	padding: 10px;
	font-size: 14px!important;
	font-weight: bold;
	line-height: 1.5;
	border-left: 1px solid #d74d5a;
	border-bottom: 1px solid #d74d5a;
	border-right: 1px solid #d74d5a;
}
#header-inner li:hover a, #header-inner li:hover li:hover a{
	color: #ca2837;
	background: #fff;
}
#header-inner li:hover li:last-child a{
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#header-inner ul li:hover ul ul, #header-inner ul li:hover ul ul ul{
	display: none;
}
#header-inner ul li:hover ul, #header-inner ul li li:hover ul, #header-inner ul li li li:hover ul{
	display: block;
}
#header-inner li.login{
	height: 50px;
	border-left: 1px solid #d74d5a;
}
#header-inner li.login img{
	margin: 0 0 0 11px;
	-moz-box-shadow: 0px -1px 10px #3d3d3d;
	-webkit-box-shadow: 0px -1px 10px #3d3d3d;
	box-shadow: 0px -1px 10px #3d3d3d;
	border-left: none;
}
#header-inner li.login:hover a{
	background: none;
}

/*********************
通常ヘッダー
*********************/
#header{
	height: 113px;
	position: relative;
}

#header h1,
#header #hlogo{
	position: absolute;
	top: 20px;
	left: 0;
}

#header h2,
#header p{
	position: absolute;
	top: 20px;
	right: 0;
}

/*********************
フッター
*********************/
#footer-pagetop{
	margin: 60px 0 0 0;
}
#footer-pagetop a{
	display: block;
	width: 100%;
	padding: 20px;
	text-indent: -9999px;
	background: white url(../images/common/icon_pagetop.png) center no-repeat;
}
#footer-pagetop a:hover{
	background: #c2c1b7 url(../images/common/icon_pagetop.png) center no-repeat;
}

/* footer */
#footer{
	clear: both;
	margin: 0px 0 0;
	width: 100%;
	min-height: 400px;
	text-align: left;
	background: #bd6b1a url(../images/common/footer_bg.png) left top repeat-x;
}
#footer #footer_inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#footer #footer_inner #fnav{
	padding: 40px 0;
}
#footer #footer_inner #f01 ul.parent li, #footer #footer_inner #f02 ul.parent li, #footer #footer_inner #f03 ul.parent li, #footer #footer_inner #f04 ul.parent li{
	background: url(../images/common/icon_parent.png) 0 8px no-repeat;
	padding-left: 20px;
	font-size: 108%;
	line-height: 1.6;
	color: #fff;
}
#footer #footer_inner #f01 ul.parent li a, #footer #footer_inner #f02 ul.parent li a, #footer #footer_inner #f03 ul.parent li a, #footer #footer_inner #f04 ul.parent li a{
	color: #fff;
}
#footer #footer_inner #f01 ul.parent li a:hover, #footer #footer_inner #f02 ul.parent li a:hover, #footer #footer_inner #f03 ul.parent li a:hover, #footer #footer_inner #f04 ul.parent li a:hover{
	color: #f9ba00;
}
#footer #footer_inner #f01 ul.child, #footer #footer_inner #f02 ul.child, #footer #footer_inner #f03 ul.child, #footer #footer_inner #f04 ul.child{
	margin-top: 5px;
}
#footer #footer_inner #f01 ul.child li, #footer #footer_inner #f02 ul.child li, #footer #footer_inner #f03 ul.child li, #footer #footer_inner #f04 ul.child li{
	background: url(../images/common/icon_arrow.png) 0 3px no-repeat;
	padding-left: 20px;
	font-size: 100%;
	line-height: 1.6;
}
#footer #footer_inner #f01 ul.child li a, #footer #footer_inner #f02 ul.child li a, #footer #footer_inner #f03 ul.child li a, #footer #footer_inner #f04 ul.child li a{
	color: #fff;
}
#footer #footer_inner #f01 ul.child li a:hover, #footer #footer_inner #f02 ul.child li a:hover, #footer #footer_inner #f03 ul.child li a:hover, #footer #footer_inner #f04 ul.child li a:hover{
	color: #f9ba00;
}
#footer #footer_inner #f01{
	float: left;
	width: 230px;
}
#footer #footer_inner #f02{
	float: left;
	width: 250px;
}
#footer #footer_inner #f03{
	float: left;
	width: 220px;
}
#footer #footer_inner #f04{
	float: left;
	width: 270px;
}
#footer #footer_inner #fleft{
	float: left;
	width: 560px;
}
#footer #footer_inner #fleft .footer_logo{
	float: left;
	width: 110px;
}
#footer #footer_inner #fleft .faddress{
	float: left;
	width: 430px;
	background: url(../images/common/icon_map.png) left 5px no-repeat;
	padding: 5px 0 0 25px;
	line-height: 1.8;
	color: #fff;
}
#footer #footer_inner #fleft .faddress a{
	color: #fff;
}
#footer #footer_inner #fleft .faddress .txtUnder{
	text-decoration: underline;
}
#footer #footer_inner #fright{
	width: 410px;
	float: right;
}
#footer #footer_inner #fright ul{
	margin: 10px 0 20px auto;
	text-align: right;
	width: 280px;
}
#footer #footer_inner #fright ul li a{
	display: block;
	background: #fff;
	color: #000;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 85%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#footer #footer_inner #fright ul li a:hover{
	background: #8eb8e4;
	text-decoration: none;
}
#footer #footer_inner #fright #copy{
	text-align: right;
}

/*********************
トップ
*********************/
#mainVis{
	margin: 40px auto;
	-webkit-box-shadow: 0px 0px 10px #666666;
	-moz-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
}

.emirasen{
	padding:10px;
	text-align:center;
	background:#ccc;
	margin-bottom:10px;
}

.top2col{
	width: 650px;
	float: left;
}
.top2col .top1col{
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
}
.top2col .top1col h3{
	position: relative;
}
.top2col .top1col h3 span{
	position: absolute;
	top: -10px;
	right: 10px;
}

.top1col{
	width: 320px;
	float: left;
}
.top1col p{
	margin: 0 0 10px 0;
}
.top1col p img{
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
	background: #eee;
}
.top1col .report-bnr{
	position: relative;
}
.top1col .report-bnr .report-img{
	position: absolute;
	bottom: 15px;
	left: 16px;
}
.top1col .report-bnr .report-txt{
	word-break: keep-all;
	word-wrap: normal;
	position: absolute;
	top: 250px;
	left: 80px;
	padding-right: 60px;
	font-size: 93%;
	line-height: 1.2;
}
.top1col .report-bnr .report-txt a{
	text-decoration: none;
}
.top1col div.newslist{
	background: #fff;
	padding: 25px 15px 15px;
	min-height: 634px;
}
.top1col div.newslist .main_entry_block{
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.top1col div.newslist .main_entry_block:last-child{
	border: none;
}
.top1col div.newslist .main_entry_block p{
	margin: 0;
}
.top1col div.newslist .main_entry_block .main_entry_left{
	width: 80px;
	float: left;
}
.top1col div.newslist .main_entry_block .main_entry_right{
	width: 200px;
	float: right;
}
.top1col div.newslist .main_entry_block .main_entry_right .entry_date{
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.top1col div.newslist .main_entry_block .main_entry_right .entry_title{
	margin-bottom: 5px;
	line-height: 1.2;
}
.top1col div.newslist .main_entry_block .main_entry_right .entry_txt{
	color: #999;
	font-size: 85%;
	line-height: 1.2;
}
.top1col div.newslist .morebtn a{
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	background: #ca2837;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.top1col div.newslist .morebtn a:hover{
	color: #333;
	background: #f9ba00;
}

.top3col{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
}
.top3col .top1col{
	text-align: center;
}
.top3col .top1col h3{
	background: url(../images/top/co_ribbon.png) no-repeat;
	height: 37px;
	position: relative;
	top: 0px;
	left: -7px;
	margin: 20px 0;
	font-size: 116%;
	font-weight: bold;
	padding: 8px 5px 0 20px;
}
.top3col .top1col ul{
	margin: 0 0 30px 20px;
}
.top3col .top1col ul li{
	background: none;
	padding-left: 0px;
	line-height: 1.0;
	margin-bottom: 0px;
}
.top3col .top1col ul li img{
	margin-bottom: 10px;
}
.top3col .top1col ul li:first-child{
	margin-top: 20px;
}
.top3col .colleft{
	text-align: left!important;
}
.top3col .colleft ul{
	margin: 0 0 30px 20px;
}
.top3col .colleft ul li{
	background: url(../images/common/icon_normal.png) no-repeat;
	padding-left: 20px;
	font-size: 124%;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/*********************
階層共通
*********************/
.wrap{
	width: 980px;
	margin: 0 auto;
}

#second-back{
	background: url(../images/common/second_mainbg.jpg) top center no-repeat;
}

.mainvis{
	margin: 0 auto 100px;
	padding-top: 103px;
}
.mainvis h1{
	text-align: center;
	font-size: 200%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}

#left{
	width: 260px;
	float: left;
}
#left #localNav{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
#left #localNav h3{
	background: url(../images/top/co_ribbon.png) no-repeat;
	height: 37px;
	position: relative;
	top: 10px;
	left: -7px;
	margin: 0 0 20px;
	font-size: 116%;
	font-weight: bold;
	padding: 8px 5px 0 20px;
}
#left #localNav .localparent{
	display: block;
	margin: 0 20px;
}
#left #localNav .localparent a{
	display: block;
	color: #333;
	background: url(../images/common/icon_localparent.png) 0.5em 0.9em no-repeat;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#left #localNav .localparent a:hover{
	background: #ca2837 url(../images/common/icon_localparent.png) 0.5em 0.9em no-repeat;
}
#left #localNav .p-current{
	border: 1px solid #ccc;
}
#left #localNav .p-current a{
	color: #fff;
	background: #ca2837 url(../images/common/icon_localparent.png) 0.5em 0.89em no-repeat;
	font-weight: bold;
}
#left #localNav .localchild{
	margin: 0 0 0 0px;
}
#left #localNav .localchild a{
	display: block;
	color: #333;
	font-weight: normal;
	background: none;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	line-height: 1.2;
}
#left #localNav .localchild a:hover{
	background: none;
}
#left #localNav .localchild li{
	background: white url(../images/common/icon_localchild.png) 20px 0.8em no-repeat;
}
#left #localNav .localchild li:hover{
	background: #fad465 url(../images/common/icon_localchild.png) 20px 0.8em no-repeat;
}
#left #localNav .localchild li:last-child a{
	border-bottom: none;
}
#left #localNav .hidebox{
	display: none!important;
}
#left #localNav .c-current a{
	background: #fad465 url(../images/common/icon_localchild-current.png) 20px 0.8em no-repeat !important;
	font-weight: bold;
}
#left #localNav .c-current a:hover{
	background: #ca2837 url(../images/common/icon_localchild.png) 20px 0.8em no-repeat;
}
#left .bnr_back{
	background-color: #E4E4E4;
	padding: 5px;
	width: 260px;
	margin-bottom: 20px;
}
#left .bnr_back .side_tel_back{
	background: url(../images/common/tel_back.jpg) left bottom no-repeat;
	height: 220px;
	width: 250px;
	position: relative;
}
#left .bnr_back .side_tel_back p{
	color: #666;
	line-height: 1.4;
	padding: 10px 10px 0px 11px;
}
#left .bnr_back .side_tel_back #contact_btn{
	position: absolute;
	left: 0;
	top: 120px;
}
#left .bnrshadow{
	-webkit-box-shadow: 0px 0px 5px #bababa;
	-moz-box-shadow: 0px 0px 5px #bababa;
	box-shadow: 0px 0px 5px #bababa;
	margin-bottom: 20px;
}
#left .report-bnr{
	position: relative;
}
#left .report-bnr .report-img{
	position: absolute;
	bottom: 12px;
	left: 13px;
}
#left .report-bnr .report-txt{
	position: absolute;
	top: 205px;
	left: 80px;
	font-size: 93%;
	line-height: 1.4;
}
#left .report-bnr .report-txt a{
	text-decoration: none;
}

#main{
	width: 700px;
	float: right;
	background: #fff;
	margin-bottom: 40px;
}
#main h2{
	background: #f5f4ed url(../images/common/icon_h3.png) 20px 51% no-repeat;
	margin: 10px;
	padding: 40px 40px 40px 50px;
	font-size: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
#main #topic_path{
	margin: 15px 0;
}
#main #topic_path p{
	text-align: right;
	padding-right: 10px;
	color: #525252;
}
#main #topic_path p span.first-child{
	background: url(../images/common/icon_home.png) no-repeat;
	padding-left: 20px;
}
#main .pagetop{
	margin: 20px 0px;
	text-align: right;
}
#main .pagetop a{
	background: #f5f4ed url(../images/common/icon_co_pagetop.png) 10px 50% no-repeat;
	padding: 5px 10px 5px 25px;
	font-size: 85%;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#main .pagetop a:hover{
	background: #fad465 url(../images/common/icon_co_pagetop.png) 10px 50% no-repeat;
}
#main #contents_back{
	padding: 20px;
	width: 100%;
	background-color: #fff;
	line-height: 1.5;
}
#main #contents_back h3{
	border-top: 1px solid #f3f0e9;
	border-left: 1px solid #f3f0e9;
	border-right: 1px solid #dbd8d2;
	border-bottom: 1px solid #dbd8d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 40px 0 15px;
	padding: 20px;
	font-size: 147%;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	background: #f3f0e9;
	background: url(data:image/svg+xml;base64,...);
	background: #f3f0e9;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f0e9));
	background: -webkit-linear-gradient(top, white, #f3f0e9);
	background: -moz-linear-gradient(top, white, #f3f0e9);
	background: -o-linear-gradient(top, white, #f3f0e9);
	background: linear-gradient(to bottom, #ffffff, #f3f0e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f0e9', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f0e9', GradientType=0);
}
#main #contents_back h3:before{
	content: '';
	border-left: 4px solid #fad465;
	margin-right: 10px;
}
#main #contents_back h3:first-child{
	margin-top: 0;
}
#main #contents_back h4{
	font-size: 154%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	padding: 10px 0;
	margin: 20px 0;
	border-bottom: 2px solid #ddd;
	color: #ef9c00;
}
#main #contents_back h5{
	font-size: 124%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0;
	background: #eee;
	color: #000;
}
#main #contents_back p{
	font-size: 116%;
	line-height: 1.5;
	padding: 0 0 1.5em 0;
}
#main #contents_back div{
	line-height: 1.5;
}
#main #contents_back strong{
	color: #525252;
	font-weight: bold;
}
#main #contents_back .imgblock .img_left{
	float: left;
	margin: 0 15px 10px 0 !important;
}
#main #contents_back .imgblock .img_right{
	float: right;
	margin: 0 0 15px 10px !important;
}
#main #contents_back div.infobox{
	margin: 20px 0;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	font-size: 116%;
	line-height: 1.5;
}
#main #contents_back div.infobox p, #main #contents_back div.infobox li{
	font-size: 100%;
}
#main #contents_back div.halfcol{
	float: left;
	width: 50%;
}
#main #contents_back table{
	text-align: left;
	width: 95%;
	margin: 20px auto 60px;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
#main #contents_back table th{
	width: 30%;
	background: #eee;
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 10px;
	line-height: 1.5;
	font-size: 116%;
}
#main #contents_back table th p, #main #contents_back table th li{
	font-size: 100%;
}
#main #contents_back table td{
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 10px;
	line-height: 1.5;
	font-size: 116%;
}
#main #contents_back table td p, #main #contents_back table td li{
	font-size: 100%;
}
#main #contents_back ul{
	margin: 15px 15px 15px 20px;
}
#main #contents_back ul li{
	margin: 0 0 5px 0;
	font-size: 116%;
	line-height: 1.5;
	background: url(../images/common/icon_normal.png) 0 3px no-repeat;
	padding: 0 0 0 20px;
}
#main #contents_back ul li.iconppt{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_ppt.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ul li.iconpdf{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_pdf.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ul li.icondoc{
	margin: 0 0 0 0px;
	background: url(../images/common/icon_doc.jpg) 0 no-repeat;
	padding: 3px 0 0 30px;
	min-height: 30px;
	font-weight: bold;
}
#main #contents_back ol{
	margin: 15px 15px 15px 40px;
}
#main #contents_back ol li{
	margin: 0 0 5px 0;
	font-size: 116%;
	line-height: 1.5;
	list-style: decimal;
}

.infobody{
	margin: 0 15px;
	font-size: normal;
}
.infobody p{
	font-size: 116%;
}
.infobody div{
	font-size: 108%;
}

#ticker{
	width: 980px;
	background: #fad465;
	padding: 5px 10px;
	margin: 20px auto;
}
#ticker dl dt{
	float: left;
	margin-right: 10px;
}
#ticker dl dt a{
	color: #fff;
	padding: 5px 10px;
	display: block;
	line-height: 1.3;
}
#ticker dl dt a:hover{
	text-decoration: none;
	background: #ffad2d;
}
#ticker dl dt.dlblog{
	background: #2385c3;
}
#ticker dl dt.dlnews{
	background: #cc2e37;
}
#ticker dl dd{
	float: left;
}
#ticker dl dd a{
	padding: 7px 0px;
}

/*----------------------------
mdgs
-----------------------------*/
.mdgs_block01{
	clear: both;
	width: 660px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.mdgs_block01b{
	clear: both;
	width: 658px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.mdgs_block01l{
	float: left;
	width: 205px;
}

.mdgs_block01lb{
	float: left;
	width: 447px;
}

.mdgs_block01lc{
	float: left;
	width: 130px;
}

.mdgs_block01r{
	float: left;
	width: 447px;
}

.mdgs_block01rb{
	float: left;
	width: 205px;
	text-align: right;
}

.mdgs_block01rc{
	float: left;
	width: 520px;
}

.mdgs_block01r p{
	clear: both;
}

.mdgs_tx01{
	padding: 1px 0px 10px 25px!important;
	color: #40B5E4;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../mdgs/images/point.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

/*----------------------------
access
-----------------------------*/
#howtoaccess{
	margin: 20px 15px 40px;
}
#howtoaccess h4.airplane{
	background: url(../about/images/secretariat-airplane.png) no-repeat;
	padding-left: 35px!important;
}
#howtoaccess h4.train{
	background: url(../about/images/secretariat-train.png) no-repeat;
	padding-left: 35px!important;
}
#howtoaccess h4.human{
	background: url(../about/images/secretariat-human.png) no-repeat;
	padding-left: 35px!important;
}
#howtoaccess p{
	font-size: 14px;
	padding-left: 35px!important;
}

/*----------------------------
tools-block
-----------------------------*/
.tools-block{
	margin: 20px 20px 30px;
}

.tools-block p{
	line-height: 1.6!important;
}

.tools-col{
	margin: 20px auto 40px;
}

.tools-col h4{
	margin: 0 0 1em 280px!important;
	padding: 0!important;
	border-bottom: none!important;
}

.tools-col p{
	margin-left: 280px!important;
	line-height: 1.5!important;
}

.tools-col strong{
	padding-left: 5px;
	border-left: 3px solid #666;
}

.tools-col ul{
	margin: 30px auto!important;
	width: 680px;
}

.tools-col li{
	float: left;
	margin: 0 5px 0 5px!important;
	background: none!important;
	padding: 0!important;
}

div.bg01{
	background: url(../tools/images/pic01.jpg) left top no-repeat;
	min-height: 360px;
}

div.bg02{
	background: url(../tools/images/pic02.jpg) left top no-repeat;
	min-height: 460px;
}

div.bg03{
	background: url(../tools/images/pic03.jpg) left top no-repeat;
	min-height: 341px;
}

/*----------------------------
member
-----------------------------*/
.tab{
	width: 658px;
	overflow: hidden;
	margin: 0px!important;
}

.tab li{
	float: left;
	height: 27px;
	background: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

#tab_blcok .tab li img{
	vertical-align: bottom;
}

.tabPanelGroup{
	margin-right: 2px;
	border: 1px solid #ccc;
	border-top: none;
	padding-top: 15px;
}

/*----------------------------
recruit
-----------------------------*/
.recruit_txtimg01{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.recruit_txtimg02{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

.recruit_txt01{
	line-height: 1.6;
	font-size: 14px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.recruit_txt01 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt01 span{
	font-weight: bold;
}

.recruit_txt01 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt02{
	line-height: 1.4;
	font-size: 12px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.recruit_box01{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_box02{
	width: 649px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	padding-left: 10px;
}

.recruit_txt03{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt03 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt03 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt04{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt04 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt04 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt05{
	line-height: 1.6;
	font-size: 14px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.recruit_txt05 span{
	font-weight: bold;
}

.recruit_txt05 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt05 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt06{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt06 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt06 a:hover{
	text-decoration: none;
	color: #115C79;
}

.recruit_txt07{
	font-size: 14px;
	background-image: url(../recruit/images/recruiting/icon04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.6;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.recruit_txt07 a{
	text-decoration: underline;
	color: #115C79;
}

.recruit_txt07 a:hover{
	text-decoration: none;
	color: #115C79;
}

#recprofile{
	margin: 0 auto;
	width: 650px;
}

#recprofile h4{
	border-left: 5px solid #3399cc;
	border-bottom: none!important;
	margin: 30px 0 20px!important;
	padding: 0 10px!important;
	line-height: 1.5;
}

.profbox{
	margin: 40px auto 40px;
	border: 5px solid #ccc;
	padding: 10px;
}
.profbox p{
	padding: 0!important;
}

.profbox .profImg{
	float: left;
	margin-right: 20px;
}

.profbox p{
	margin: 10px 0;
}

.recruit-h4{
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 1.2em;
	border-left: 3px solid #4dbccc;
	padding: 0 0 0 20px;
}

/*----------------------------
voicebox
-----------------------------*/
.voicebox{
	margin: 30px auto;
	width: 630px;
}

.voicebox .col-left{
	float: left;
	width: 200px;
}

.voicebox .col-right{
	float: left;
	width: 420px;
}

.voicebox .col-right .voicename{
	background-color: #eee;
	padding: 8px;
	margin-bottom: 5px;
}

.voicebox .col-right .voicename span{
	font-size: 11px!important;
	color: #666!important;
}

.voicebox .col-right p{
	font-size: 13px!important;
	color: #000!important;
	font-weight: bold;
}

#recprofile .greeting_txt02{
	font-size: 13px!important;
	line-height: 1.6!important;
}

.blockline{
	padding-bottom: 50px;
	background: url(../recruit/images/line.png) center bottom no-repeat;
}

/*----------------------------
blueearth
-----------------------------*/
#bemenu{
	background-color: #363636;
	width: 649px;
	height: 80px;
	margin: 0 auto;
}

#bemenu ul li{
	float: left;
	margin: 0 5px 0 0px!important;
	padding: 0!important;
	list-style: none!important;
	background: none!important;
}

#bemenu ul{
	margin-left: 30px!important;
	padding: 10px 0 20px 0!important;
}

#bemenu ul li a:hover,
#bemenu ul li a.current{
	border-bottom: 3px solid #dfe122;
}

.beblock{
	margin-bottom: 20px;
}

.beblock img.imgleft{
	float: left;
	margin-right: 20px;
}

.beblock img.imgright{
	float: right;
	margin-left: 20px;
}

.beblock dl{
	margin: 0 0 20px 0;
}

.beblock dt{
	font-weight: bold;
	font-size: 116%;
	display: block;
	float: left;
	width: 100px;
	height: 3em;
	border-right: 3px solid #ccc;
	margin-right: 10px;
}

.beblock dd{
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 116%;
	line-height: 1.5;
	height: 3em;
}

table#behistory{
	border-collapse: collapse;
	border-top: none!important;
	border-right: 1px solid #c8c8c8!important;
	border-bottom: 1px solid #c8c8c8!important;
	border-left: 3px solid #c8c8c8!important;
}

table#behistory th{
	font-weight: bold!important;
	display: block!important;
	float: left!important;
	width: 100px!important;
	padding: 5px!important;
	border-top: 1px solid #c8c8c8!important;
	border-bottom: none!important;
	background: none!important;
	border-right: none!important;
	border-left: none!important;
}

table#behistory td{
	padding: 5px!important;
	display: block!important;
	overflow: auto!important;
	line-height: 1.6!important;
	border-top: 1px solid #c8c8c8!important;
	border-bottom: none!important;
	background: none!important;
	border-right: none!important;
	border-left: none!important;
}

table#behistory td p{
	padding: 0 0 1em 0;
}

table#behistory td ul{
	margin: 10px 0 0!important;
	padding: 0 0 1em 0!important;
	font-size: 100%;
}

table#behistory td ul li{
	background: url(../blueearth/images/maru.png) left 3px no-repeat !important;
	padding-left: 20px!important;
}
