@charset "utf-8";


/* YUI 2: Reset CSS */
@import url(yui2-reset.css);

/* 共通スタイル */
body {
/*	background: #e1deda url(../images/common/bg_body.gif);*/
}


#wrapperInner {
	overflow: hidden; /* ClearFix */
	/zoom: 1; /* ClearFix for IE6-7 */
}

#content {
	float: left;
	width: 720px;
	padding-top: 20px;
	overflow: hidden; /* ClearFix */
	/zoom: 1; /* ClearFix for IE6-7 */
}
#content .section {
	clear: both;
	position: relative;
	margin-left: 20px;
	padding: 10px 10px 40px;
	background: #fff url(../images/common/bg_shadow_l.gif) no-repeat 0 100%;
}
#content .section p.more {
	position: absolute;
	right: 10px;
	top: 10px;
}
#content .section.half {
	clear: none;
	float: left;
	width: 320px;
	background-image: url(../images/common/bg_shadow_m.gif);
}
#content .section .sectionTtl {
	margin-bottom: 1em;
	margin-left: -13px;
	padding-left: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #3d2808;
	background: url(../images/common/bg_section-ttl.gif) no-repeat;
}

/* マップ */
#content #gmap {
	height:300px;
	background: #eee;
	border: 1px solid #e1deda;
}



