@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 90%;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
p {
	line-height: 180%;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 865px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

header {
	background: #ADB96E;
}
.content {
	width: 865px;
	float: right;
}
#tit {
	background-image: url(../img/title.jpg);
	height: 277px;
	width: 865px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.midashi {
	font-size: 140%;
	letter-spacing: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
	padding: 3px 0 3px 10px;
}
.midashi2 {
	font-size: 100%;
	color: #333;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.leftbox {
	float: left;
	width: 400px;
	margin-bottom: 40px;
}
.rightbox {
	float: right;
	width: 400px;
	margin-bottom: 40px;
}



.content ul, .content ol {
	margin-left: 20px;
}


/* ~~ フッター ~~ */
footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	text-align: right;
}
#tel {
	background-image: url(../img/tel.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 865px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
address {
	font-style: normal;
}


/*ブラウザーで適切にレンダリング */
header, section, footer, aside, nav, article, figure {
	display: block;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b40 {
	margin-bottom: 40px;
}
.basictable {
	clear: both;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C8C7BE;
	border-left-color: #C8C7BE;
	font-size: 90%;
}

.basictable th, .basictable td {
	text-align: left;
	padding: 5px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C8C7BE;
	border-bottom-color: #C8C7BE;
}
.basictable th {
	text-align: left;
	padding: 10px;
	letter-spacing: 2px;
	background-color: #999;
	color: #FFF;
}
.basictable td {
	letter-spacing: 1px;
	padding: 10px;
	line-height: 180%;

}
.clr {
	clear: both;
}
