

/*--ヘッダーの設定--*/


#service #heder  {
	width: 100%;
	height: 300px;
	background: url(../../service/img/head.jpg) no-repeat center bottom;
	min-width: 950px;
}

#service .navi  {
    width: 100%;
	height: 75px;
	background: url(../../img/bg_head.jpg) repeat-x;
	border-bottom: solid 1px #cccccc;
	margin: 200px 0 10px 0;
}

.navi h1  {
	display:none;
}




/*--serviceの設定--*/



#service p  {
	text-align:left;
}

#service h3  {
	font-size: 12px;
	border-bottom: dotted 1px #C9CACA;
	margin: 10px 0 15px;
	padding: 0 10px 0 0;
	font-weight: bold;
}


.service_plan  {
	float: left;
	width: 395px;
	height: auto;
	margin: 0 0 0 20px;
	text-align: right;
}

.cafe dt {
	text-align:left;
	color:#C30D23;
}



.cafe dd {
	border-bottom: dotted 1px #C9CACA;
	margin: 0 0 10px;
	text-align:left;
	padding: 0 0 15px 15px;
}




a  {
	color: black;
}





