body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, verdana;
	-webkit-text-size-adjust:none;
	line-height:1.5;
}
a {
	color:#003DAD;
}

/*IDの設定
---------------------------*/
#all{}
#wrapper{
	z-index:1;
}
/*header-menu*/
#headMenu{
	position:fixed;
	width:100%;
	z-index:2;
	background:url(../common_image/bg_head_menu.png) repeat-x bottom;
	padding-bottom:3px;
}
#headMenu ul.btnHead{
	background: #004fe6;
	background: -moz-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #004fe6), color-stop(45%, #003caa), color-stop(100%, #004fe6));
	background: -webkit-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: -o-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: -ms-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: linear-gradient(to bottom, #004fe6 44%, #003caa 45%, #004fe6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fe6', endColorstr='#004fe6', GradientType=0 );
	overflow:hidden;
	border-top:2px #004fe6 solid;
}
#headMenu ul.displayNone{
	display:none;
}
ul.btnHead li{
	width:50%;
	float:left;
	color:#FFF;
	text-align: center;
}
ul.btnHead li div{
	color:#FFF;
	padding:3px 0 5px;
	text-decoration:none;
}
ul.btnHead li.btnHeadMenu div{ border-right:1px #00266E solid;}
ul.btnHead li.btnHeadContact div{ border-left:1px #A3B9EB solid;}

ul.btnHead li.btnHeadMenu div span{
	background:url(../common_image/ico_menu.gif) no-repeat left 0.2em;
	padding-left:19px;
}
ul.btnHead li.btnHeadContact div span{
	background:url(../common_image/ico_tel.gif) no-repeat left top;
	padding:2px 0 1px 25px;
}
ul.btnHead li div.now{
	background: #dbdbdb;
background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 52%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(52%,#ffffff));
background: -webkit-linear-gradient(top, #dbdbdb 0%,#ffffff 52%);
background: -o-linear-gradient(top, #dbdbdb 0%,#ffffff 52%);
background: -ms-linear-gradient(top, #dbdbdb 0%,#ffffff 52%);
background: linear-gradient(to bottom, #dbdbdb 0%,#ffffff 52%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 );
color:#003DAD;
}
ul.btnHead li.btnHeadMenu div.now span{
	background:url(../common_image/ico_menu_on.gif) no-repeat left 0.2em;
	padding-left:19px;}
ul.btnHead li.btnHeadContact div.now span{
	background:url(../common_image/ico_tel_on.gif) no-repeat left top;
	padding:2px 0 1px 25px;}

/*OpenPanel*/
.headMenuOpen,.headContactOpen{
	background:#FFF;
	border-bottom:4px #003DAD solid;
}
.headMenuOpen li{
	width:50%;
	float:left;
}
.headMenuOpen li a{
	display:block;
	padding:12px 10px;
	border-bottom:1px #666 dotted;
	border-right:1px #666 dotted;
	color:#333;
	text-decoration:none;
}
.headMenuOpen li:nth-child(2n) a{ border-right:none;}
.headMenuOpen li:last-child a{ border-bottom:none;}

.headMenuOpen li a span{
	background:url(../common_image/arrow02.gif) no-repeat left 0.2em;
	padding-left:12px;
}
.headContactOpen{
	padding-top:20px;
}

/*Close button*/
.closeBtnHat{
	clear:both;
	border-top:1px #666 dotted;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}
.closeBtnHat span{
	background:url(../common_image/ico_close.gif) no-repeat left top;
	padding:0px 0 3px 25px;
}

/*header*/
header {
	background: #6bbcf4;
	background: -moz-linear-gradient(top, #6bbcf4 0%, #3581ef 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bbcf4), color-stop(75%, #3581ef));
	background: -webkit-linear-gradient(top, #6bbcf4 0%, #3581ef 75%);
	background: -o-linear-gradient(top, #6bbcf4 0%, #3581ef 75%);
	background: -ms-linear-gradient(top, #6bbcf4 0%, #3581ef 75%);
	background: linear-gradient(to bottom, #6bbcf4 0%, #3581ef 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bbcf4', endColorstr='#3581ef', GradientType=0 );
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	padding:40px 0 5px;
	text-align:center;
}

/*footer*/
footer {
	text-align:center;
	clear:both;
}
.pageTop {
	background:#003DAD;
	padding:5px 0;
}
.pageTop a {
	background:url(../common_image/arrow_pagetop.gif) no-repeat left 0.2em;
	padding-left:15px;
	color:#FFF;
	text-decoration:none;
}
.copy {
	color:#666;
	padding:5px 0;

}

/*共通要素
---------------------------*/
.clear{
	clear:both;
}
/*color*/
.colorRED{
	color:#F33;
}
/*TEL call button*/
.areaTel{
	text-align:center;
	margin-bottom:10px;
}
.btnCall{
	background: #004fe6;
	background: -moz-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #004fe6), color-stop(45%, #003caa), color-stop(100%, #004fe6));
	background: -webkit-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: -o-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: -ms-linear-gradient(top, #004fe6 44%, #003caa 45%, #004fe6 100%);
	background: linear-gradient(to bottom, #004fe6 44%, #003caa 45%, #004fe6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fe6', endColorstr='#004fe6', GradientType=0 );
	width:94%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
	margin:0 auto 20px;
}
.btnCall a{
	color:#FFF;
	display:block;
	padding:10px;
	text-decoration:none;
}
.btnCall a span{
	background: url(../common_image/ico_tel.gif) no-repeat left top;
	padding:2px 0 1px 25px;
}
/*link arrow*/
.link_arr01{
	background:url(../common_image/arrow01.gif) no-repeat left 0.4em;
	padding-left:13px;
}
/*link mark*/
.ul_list01 li{
	background:url(../common_image/listmark02.gif) no-repeat left 0.1em;
	padding:0 0 10px 15px;
}

/*indent*/
.indent1em{
	padding-left:1em;
	text-indent:-1em;
}

/*margin*/
.padT10{
	padding-top:10px;
}

/*下層ページ共通
---------------------------*/
/*contents*/
#contents {
	padding:0 10px;
}
section p{
	margin-bottom:10px;
}
section p.marBno{
	margin-bottom:0;
}
.inner{
	padding:0 0 10px 5px;
	overflow:hidden;
}
/*title*/
h2.pageTit{
	border-bottom:4px #03B4ED solid;
	color:#03B4ED;
	font-size:120%;
	background:url(../common_image/bg_pageTit.gif) no-repeat 10px 5px;
	padding:10px 10px 10px 35px;
	margin-bottom:15px;
}
#contents h3{
background: #abd5fd;
background: -moz-linear-gradient(left,  #abd5fd 42%, #ffffff 93%);
background: -webkit-gradient(linear, left top, right top, color-stop(42%,#abd5fd), color-stop(93%,#ffffff));
background: -webkit-linear-gradient(left,  #abd5fd 42%,#ffffff 93%);
background: -o-linear-gradient(left,  #abd5fd 42%,#ffffff 93%);
background: -ms-linear-gradient(left,  #abd5fd 42%,#ffffff 93%);
background: linear-gradient(to right,  #abd5fd 42%,#ffffff 93%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd5fd', endColorstr='#ffffff',GradientType=1 );
	color:#003DAE;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding:5px 10px;
	margin-bottom:15px;
}
#contents h4{
	margin-bottom:10px;
}
#contents h5{
}