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

/*------------------------------------------------------------------------------
ハートフル
------------------------------------------------------------------------------*/
.header {
	background:#d6e8bb url("img/name_4.gif") no-repeat 100% 0;
}

.header h1 {
	margin:0;
	position:absolute;
	top:37px;
	left:240px;
	/*\*/
	letter-spacing:1px;
	/**/
	line-height:16px;
	font-weight:normal;
	font-size:14px;
}

.plan_box {
	padding:20px 50px;
	width:500px;
	background:url("img/box_middle.gif") repeat-y;
}

p.p_ttl {
	margin-top:20px;
	background:url("img/box_top.gif") no-repeat;
	height:35px;
}

p.p_btm {
	background:url("img/box_bottom.gif") no-repeat;
	height:35px;
}

.plan_box table {
	margin-top:10px;
	margin-bottom:20px;
}

.plan_box table td {
	padding:5px 10px;
	font-size:14px;
	letter-spacing:1px;
	width:250px;
}

.plan_box table td.border {
	border-left:1px solid #cbb886;
}

.plan_box .list {
	margin:5px 0;
	font-size:12px;
	background:#fdd4b9;
	padding:2px 5px;
}

.plan_box .color {
	color:#f60;
}

.heartful {
	margin-top:10px;
}

.heartful .h_border {
	padding:10px 0;
}

.heartful .h_border p {
	padding:5px 0;
	border-bottom:3px solid #ccc;
	font-size:12px;
	text-align:right;
}

.link3 {
	margin-bottom:20px;
}


