/* サービスナビゲーション */
#menu_svc li { float:left;}
#menu_svc li a{ height:95px; width:104px; display:block; vertical-align:top;}
#menu_svc li span{ display:none }

#menu_svc a.s01{ background:url(../img/s01.gif); width:105px;}
#menu_svc a.s02{ background:url(../img/s02.gif); }
#menu_svc a.s03{ background:url(../img/s03.gif); }
#menu_svc a.s04{ background:url(../img/s04.gif); }
#menu_svc a.s05{ background:url(../img/s05.gif); }

#menu_svc a:hover,
.s01 #menu_svc a.s01,
.s02 #menu_svc a.s02,
.s03 #menu_svc a.s03,
.s04 #menu_svc a.s04,
.s05 #menu_svc a.s05{ background-position:0px -95px; }

#main{
	line-height:1.65em;
}
#main h1{
	padding-top:12px;
}

/* 修正部分 */
.box{
	width:519px;
	padding:0px 0px 12px 0px;
}
.box .image{
	margin-right:12px;
	width:166px;
}
.image img{
	margin-bottom:4px;
	margin-top:0px;
}
.box p{
	margin-top:12px;
	margin-left:12px;
}
.s01 #main .box h3{
	padding:12px 0px 6px 12px;
	margin:0px;
}
.s01 .box p{
	margin:0px 0px 0px 12px;
}
.s01 .box .image{
	margin-top:12px;
}
.t8{ padding-top:8px;}