﻿@charset "utf-8";
* {
	margin: 0px;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
}
#base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D9D9D9;
	background-image: url(img/common/base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	color:#333333;
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-image: url(img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #85733A;
}
a:hover {
	color: #B18C2C;
	text-decoration: none;
}


/*
ヘッダー
-------------------------------------------*/
#head {
	background-image: url(https://setabi-tomonokai.jp/img/common/head2.gif);
	height: 110px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#head img#logo {
	position: absolute;
	left: 15px;
	top: 45px;
}

/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 938px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}


h1 , h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BDB7A1;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
	text-align: left;
}
h2 span {
	font-size: 12px;
	padding-left: 20px;
	color: #ABA48B;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(img/common/h3.gif);
	height: 20px;
	padding-bottom: 7px;
	padding-left: 28px;
	margin-top: 1px;
	padding-top: 5px;
	font-weight: normal;
	background-color: #333333;
}
#content h3 span {
	font-size: 11px;
	color: #C1BAA7;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #9F7535;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 15px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(img/common/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #434241;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 90px;
	position: relative;
}
#foot p {
	font-size: 10px;
	color: #C9BE9C;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#foot li a {
	color: #DCD6BE;
	font-size: 11px;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #817E72;
}

#foot #f_logo {
	font-size: 24px;
	color: #C9BE9C;
	position: absolute;
	top: 13px;
	right: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4D4A47;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}

@media screen and (max-device-width: 767px) {
	#base {
		width: 100%;
		overflow-x: hidden;
	}
	#main {
		width: 100%;
	}
	#content {
		width: 100%;
	}
}
