@charset "utf-8";

/*== clearfix ==*/
/*必要に応じて　セレクタを","区切りで書き足してください*/
.btnArea, .btnArea02, .contents01ImgArea{
display: inline-block;
zoom:100%;
}
.btnArea:after, .btnArea02:after, .contents01ImgArea:after{
content: "";
clear:both;
height: 0;
display: block;
visibility: hidden;
}

/*== font size ==*/
#mainarea p{
font-size:120%;
}
#mainarea h2,#mainarea h4,#mainarea h5 {
font-size:135%;
}
#mainarea p.note{
font-size:100%;
}

/*▼ボタンエリア▼ */
.btnArea, .btnArea02  {
	background-color:#003894;
	color:#FFFFFF;
}
.btnArea {
	width:795px;
	margin:5px 0 0;
	padding:9px 9px 6px 16px;
}
.btnArea02  {
	background-color:#003894;
	color:#fff;
	width:741px;
	margin:30px 15px 15px;
	padding:9px 22px 6px 27px;
}

.btnttl {
 width:550px;
	float:left;
}
.btnArea .btnttl {
	margin-top:9px;
}
.btnArea02 .btnttl {
	margin-top:4px;
	width:490px;
}

.btn {
float:right;
}
.btn img{
	display:block;
}
.btn img.tel {
	padding-left:5px;
}

.btnTxt {
	margin-top:0.8em;
}
.btnArea02 .btnTxt {
}
.btnTxt a {
color:#FFFFFF;
text-decoration:underline;
}
.btnTxt a:hover {
color:#CCCCCC;
}
/* ▲ボタンエリア▲*/

/*▼コンテンツエリア▼ */
#contents h2,#contents h4,#contents h5 {
	width:750px;
	background:url(images/ttl_bg.gif) no-repeat 0% 50%;
	color:#036;
	line-height:1em;
	margin:15px;
	padding:13px 20px;
	min-height:11px;
}
*html #contents h2,*html #contents h4 {
	height:11px;
}
.contentsTxt {
	margin:0 36px 15px;
	color:#444444;
}

/*▼コンテンツ01▼*/
.contents01{
	padding:0;
	margin:0 auto;
	text-align:center;
}

/*▼コンテンツ02▼*/



/*▼コンテンツ03▼*/
.contents03 {
	text-align:center;
}
.contents03Img01 {
	margin-bottom:10px;
}
	
/* ▲コンテンツエリア▲*/	
