body {
	padding: 0px;
	margin: 0px;
}

#con-title {
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 13px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(../img/con_title_bg.jpg);
	background-repeat: repeat-x;
}

#con-title .con-profile {
	background-image: url(../img/profile_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#con-title .con-rinen {
	background-image: url(../img/rinen_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#con-title .con-telfax {
	background-image: url(../img/telfax_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#con-title .con-comachi {
	background-image: url(../img/comachi_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#con-title .con-seo {
	background-image: url(../img/seo_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#con-title .con-access {
	background-image: url(../img/access_title2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#con-title .con-news {
	background-image: url(../img/news_title2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 160%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* telfax設定 
----------------------------------------------------- */
#telfax {
	margin-right: auto;
	margin-left: auto;
}

#telfax h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}

#telfax p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* プロフィール設定 
----------------------------------------------------- */
.section2-l {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.section2-l dl {
	font-size: 14px;
	line-height: 150%;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section2-l dl dt {
	width: 90px;
	float: left;
	font-weight: bold;
}
.section2-l dl dd {
	width: 290px;
	float: right;
}
.section2-l dl dd em {
	font-size: 12px;
	font-style: normal;
	padding-right: 10px;
}


/* コマチ設定 
----------------------------------------------------- */
.section3-box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/border.gif);
	background-repeat: repeat-x;
	background-position: left 50px;
}

.section3-box h3 {
	background-image: url(../img/title_service.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	height: 45px;
	width: 250px;
	padding-bottom: 50px;
}

.section3-box-in {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;	
	position: relative;
}

.section3-box-l {
	float:left;
	width: 300px;
}
.section3-box-r {
	float:right;
	width: 415px;
}

.section3-box-l p {
	font-size: 14px;
	line-height: 160%;
}
.kurohashi {
	font-size: 12px;
	line-height: 160%;
	background-color: #F5F5DC;
	padding: 10px;
}


 /* 経営理念 */
.section5-box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}

.section5-box-l {
	width: 500px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.section5-box-r {
	width: 372px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/* SEOホッパー設定 
----------------------------------------------------- */
.seo-1 {
	width: 700px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.seo-1-l {
	float: left;
	width: 310px;
}
.seo-1-r {
	width: 380px;
	float: right;
	margin-bottom: 30px;
}

.seo-2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.seo-2-l {
	float: left;
	width: 310px;
}
.seo-2-r {
	float: right;
	width: 347px;
	margin-bottom: 20px;
}


/* 地図の設定 
----------------------------------------------------- */
#map h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	margin-bottom: 10px;
}
.map-in {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* clearfix */
.clearfix:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	line-height:0;
}

.clearfix {
	_height:1px;
	min-height:1px;
	/*￥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

