@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../img/bg_body.jpg) repeat-x 0 0;
}

h1 {
	text-indent:-9999px;
	height: 0;
	width: 0;
	position: absolute;
}

.nav {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.nav .block {
	width: 255px;
	padding: 40px 35px 40px 30px;
	float:left;
	display: inline;
	background: url(../img/bg_line.jpg) no-repeat 100% 40px;
}

.nav .block:last-child,
.nav .last-child {
	background: none;
}

.block p {
	width: 100px;
	float: left;
}

.block h2 {
	margin-left: 5px;
	margin-bottom: 20px;
}

.block dl {
	margin-left: 110px;
}

.block dd {
	margin-top: 5px;
	font-size: 11px;
}

.block dd.detail {
	text-align: right;
}

.block dd.detail a {
	background: url(../common/img/icon_arrow_001.gif) no-repeat 0 50%;
	padding-left: 7px;
}




