﻿@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.4;
   letter-spacing:1px;
   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   font-size:12px;
   color:#000;
   background:#f7ffef;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:0 auto;
   padding:0 10px;
   background:#fff;
   box-shadow:0 0 10px #999;
   -moz-box-shadow:0 0 10px #999;
   -webkit-box-shadow:0 0 10px #999;
   behavior: url(PIE.htc);/* for IE */

}

#header {
   position:relative;
   width:780px;
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#message {
   position:absolute;
   top:8px;
   left:30px;
   padding-bottom:5px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:780px;
   margin-top:5px;
}

#icatch {
   float:left;
   width:780px;
   margin-top:10px;
}

#contents {
   float:left;
   width:780px;
   padding:10px 0;
   background:#fff;
}

#main {
   float:left;
   width:540px;
}

#sub {
   float:right;
   width:220px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   width:780px;
}


/* ========HEADER CUSTOMIZE======== */

#header h1 {
   margin:0;
   padding-top:30px;
   font-size:32px;
   color:#fff;
   line-height:50px;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr p {
   margin-top:10px;
   font-size:10px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:11px;
   margin:0 10px 3px 0;
}

#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 {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */
#menu ul {
   float:left;
   margin:0;
   padding:0;
   list-style:none;
   border-top:1px solid #999;
   border-bottom:3px solid #999;
   background:#fff url("../images/bg_menu2.gif") 0 0 repeat-x;
}

#menu li ul {
   border-top:1px solid #999;
   border-bottom:none;
}

#menu li li {
   margin-left:0;
   background:#f5f5f5;
   border-bottom:2px solid #999;
}

#menu li li a:hover {
   margin-left:0;
   background:#fff;
}

#menu li a {
   display:block;
   width:130px;
   padding:10px 0;
   text-align:center;
   outline:none;
}

#menu li li a {
   display:block;
   width:120px;
   padding:10px 5px;
   line-height:20px;
   text-align:left;
   outline:none;
}

#menu li a:hover {
   color:#f08080;
   text-decoration:none;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   padding:5px 0;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#f08080;
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   margin-bottom:2px;
   padding:50px 10px;
   font-size:18px;
   color:#5a4816;
   border-top:2px solid #B4A373;
   border-bottom:2px solid #B4A373;
   background:#fff url("../images/bg_h2.gif") 100% 100% repeat-x;
}

#main h3 {
   margin-bottom:8px;
   padding:15px 0 20px 80px;
   line-height:2.0;
   color:#5a4816;
   font-size:15px;
   font-weight:bold;
   border-bottom:0 solid #B4A373;
   background:#fff url("../images/bg_h4.gif") 0 50% no-repeat;
}

#main h4 {
   margin:10px 0;
   padding:5px 0;
   font-size:14px;
   color:#517c1c;
   border-bottom:1px solid #517c1c;
}

#main h5 {
   margin:25px 0;
   font-size:14px;
   color:#5a4816;
}

#main h6 {
   margin:5px;
   padding:15px;
   font-size:14px;
   font-weight:bold;
   background:#fff url("../images/bg_h3.gif") 0 50% no-repeat;
   color:#800000;
}



#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#fbd1cd;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0 0 20px 0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:550px;
   margin-bottom:20px;
   line-height:1.8;
}

#main table th {
   padding:0 5px;
   font-weight:bold;
}

#main table td {
   padding:0 5px;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding-bottom:3px;
   color:#517c1c;
   font-size:16px;
   font-weight:bold;
   text-align:center;
   border-bottom:2px solid #517c1c;
}

#sub h3 {
   padding:5px;
   color:#517c1c;
   font-size:20px;
   font-weight:bold;
   text-align:center;
   background:#fff;
   border:1px solid #517c1c;
}

#sub h4 {
   padding:5px;
   color:#517c1c;
   font-size:13px;
   font-weight:nomal;
   background:#fff;
   border:1px solid #517c1c;
}

#sub p {
   font-size:14px;
   text-align:center;
   margin-bottom:20px;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #517c1c;
}

#sub li {
   padding:1px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #517c1c;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#e5ffb2 url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}




/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */

#footer ul {
   margin:5px 0 10px 0;
   padding:20px 0 5px 0;
   text-align:center;
   border-top:8px solid #fbd1cd;
   background:#fff;
}

#footer li {
   display:inline;
   margin:10px 0 0 0 ;
   padding:0 15px;
   list-style:none;
   border-left:1px solid #800000;
}

#footer li a:hover {
   color:#f08080;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding-bottom:8px;
   margin-bottom:15px;
   font-style:normal;
   font-size:11px;
   color:#800000;
   text-align:center;
}