@charset "utf-8";
/* CSS Document */

#rakuraku {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#rakuraku h2 {
	margin: 10px 0 20px;
}
#rakuraku h3 {
	margin-bottom: 10px;
	background: url(img/h3_img.gif) no-repeat left center;
	padding-left: 30px;
	line-height: 30px;
	font-size: 1.5em;
	border-bottom: solid 2px #00b4ff;
	font-weight: bold;
}
.bodycopy {
	margin: 0 0 50px 20px;
}

/* bodycopy clearfix */
#rakuraku .bodycopy:after { content: "."; display: block; clear: both; height: 0; visibility: hidden }
#rakuraku .bodycopy { display: inline-table; min-height: 1% }
* html #rakuraku .bodycopy { height: 1% }
#rakuraku .bodycopy { display: block }

.bodycopy ul {
	margin-left: 1.5em;
}

.bodycopy ul li {
	list-style-type: disc;
}

ul.resume {
	margin-left: 0;
	float: left;
	width: 450px;
}

ul.resume li {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 20px;
	border-bottom: 1px dashed #ccc;
	background: url(img/list_img.gif) no-repeat left 0.5em;
}

.right_img {
	float: right;
	border: solid 1px #999;
	padding: 4px;
}
.right_img img {
	border: solid 1px #e5e5e5;
}

table.plan {
	width: 100%;
	border: 1px solid #996633;
	background-color: #fff7eb; 
}

table.plan th {
	color: #996633;
	text-align: center;
	border: 1px solid #996633;
	background-color: #fff; 
	padding: 2px;
}

table.plan td {
	text-align: center;
	border-top: 1px dashed #ccc;
	padding: 5px;
}

table.plan td.name {
	color:#22bc48;
	font-weight: bold;
}

table.plan td.price {
	text-align: right;
}

table.plan td.price span{
	font-weight: bold;
	color: #FF0000;
	font-size: 1.5em;
}

dl.spot {
	background-color: #fff7eb; 
	border: 1px solid #996633;
}

dl.spot dt {
	color: #22bc48;
	font-weight: bold;
	width:4em;
	text-align: center;
	float: left;
	padding: 5px 0;
	border-top: 1px dashed #ccc;
}
dl.spot dd {
	margin-left: 4em;
	padding: 5px;
	border-top: 1px dashed #ccc;
}
dl.spot dt.first, dl.spot dd.first {
	border-top: none;
}

#rakuraku a:link,#rakuraku a:hover,#rakuraku a:visited,#rakuraku a:active{
	color:#07318f;
}

