@charset "utf-8";
/* CSS Document */

/* 全体----------------------------------　*/
*  { padding : 0px ; margin : 0px ; }





/* body----------------------------------　*/
body   {
	color:#3f3024;
	font-size: 13px;
	line-height: 170%;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(img/bg01.gif);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img { border-style:none; }

.clear { clear:both; }
.clear hr { display: none; }



/* wrapper----------------------------------　*/
#wrapper { 
    width:802px; 
	margin : 0px auto;
	background-color:#FFF;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
#wrapperInner {
	width:766px;
	margin-left:18px;
}


/* header----------------------------------　*/

#header {
	padding-top:10px;
	margin-bottom:10px;
}
#sitename { 
    float:left; 
	display:inline; 
}
#tel { 
    float:right; 
	display:inline; 
}


/* content----------------------------------　*/
.mainImg {
	margin-bottom:20px;
}
.section {
	margin-bottom:20px;
}
.table01 td {
	padding:0.2em 0.5em;
}
h2 {
	background-image:url(img/icon.gif);
	background-repeat:no-repeat;
	font-size:24px;
	color:#f26089;
	font-weight:normal;
	padding-left:40px;
	line-height:24px;
	margin-bottom:25px;
}
.unit {
	background-image:url(img/table_bg.gif);
	background-repeat:repeat-y;
	width:748px;
	margin-left:9px;
}
.unitInner {
	background-image:url(img/table_bg02.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.table02 {
	margin-bottom:10px;
	margin-left:30px;
}
.table02 td {
	padding:0.5em;
	color:#3255ad;
}
.jyouken {
	padding-left:30px;
	margin-bottom:20px;
}
h3 {
	font-size:16px;
	color:#3f3024;
	border-bottom:dotted 1px #3f3024;
	margin-bottom:10px;
}
.img_center {
	text-align:center;
	margin-bottom:30px;
}
.contact {
	text-align:center;
	margin-bottom:40px;
}

#footer {
	text-align:center;
	padding-bottom:30px;
}
