@charset "shift_jis";

/*----------------------------------------------------------
contents
----------------------------------------------------------*/
#contents #main{
	width: 800px;
	font-size: 80%;
	padding-bottom: 50px;
	background-image: url(../img/pankuzubg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#contents #main .left{
	width: 31px;
	margin-right: 21px;
	padding-right: 54px;
	padding-left: 53px;
}
#contents #main .right{
	width: 629px;
	padding-right: 12px;
}
#contents #main h3{
	margin-bottom: 36px;
}
#contents #main h4{
	clear: both;
}
#contents #main .credo{
	text-align: center;
	margin-bottom: 60px;
}
#contents #main .credo h4,
#contents #main .credo p{
	margin-bottom: 22px;
}
#contents #main .box{
	padding: 20px 14px;
	margin-bottom: 20px;
}
#contents #main .box p.name{
	margin-top: 20px;
	text-align: right;
}
#contents #main .box .service_bottom{
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-top: 10px;
}
#contents #main .box .service{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 601px;
}
#contents #main .box .service1{
	width: 295px;
	float: left;
}
#contents #main .box .service2{
	width: 295px;
	float: right;
}
#contents #main .box .service p{
	padding: 10px 14px;
}
#contents #main .box .servicelink{
	margin-top: 5px;
	text-align: right;
	margin-bottom: 10px;
}
#contents #main .box table{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #C8C8C8;
	margin-bottom: 20px;
}
#contents #main .box table th,
#contents #main .box table td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C8C8C8;
	border-left-color: #C8C8C8;
	padding: 5px 5px 5px 10px;
}
#contents #main .box table th{
	background-color: #E0E0E0;
	font-weight: bold;
}
#contents #main .box .company{
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
#contents #main .box .company h5{
	font-size: 15px;
	font-weight: bold;
	color: #0D4891;
}
#contents #main .box .company p{
	line-height: 120%;
	font-size: 12px;
}
#contents #main .box .company img{
	margin-left: 5px;
}
#contents #main .history{
	background-color: #F8F8F8;
	padding: 14px;
	width: 601px;
	margin-top: 15px;
}
#contents #main .history dl{
	background-image: url(img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#contents #main .history dt{
	width: 112px;
	padding-left: 5px;
	float: left;
}
#contents #main .history dd{
	width: 476px;
	padding-left: 8px;
	float: left;
}