@charset "utf-8";

/*サービス一覧　一般サービスのみ*/

/*ページ内リンク*/
#navi ul{
	margin:10px 0px 0px 20px;
}
#navi ul li{
	display:inline;
}
#navi ul li a{
	font-size:14px;
	text-decoration:none;
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding-left:18px;
	margin:0px 0px 0px 20px;
}

/*影付きボックス*/
.box_top{
	background:url(../../service/img/bg_box_top.gif) no-repeat;
	height:10px;
	line-height:0;
	font-size:0;
}
.box_repeat{
	background:url(../../service/img/bg_box_repeat.gif) repeat-y;
}
.box_bottom{
	background:url(../../service/img/bg_box_bottom.gif) no-repeat;
	height:12px;
	line-height:0;
	font-size:0;
}

.box_repeat02{
	width:564px;
	margin-left:10px;
}
.box_repeat02 p{
	margin:15px 0px 0px 30px;
	width:500px;
}

.text_align_right{
	margin-right:2px;
}