@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *

	萩・石見空港
	コーナーページCSS

	コーナー名：プラン一覧
	2008/05/21

 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* コンテナ
-------------------------------------------------- */
div#PlanDescSection{
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	height: 100%;
	clear: both;
	overflow: auto;
}
div#PlanDescSection h3 {
	background-image: url(../../com_image/com_003.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}

div#PlanDescSection h3 a{
	font-size: 120%;
	font-weight: bold;
}
div#PlanDescSection p{
	margin-bottom: 1em;
}
div#PlanDescSection img{
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}
div#PlanDescSection ul,div#PlanDescSection ol{
	margin-bottom: 0px;
	margin-top: 10px;
}

div#PlanFeature{
	height: 100%;
	overflow: auto;
	clear: both;
}
div#PlanFeature div#Text{
	width: 340px;
	float: left;
}
div#PlanFeature div#Image{
	float: right;
	width: 150px;
}

