﻿@charset "UTF-8";

/***** Basic *****/
html {
   overflow-y: scroll;
}
body {
   overflow: hidden;
   min-width: 790px;
   margin: 0;
   padding: 0;
   line-height: 1.6;
   letter-spacing: 1px;
   font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size: 12px;
   color: #5A482B;
   border-top: 5px solid #9B0000;
   background: #fff url("../images/bg_body.png") 0 0 repeat-x;
}
br {
   letter-spacing: normal;
}
a {
   color: #5A482B;
   text-decoration: none;
}
a:hover {
   color: #C94C00;
}
img {
   border: 0;
   vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
   margin: 0;
}

/***** Template Layout *****/
#headWrap {
   position: relative;
   width: 100%;
   margin: 0 auto;
   padding: 10px 0;
   background: #fff;
}
#header {
   position: relative;
   width: 787px;
   margin: 0 auto;
   background: #fff;
}
#pr {
   position: absolute;
   left: 0;
   top: 0;
   width: 787px;
   line-height: 17px;
}
#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}
#menu {
   width: 100%;
   float: left;
   background: url("../images/bg_menu.gif") 0 0 repeat-x;
}
#icatch {
   width: 784px;
   margin: 0 auto 10px;
}
#contents {
   width: 767px;
   margin: 0 auto;
   padding:10px;
   background: #fff;
   clear: both;
}
#main {
   float: right;
   width: 547px;
}
#sub {
   float: left;
   width: 200px;
}
#pageTop {
   clear: both;
}
#footMenu {
   width: 787px;
   margin: 0 auto;
   clear: both;
}
#footer {
   background: #EBEADD;
   border-bottom: 5px solid #9B0000;
   clear: both;
}

/***** Header Customize *****/
#header h1 {
   margin: 0;
   padding-top: 25px;
   font-size: 32px;
   color: #fff;
   line-height: 50px;
}
#header h1 a {
   color: #9B0000;
}
#header h1 a:hover {
   color: #D30000;
}
#header #pr p {
   margin: 0;
   font-size: 11px;
}
#header #gnavi ul {
   list-style: none;
}
#header #gnavi li {
   float: left;
   font-size: 11px;
   margin-left: 15px;
}
#header #gnavi li a {
   display: block;
}
#header #gnavi .tel {
   color: #C94C00;
   font-size: 24px;
   font-weight: bold;
   letter-spacing: -1px;
   line-height: 1.0;
}

/***** Menu Customize *****/
#menu ul {
   width: 787px;
   margin: 0 auto;
   padding: 0;
}
#menu li {
   float: left;
   color: #333;
   text-align: center;
   list-style-type: none;
}
#menu li a {
   display: block;
   width: 155px;
   color: #5A482B;
   line-height: 60px;
   border-right: 2px solid #D8D8D8;
   font-family: "MS Ｐ明朝","MS PMincho","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",Georgia,serif;
   color: #3F2A0F;
   font-weight: bold;
   font-size: 14px;
}
#menu li.home a {
   border-left: 2px solid #D8D8D8;
}
#menu li a:hover {
   color: #C94C00;
   background: #fff url("../images/bg_menu_on.gif") 0 -60px repeat-x;
   z-index: 100;
}

/***** Slide Customize *****/
#slide{
   margin-top: 50px;
}

/***** Topicpath Customize *****/
#topicPath {
   margin-bottom: 10px;
   font-size:11px;
   clear:both;
}

/***** Main Contents Customize *****/
#main a {
   color:#9B0000;
}
#main a:hover {
   color: #C94C00;
   text-decoration: underline;
}

/***** Information Customize *****/
* html body #main dl.information dd div {
   display:inline-block;
}

/***** Subcontents Customize *****/
#sub .section {
   margin-top: 30px;
   margin-bottom: 10px;
}
#sub h2 {
   padding: 3px;
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   padding-left: 10px;
   background: #993399;
   border-bottom: 1px solid #C1C1C1;
   border-right: 1px solid #C1C1C1;
}
#sub_image li {
   margin: 5px 0 0 22px;
   padding: 0;
}	
#sub ul {
   margin: 5px 0 5px 6px;
   padding: 0;
}
#sub li {
   padding: 5px 0 5px 0;
   line-height: 1.4;
   list-style: none;
}
#sub li a {
   display: block;
   padding-left: 5px;
}

/***** Pagetop Customize *****/
#pageTop {
   padding: 20px 0;
   text-align: right;
   font-size: 11px;
}
#pageTop a {
   padding-left: 24px;
   background: url("../images/bg_pagetop.gif") 0 50% no-repeat;
}

/***** Footmenu Customize *****/
#footMenu ul {
   margin: 0;
   padding: 10px 0 0 0;
   text-align: right;
}
#footMenu li {
   display: inline;
   margin: 0 0 0 10px;
   list-style: none;
}
#footMenu li a {
   padding-left: 16px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}

/***** Footer Cuetomize *****/
.copyright {
   padding: 30px 0;
   font-size: 11px;
   font-style: normal;
   color: #333;
   text-align: center;
}