@charset "utf-8";

html,body {
    width: 100%;
    font-size: 100%;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","MS Pゴシック",sans-serif;
    font-family: Verdana;
	background: rgb(247, 222, 198);
}

a {
    text-decoration: none;
	line-height: 150%;
}
a:link {
    color: #50443b;
}
a:visited {
    color: #50443b;
}
a:hover {
    color: #736357;
}
a:active {
	color: #50443b;
}
#left1{
	padding-left: 0px;
	color: white;
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 18px;
	margin-left: 30px;

}
#right{



}
.mainbg {
	background-color: #efcebf;
}
#right2{
	padding-right: 30px;
	padding-left: 5px;
	color: white;
	font-size: 11px;
	line-height: 135%;
	margin-left: 870px;
	margin-top: -350px;
}
.toplogo {
	padding-top: 10px;
	text-align: left;
}
.toptel{
	text-align: right;
}
.mailtof{
	margin-top: 1px;
	margin-left: 280px;
	margin-right: 3px;
	float: left;
	color: white;
}
#mailtof a{
	padding-left: 0px;
	color: white;
	float: left;
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 18px;
	margin-left: 0px;
}

.mailto{
margin-right: 5px;
margin-bottom: 5px;
margin-left: 750px;
font-size: 12px;
}
#mailto{
	color: #736357;
	font-size: 12px;
	font-weight: bold;
}
#mailto:hover{
	color: white;
}

/* 基本構造 */
header,nav {
    width: 958px;
    margin: 0 11px;
}
body > div > section {
    color: white;

}
#footer {
    width: 990px;
	background: url(../images/page_bottom.png) 0 bottom no-repeat scroll #736357;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 158px;
}

header {
    height: 280px;
    background-color: #76DBE1;
    position: relative;
    overflow: hidden;
	text-align: center;
	font-style: italic;
}
header.toppage {
    height: 570px;
}

/* フッター */
footer > div {
    height: 11px;
    background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 54px;
    margin: 0 38px;
	text-align: center;
}
footer p {
    color: #735A5B;
    font-size: 13px;
    line-height: 15px;
    height: 11px;
	text-align: center;
}
footer p:nth-child(1) {
    text-align: left;
}
footer p:nth-child(1) a {
    background-image: url("../images/ptera.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-top: 10px;
    padding-left: 56px;
}
footer p:nth-child(2) {
    text-align: center;
    margin-top: -11px;
}
footer p:nth-child(3) {
    text-align: right;
    margin-top: -11px;
}


/* コンテンツ */
#contents-wrapper {
  padding-bottom: 3em;
}

#contents-wrapper > section > h1 {
  font-size: 1.25em;
  line-height: 1.75em;
  color: #735A5B;
  font-weight: normal;
  padding-left: 28px;
  border-bottom: solid 1px #735A5B;
}
#contents-wrapper > section > h1 span {
    text-indent: 2em;
    font-size: 0.75em;
}

.marjin10{
	margin: 2px;
}
/*  */
#contents-head {
  overflow: hidden;
  margin-bottom: 1.5em;
  padding: 16px 28px;
}
#contents-head::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

#contents-head > h1 {
  margin-left: -10px;
  margin-bottom: 18px;
}

#contents-head #contents-head-block1,
#contents-head #contents-head-block2 {
  width: 398px;
  font-size: 15px;
  color: #777777;
  line-height: 1.5;
  font-family: "MS Pゴシック", serif;
}

#contents-head #contents-head-block1 {
  float: left;
}
#contents-head #contents-head-block2 {
  float: right;
}

#contents-head #contents-head-block1 h1,
#contents-head #contents-head-block2 h1 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 8px;
}
#contents-head #contents-head-block1 > p,
#contents-head #contents-head-block2 > p {
  text-indent: 1em;
  text-align: justify;
}
