@charset "UTF-8";
#areaTitle {
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
	border-bottom: solid 1px #CCCCCC;
}
.insideBox {
	padding-top: 25px;
	clear: both;
	padding-left: 10px;
}
.imgArea {
	float: left;
	width: 150px;
	padding-right: 15px;
}
.textArea {
	width: 585px;
	background: url(/common/image/border_dash.gif) top repeat-x;
	float: left;
}
.textArea h2 {
	color: #FF6600;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	background: url(/common/image/border_dash.gif) bottom repeat-x;
	display: block;
	font-weight: bold;
	line-height: 130%;
}
.textArea h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}
.dataArea  {
	background: url(/travel/common/image/data_bg.gif) repeat-y #E2DFCD;
	width: 560px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 1em;
}
.dataArea h3 {
	float: left;
	width: 75px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.dataArea  .dataText {
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 470px;
}
.dataArea .dataText ul {
	margin-left: 1.3em;
}
