@charset "Shift_JIS";

/* 全体構造
-------------------------------------------- */
body {
  margin: 0;
  padding: 0 0 0 0px;
  color: #333333;
  text-align: center; 
  background: #cccccc url(../image/back5_00.jpg) repeat;
}
#wrapper {
  width: 100%;
  border-top: 20px solid #C91919;
  color: #333333;
  text-align: left;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #550000;
  background: transparent;
}
a:visited {
  color: #550000;
  background: transparent;
}
a:hover, a:active {
  color: #AB8740;
  background: transparent;
}

/* ヘッダ
-------------------------------------------- */
#header h1 {
  position: absolute;
  top: 3px;
  right: 15px;
  margin: 0;
  padding: 0 0 0 250px;		
  text-align: right;
  font-size: x-small;
  font-weight: normal;
  color: #FFF;
}

/* コンテンツ
-------------------------------------------- */
#content {
  width: 750px;
  height: 1700px;
  margin-top: 30px;
  margin-left:auto;
  margin-right:auto;
/*
  padding-right: 3em;
  padding-bottom: 3em;
  border-bottom: 2px solid #000;
*/
  text-align: left;
}

#content_L {
  float: left;
  width: 410px;
  height: 1500px;
  margin: 0px;
  text-align: left;
}
#content_R {
  float: right;
  width: 340px;
  height: 1500px;
  margin: 0px;
  padding: 22px 0px 0px 0px;
  text-align: left;
}




#content h1 {
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  font-size: x-small;
  font-weight: normal;
  text-align: left;
  padding: 7px 0px 7px 15px;
}
#content h2 {
  font-size: medium;
  font-weight: bold;
  text-align: left;
  margin: 3px 0px 0px 16px;
}
#content h3 {
  font-size: xx-small;
  font-weight: normal;
  text-align: left;
  margin: 10px 0px 0px 18px;
}
#content h4 {
  font-size: 85%;
  font-weight: normal;
  text-align: left;
  line-height: 130%;
  margin: 50px 0px 0px 0px;
}

.picB {
  width: 362px;
  height: auto;
  margin: 20px 0px 0px 10px;
}
.picB_top {
  width: 362px;
  height: 13px;
  margin: 0px;
  background: url(../top/image/kadomaru_top2_00.gif) no-repeat;
}
.picB_bottom {
  width: 362px;
  height: 13px;
  margin: 0px;
  background: url(../top/image/kadomaru_bottom2_00.gif) no-repeat;
}
.picB_mid1 {
  width: 362px;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  background-color: #FFF;
}
.picB_mid2 {
  width: 362px;
  margin: 0px;
  padding: 30px 0px 15px 0px;
  text-align: center;
  background-color: #FFF;
}
/*
.picB_mid2 img {
  border: 1px solid #aaa;
}
*/
.picB_mid2 p {
  font-size: small;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
}

.picB_mid4 {
  width: 362px;
  margin: 0px;
  padding: 10px 0px 0px 10px;
  text-align: center;
}

#menu {
  width: auto;
  height: auto;
  margin: 40px 0px 0px 16px;
  font-size: medium;
  font-weight: bold;
}
#menu img {
  margin: 5px 0px 0px 0px;
}

.sub {
  width: auto;
  height: auto;
  margin: 30px 0px 5px 6px;
  font-size: medium;
  font-weight: bold;
}
.picB_mid3 {
  width: 362px;
  margin: 0px;
  padding: 10px 0px 20px 0px;
  text-align: center;
  background-color: #FFF;
}
.picB_mid3 p {
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
}





#content_R a {
  font-size: small;
  float:right;
  padding-right:20px;
/*  padding-left: 240px; */
}

#content_R p {
  font-size: smaller;
  line-height: 130%;
  margin: 30px 0px 0px 0px;
}
#info_q {
  font-size: small;
  line-height: 120%;
  margin: 40px 0px 0px 0px;
}
#kome {
  font-size: x-small;
  line-height: 120%;
  margin: 15px 0px 0px 19px;
}

#photodiv {
  margin: 60px 0px 0px 0px;
  margin: 20px 0px 0px 35px;
  background-repeat: no-repeat;
}

#picture {
  margin: 50px 0px 0px 0px;
}
#picture img {
  margin: 35px 0px 0px 0px;
}



/* フッタ
-------------------------------------------- */
#footer {
  clear: both;
  width: 100%;
/*  border-top: 1px dotted #333; */
}
#footer ul {
  margin: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: right;
  font-size: x-small;
}
#footer li {
  display: inline;
  padding-left: 1.7em;
  text-transform: uppercase;
}
/*
#footer li a {
  padding: 10px 0;
  vertical-align: middle;
  text-decoration: none;
}
#footer li#info a {
  padding-right: 22px;
  color: #666666;
}
*/
#footer p {
  margin: 0;
  padding: 0.4em 10px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: #564E40;
}

