/****************************************************
　■プラン案内　CSS設定
****************************************************/

/***　font-size:80%  style_base.css  ****/

#plan {
	margin: 30px 0 0 65px;
}

/***　プラン各アイテム  ****/
.plan-box {
	margin: 0 0 80px 0;
}
.plan-image-head {
	width: 525px;
	height: 10px;
	background-image: url(images/plan_image_head.png);
}
.plan-image {
	width: 525px;
	background-image: url(images/plan_image_middle.png);
}
.plan-image img {
	margin: 0 0 0 10px;
}
.plan-image-bottom {
	width: 525px;
	height: 15px;
	background-image: url(images/plan_image_bottom.png);
}

.plan-explane {
	width:520px;
	background-image: url(images/plan_item_deco.png);
	background-repeat: no-repeat;
	margin: 10px 0;
}
.plan-explane-inner {
	padding: 0 0 0 120px;
}

#plan h3{
	font-size: 100%;
	color: #CC0033;
	margin: 0 0 5px 0;
	padding: 3px 0 5px 3px;
	background-image: url(images/plan_title_line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#plan h3 a {
	color: #CC0033;
}
#plan h3 a:hover {
	color: #FF6666;
}
#plan .plan-explane p {
	margin: 0 0 0 5px;
	font-size: 80%;
}

/***　[詳しい内容]リンクバナー  ****/
.ditail-link {
	margin: 5px 0;
	text-align: right;
}

p.page-top {
	font-size: 12px;
	width: 520px;
	padding: 5px 0;
	text-align: right;
	background-image: url(images/line_gray600.png);
	background-repeat: no-repeat;
}
