@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
 リンク設定
/*-------------------------------------------------*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, sans-serif;
	padding:0;
	margin:0;
	background-position: top;
	font-size: 12px;
	line-height: 170%;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/mbg.jpg);
	background-repeat: no-repeat;
	}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight: normal;
}
a:link,
a:visited{
	color: #666666;
}

a:hover,
a:active{
	color:#FF9900;
}
p{
	padding:0;
	margin:0;
}
img{border:0px;}
img a{border:0;}
img a:hover{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
img.leftim{margin:0 20px 20px 0; float:left;}
img.rightim{margin:0 15px 0 20px; float:right;}
.textarea{padding:10px; text-align:left;}
.left{float:left;}
.right{float:right;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mr10{margin-right:10px;}
.mt10{margin-top:10px;}
ol, ul {
    list-style: none outside none; padding:0; margin:0;
}

#header{
	height: 38px;
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header h1{
	font-size: 12px;
	color: #FFF;
	position: absolute;
	top: 7px;
}
#header .h_info{
	position: absolute;
	left: 618px;
	top: 12px;
}
#header .h_contact{
	position: absolute;
	left: 803px;
}
#main{
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side{
	float: left;
	width: 240px;
}
#side_navi{
	background-image: url(../images/snavi_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-bottom: 18px;
	padding-left: 15px;
}
#contents{
	float: right;
	width: 710px;
}

#side h2{
	padding:0;
	margin:0;
}
#side h3{
	padding:0;
	margin:0;
}
#saddress{
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom:20px;
}

/*top-----------------------------------*/
#top{
	height: 410px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#ctop{
	height: 180px;
	padding-top: 30px;
	padding-bottom: 35px;
}
#ptop{
	height: 320px;
	padding-top: 20px;
}
#contents h2{
	padding:0;
	margin:0;
}
.centertxt{
	text-align: center;
	margin-bottom: 30px;
}
.textfiled{
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
}
#contents h3{
	padding:0;
	margin:0;
}
.data_box{margin:0 0 35px;}
.mindata{
	background-image: url(../images/datawarap.gif);
	background-repeat: no-repeat;
	width: 230px;
	float: left;
}
.mindata .img{
	margin: 10px;
}
.mindata .botton{
	margin: 10px 19px 5px 19px;
}
.mindata h4{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #367BBF;
}
.mintext{
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 150%;
}
#newfield{
	margin-bottom:35px;
	padding: 15px;
	border: 1px solid #D6D6D6;
}
#stmapfield{
	margin-bottom:35px;
	margin-top:30px;
	padding: 15px;
	border: 1px solid #D6D6D6;
}
#potfilde{
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	background-color: #E1E1E1;
	padding: 15px;
}
#fnavifilde{
	background-color: #367BBF;
	padding-top: 20px;
	padding-bottom: 0px;
}
#fnavi{
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#fnavi ul{
	margin: 0px;
	padding: 0px;
}
#fnavi ul li{
	float: left;
	color: #FFF;
	background-image: url(../images/farrow.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left 5px;
	margin-right: 35px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}
#fnavi ul li a{
	color: #FFF;
	text-decoration: none;
}
#fnavi ul li a:hover{
	color: #FFC;
}
#address{
	text-align: center;
	margin-top: 15px;
}
address {
	font-style: normal;
}
/*clearfix------------------------------*/

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*dw編集用*/
.clearfix {overflow:hidden;}

/*.clearfix {border:solid 1px #0000FF;}*/

/*----------------------------------------*/

#databox table {
	border: 1px solid #999;
	width: 680px;
	border-collapse: collapse;
}
#databox th {
	background-color: #CCCCCC;
	padding: 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #FFF;
}
#databox td {
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
}

.tablet{
	background-color: #DDD;
	color: #666;
}

.unitcc dl{
	border-bottom: 1px dotted #999999;
    overflow: hidden;
    padding: 15px 10px;
}
.unitcc dt{
	float: left;
	padding: 0 0 0 20px;
	width: 150px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.unitcc dd{
	float: left;
}
#maindatabox{
	padding-left: 15px;
}
#maindatabox h3{
	font-size: 15px;
	color: #0D9CCE;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #367BBF;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
#maindatabox h4{
	font-size: 13px;
	background-image: url(../images/databar.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 15px;
	padding-left: 30px;
	color: #FFF;
	line-height: 50px;
}
.textfield{
	padding:10px;
	margin-bottom: 25px;
}
.picfield{
	padding:10px;
}
.picbl{float:left;}
.picbr{float:right;}
#m4box{
	padding-right: 17px;
	padding-bottom: 30px;
	padding-left: 17px;
	padding-top: 10px;
}
.picblm{
	float: left;
	margin-right: 12px;
}
.picblmend{float: left;}
.money{
	font-size: 24px;
	color: #FFC;
}
#sdata_field{
	margin-bottom:35px;
	padding: 15px;
}
.sing a{
	border: 1px dotted #D6D6D6;
	display: block;
}
.mt30{margin-top:30px;}
#stmapfield ul li{
	background-image: url(../sitemap/images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}
.blog dt{
	background-color:#06C;
	margin-bottom:10px;
	width:100px;
	text-align:center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;	
border-radius: 20px;
}
.blog dd{margin-bottom:15px;}

