@import url("../common/common.css");

/*------------------------------------------------------------------------------
見出し・テキスト
------------------------------------------------------------------------------*/
h1 {
	margin:0 0 20px;
}

h2 {
	margin:0;
	font-size:18px;
	letter-spacing:1px;
	color:#300;
}

p.head {
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px #d2bca1 dashed;
	font-size:14px;
	letter-spacing:1px;
	line-height:18px;
}

/*------------------------------------------------------------------------------
背景
------------------------------------------------------------------------------*/
div.box {
	padding:50px 130px 40px 80px;
	width:490px;
	height:1110px;
	background:#fff url(img/background.jpg) no-repeat;
}

div.subbox {
	margin:0 20px 40px 0;
	width:150px;
	float:left;
}

div.subbox div.image {
	margin:0 0 10px;
	width:150px;
}

div.subbox p {
	margin:0;
	padding:5px 0;
	border-top:1px #d2bca1 solid;
	border-bottom:1px #d2bca1 solid;
	text-align:center;
}

div.right {
	margin-right:0;
}

div.big div.image {
	margin-bottom:0;
}

div.big {
	margin-right:80px;
	width:260px;
}

div.big p {
	margin-left:auto;
	width:90px;
}

div.rightbig {
	margin-right:0;
	width:260px;
}

div.rightbig p {
	width:230px;
}

div.rightbig div.image {
	margin-bottom:0;
}

div.rightbig p {
	width:90px;
}

div.left {
	margin-right:80px;
}

div.rightlong {
	margin-right:0;
	padding:13px 20px;
	border-top:1px #d2bca1 solid;
	border-bottom:1px #d2bca1 solid;
	width:280px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	letter-spacing:1px;
	color:#300;
}

div.space {
	width:100%;
	height:65px;
}

div.btn {
	width:100%;
	height:30px;
}

div.btn div.next {
	width:140px;
	float:right;
}

div.btn div.back {
	width:140px;
	float:left;
}

.link3 {
	margin:40px auto 0;
	width:240px;
}

.link3 a {
	display:block;
	width:240px;
	height:25px;
	background: url("../common/img/btn10.gif") no-repeat;
	text-indent:-5000px;
	outline:0;
}

.link3 a:hover {
	background-position:0 -25px;
}

.top_box {
	padding-top:140px;
	background:url("img/race.gif") no-repeat 50% 10px;
}



