@charset "UTF-8";

/*----- theme_plan -----*/

#theme_plan h1{
	width:595px;
	height:45px;
	margin:0 auto 15px;
	background:url(images/title_theme_plan.gif) no-repeat;
	text-indent:-9999px;
}

#theme_plan .plan_top{
	width:585px;
	height:130px;
	margin:0 auto 15px;
	background:url(images/plan_topimage_theme_plan.jpg) no-repeat;
	text-indent:-9999px;
}

#theme_plan h3{
	width:555px;
	margin:20px 0 5px 20px;
	padding-left:10px;
	border-left:8px solid #CCFF00;
	border-bottom:1px dashed #ddd;
	font-size:20px;
	line-height:1.4;
	font-weight:bold;
}

.recommendation_plan_list{
	width:580px;
	margin:20px auto 10px;
}

.recommendation_plan_list li{
	float:left;
}

.recommendation_plan_list dl{
	width:144px;
	text-align:center;
}

.recommendation_plan_list dl dt a img{
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}

.recommendation_plan_list dl dt a:hover img{
	opacity:0.8;
}

.recommendation_plan_list dl dd{
	margin-bottom:15px;
	font-size:14px;
}

.recommendation_plan_list dl dd a span{
	font-size:12px;
}

















