@charset "utf-8";

/*========================

サービスガイド

========================*/

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";

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

バー

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

h2{
	width:660px;
	height:26px;
	margin:0 auto 10px;
	padding:0;
	font-size:107%;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
	background:#996600;
	}
	
h3{
	width:315px;
	height:26px;
	margin:0 auto 10px;
	padding:0;
	font-size:107%;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
	background:#996600;
	}
	
/*------------------------

テーブル

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

table.service{
    width:658px;
	margin:0 auto 15px;
	padding:0;
	border-collapse:collapse;
	}	

table.service th{
	padding:4px;
	border:1px solid #C29170;
	text-align:center;
	vertical-align:top;
	background:#F2D5B3;
	}
	
table.service td{
	padding:4px;
	border:1px solid #C29170;
	background:#FFF;
	vertical-align:middle;
	}
	
table.service td.c_b{
	background:#F2D5B3;
	text-align:center;
	}
	
table.service td.c{
	text-align:center;
	}
	
table.service img{
	margin:-1px 10px 0 5px;
	}

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

レイアウト

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

.box_service {
    width:660px;
	margin:0 auto 15px;
	padding:0;
	}
	
.text_left{
    width:315px;
	margin:0;
	padding:0;
	float:left;
	}
	
.text_right{
    width:315px;
	margin:0;
	padding:0;
	float:right;
	}
			
.text_service{
    width:650px;
	margin:0 auto 15px;
	padding:0;
	}
	
.img_left{
	width:68px;
	height:68px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	}

	

