@charset "utf-8";

/*  メインメニュー ---------------------------------------------------------------*/
#menu{
	width:800px;
	height:81px;
}	
#menu ul{
	width:800px;
	height:68px;
	margin:0;
	padding:0;
}

/* 内容----------------------------------------------------------------------- */
h2#subttl{
	width:575px;
	height:25px;
	background:#fff url(../img/common/bg_subttl.gif) no-repeat;
	margin:0;
	padding:6px;
	text-indent:5px;
	font-size:14px;
	font-weight:bold;
}
.content-box{
	width:575px;
	margin-bottom:20px;
	padding:0;
}
.step-box{
	vertical-align:top;
	margin-bottom:15px;
	height:104px;
}
.step-box img{
	float:left;
	width:150px;
	height:104px;
	margin:0 10px;
}

/* 角丸枠色設定----------------------------------------------------------------------- */
#service-rbox{
	margin:10px 0;
}
#service-rbox div.rcontent{
	padding:1em;
	background:#E3F890;
	color:#000;
	text-align:center;
}
div.rcontent p{
	margin:3px 0;
}
#service-rbox span.rtop,
#service-rbox span.rbottom{
	display:block;
	background:#FFF;
}
#service-rbox span.rtop span,
#service-rbox span.rbottom span{
	display:block;
	height:1px;
	overflow:hidden;
	background:#E3F890;
}
#service-rbox span.r1{margin:0 5px;}
#service-rbox span.r2{margin:0 3px;}
#service-rbox span.r3{margin:0 2px;}
#service-rbox span.rtop span.r4,span.rbottom span.r4{margin:0 1px; height:2px;}
