@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

br {
   letter-spacing:normal;
}

a {
  color: #583822;
}

a:hover {
  color: #583822;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
  width: 100%;
  overflow: hidden;
}

div#header {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 8px 0 0 5px;
}


div#contents {
  padding: 6px;
}


div#main {
  width: 100%;
  margin:10px 0;
}

div#sub {
  width: 100%;
  margin:10px 0;
}

div#footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}


/* ========HEADER CUSTOMIZE======== */
div#header h5 {
  padding: 8px 0 0 0;
  text-align: left;
  color: #333333;
  font-size: 18px;
}
div#header h5 img{
  width: 100%;
  height: auto;
}
div#header h5 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

div#header h5 a:hover {
  color: #765c47 !important;
  text-decoration: underline;
  font-size: 18px;
}

div#header h6 a{
  text-decoration: none;
}

div#header h6 a:hover{
  text-decoration: underline;
}

div#headImage img{
  width: 100%;
  height: auto;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
div#contents h1 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(images/h_bg_gray.gif) center repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
  color: #ffffff;
  text-decoration: none;
}

div#main a:hover {
  color: #ffffff;
  text-decoration: none;
}

div#main h2 {
  margin: 0 0 8px 0px;
  padding: 5px 0 5px 14px;
  font-size: 14px;
  color: #ffffff;
  background: url(images/h_bg.gif) center repeat-x;
}

div#main h2  a{
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

div#main h2  a:hover{
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

div#main h2  a:active{
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

div#main ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
  margin: 8px 0;
}

div#main li {
  width: 100%;
  list-style: none;
  text-align: center;
}

div#main li a {
  padding: 10px;
  display: block;
  color: #583822 !important;
  font-weight: bold;
  text-decoration: none;
}

div#main li a:hover {
  color: #765c47 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

div#main div.blog {
  margin: 12px 0;
  padding: 3px 0;
  line-height: 1.8;
}

div#main p {
  margin: 0 0 5px 0;
  padding: 3px 0;
  line-height: 1.8;
}

div#main p.date {
  padding: 3px 0;
  font-size: 12px;
  text-align:right;
}


/* ========sub CONTENTS CUSTOMIZE======== */



/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:82%;/* 13px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
}