@charset "utf-8";


/* YUI 2: Reset CSS */
@import url(../../01 のコピー/css/yui2-reset.css);

/* 共通スタイル */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
	 Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%; /* 14px */
	background: #e1deda;
}
a {
	font-weight: bold;
	color: #6d4b16;
}
a:hover {
	color: #ce861a;
}
#wrapper {
	width: 940px;
	margin: 30px auto 0;
	padding: 0 20px;
	overflow: hidden; /* ClearFix */
	/zoom: 1; /* ClearFix for IE6-7 */
}
#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;
}
#content .section p.more {
	position: absolute;
	right: 10px;
	top: 10px;
}
#content .section.half {
	clear: none;
	float: left;
	width: 320px;

}
#content .section .sectionTtl {
	margin-bottom: 1em;
	margin-left: -13px;
	padding-left: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #3d2808;
}

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

/*----------------*/
h1{
text-align:center;
}
h3{
padding-left:20px;
}
#how{
margin:30px auto;
width:1000px;
padding:10px;
border:dotted 3px teal;
border-radius:10px;
}



