@charset "UTF-8";

#wrapper{
	width: 960px;
	height: 100%;
	margin: 0px auto;
	font-family : "游ゴシック", "YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 1.6rem;
	font-size: 16px;
}

#inner_wrapper{
	width: 900px;
	height: 100%;
	margin: 0px auto;
}

header{
	width: 100%;
}

#head_top{
}

.head_pic{
	float: left;
}

.head_text{
	padding: 10px 20px 0;
	overflow: hidden;
}

#head_bottom{
}

nav{
	width: 220px;
	padding-top: 30px;
	float: left;
	font-size: 1.8rem;
	font-size: 18px;
}
nav a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
nav a:hover {
	color: #f69;
	font-weight: bold;
	text-decoration: underline;
}

#contents{
	padding: 30px;
	overflow: hidden;
}
#contents p{
	line-height: 1.5;
}
h1{
	color: #000;
	font-size: 2.2rem;
	font-size: 22px;
	font-weight: bold;
	background: #fff;;
	border: 3px double #f69;
	border-radius: 15px;
	padding: 5px 10px;
	margin-bottom: 30px;
	display: inline-block;
}

h2{
	color: #000;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 20px 0 15px;
	border-left: 20px solid #f69;
	border-bottom: 1px solid #f69;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

section{
	margin-bottom: 30px;
	overflow: hidden;
}

#contents section p{
}

#contents section img{
	margin: 0px 0px 20px 0px;
}

.left{
	width: 400px;
	margin-right: 20px;
	float: left;
}

.right{
	width: 400px;
	margin-left: 20px;
	float: right;
}

.map{
	margin-bottom: 20px;
}

footer{
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 80px 0 10px;
}

