@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "css/yui-font.css";
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #ff8400;
	text-decoration: none;
}
a:visited{
	color: #ff8400;
	text-decoration: none;	
}
a:hover{
	color: #FF6600;
	text-decoration:underline;	
}
a:active{
	color: #ff8400;
	text-decoration: none;	
}

dl.inquiry dt {
	width: 120px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	background: url(images/inqPoint.gif) no-repeat 0 2px;
	padding-left: 25px;
}
dl.inquiry dd {
	margin-left: 140px;
	margin-bottom: 10px;
}
dl.inquiry dt.none {
	background: none;
}
dl.inquiry dd ul li {
	display: inline;
}
ul.decoMenu {
}
ul.decoMenu li {
	background: url(images/point.jpg) no-repeat 0 3px;
	padding: 3px 0 3px 25px;
	letter-spacing: 0.2em;
}
.hrLine {
	height: 1px;
	margin: 1em;
	border-top: #999 1px dotted;
	width: 50%;
}
ul.decoMenu li.price {
	background: none;
	text-align: right;
}
.decoHeader {
	margin-bottom: 1em;
}
.leftArea {
	width: 270px;
	float: left;
	border-right: #999 1px dashed;
	padding-right: 10px;
}
.rightArea {
	float: right;
	width: 250px;
}
#map {
	width: 530px;
	height: 300px;
	border: #999 1px solid;
}
.blogBnr {
	margin-top: 15px;
}
