@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:20px 0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
   background: #E7DFCE url(images/bg_body.jpg) fixed;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

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

/* ========TEMPLATE LAYOUT======== */
DIV#top {
   width:740px;
   margin:0 auto;
   padding:10px;
   background-color : #ffa500;
  
  background-repeat : repeat;
  background-image : url(images/bg_haieki.gif);
}

DIV#header {
   width:740px;
  background-image : url(images/bg_haieki.gif);
}

DIV#menu {
   width:740px;
  
}

DIV#contents {
   clear:both;
   width:740px;
   background-repeat : repeat-y;background-color : #ff9000;
}

DIV#headImage {
   width:740px;
  
}

DIV#main {
   float:left;
   width:540px;
   padding:0 10px;
  
}

DIV#sub {
   float:right;
   width:180px;
   margin-top:10px;
  
  

  
  
  
  
  border-top-width : medium;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
border-color : black black black black;border-style : ridge ridge ridge ridge;}

div#totop {
}

DIV#footer {
   clear:both;
   width:740px;
  background-image : url(images/bg_haieki.gif);
}

/* 回り込み解除 */
DIV#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
  
}

/* ========HEADER CUSTOMIZE======== */
DIV#header H1 {
   margin:0;
   padding:0;
   font-size:2em;
   color:#fff;
   line-height:80px;
  
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#EEEBEB;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

DIV#menu LI A{
   display:block;
   width : 123px;
   padding:10px 0;
   color:#fff;
   background-color : black;
}

DIV#menu LI A.active{
   display:block;
   width : 123px;
   padding:10px 0;
   color:#fff;
   background-color : #ffd17d;
}

div#menu li a:hover{
   color:#ddd;
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADLINE CONTENTS CUSTOMIZE======== */
DIV#contents H1 {
   margin-bottom:8px;
   padding:5px;
   color:#fff;
   font-family:Georgia;
   font-size:1.25em;
   font-weight:bold;
   line-height:1.4;
   background : #ffd17d;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#D70053;
}

div#main a:hover {
   color:#D2447B;
   border:0;
   border-bottom:1px solid #D2447B;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

DIV#main UL,OL,DL{
   font-size:0.75em;
}

div#main li{
   line-height:1.4;
}

DIV#main DT{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   line-height:1.4;
   background:#f1f1f1;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {

}

DIV#sub H2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
  
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

DIV#sub LI {
   margin:0;
   padding-left:18px;
   font-size:0.75em;
   color:#fff;
   line-height:1.8;
      list-style:none;
}

div#sub li a{
   color:#fff;
}

div#sub li a:hover{
   color:#ddd;
}
/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}
