#side {
	position: absolute;
	float: none;
}
#page {
	width: 850px;
	background-image: url(../../guide/ui/process/ill_catalog.gif);
	background-repeat: no-repeat;
	background-position: 414px 36px;
}
#area_list {
	float: left;
	width: 600px;
	margin-bottom: 0px;
}
#area_selector {
	float: right;
	width: 204px;
	position: relative;
	z-index: 1;
}
#area_list .intro {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}
#area_base .notice {
	font-size: 10px;
	margin-left: 2px;
	text-align: left;
}
#area_base .notice .label {
	color: #3C77C5;
	padding-right: 12px;
}
#area_base .notice q {
	padding-right: 3px;
	padding-left: 3px;
	font-style: oblique;
}
#area_plan  {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
#area_plan .title {
	font-weight: bold;
	background-image: url(../../frameworks/mrk_flower-blue.png);
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #2984C7;
}
#area_plan ul {
	margin-bottom: 0px;
}
#area_plan ul li {
	display: block;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
}
#area_plan ul li input {
	margin-right: 3px;
	margin-left: 2px;
}
#area_plan ul li .price {
	padding-left: 20px;
	font-weight: normal;
}
#area_plan ul li .selected {
	color: #008EFF;
	font-weight: bold;
}
#guide_plan  {
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	z-index: 20;
	background-color: #f7f7f7;
	width: 200px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ccc;
	border-bottom-color: #999;
	border-left-color: #ccc;
	visibility: hidden;
	right: 65px;
	top: 85px;
}
