@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   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.jpg") 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:900px;
   margin:0 auto;
   background:#fff;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:900px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#dropmenu {
   width:100%;
   float:left;
   border-bottom:5px solid #0089a1;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatch {
   width:900px;
   margin:0 auto 0px;
   background:#fff;
}


#contents {
   clear:both;
   width:880px;
   margin:0 auto;
   padding:20px;
   background:#fff;
}

#main {
   float:right;
   width:660px;
}

#sub {
   float:left;
   width:200px;
}

#pageTop {
   clear:both;
}

#footMenu {
   width:980px;
   margin:0 auto;
}

#footer {
   background:#EBEADD;
   border-bottom:5px solid #9B0000;
}


/* ========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:#9B0000;
   font-size:20px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#dropmenu{
  list-style-type: none;
  width: 100%;
  height: 60px;
  margin:0px auto 0px;
  padding: 0;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 14.2857143%;
  float: left;
  color:#333;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type:none;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color:#5A482B;
  line-height: 2.45;
  border-right:1px solid #D8D8D8;
  font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
  color:#3F2A0F;
  font-weight:bold;
  font-size:14px;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}

#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 0px 15px;
  background: #EDEDEC;
  text-align: left;
  font-size: 12px;
  color: #FF0000;
  font-weight: normal;
}
#dropmenu li.home a {
   border-left:1px solid #D8D8D8;
}

#dropmenu li a.active {
   color:#9B0000;
   background:#fff url("../images/bg_menu_on.gif") 0 -73px repeat-x;
   z-index:100;
}

#dropmenu li a:hover {
   color:#FFFFFF;
   background:#fff url("../images/bg_menu_on.gif") 0 0 repeat-x;
   z-index:100;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   margin-bottom:10px;
   font-size:11px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}

#main h2 {
   margin-bottom:8px;
   padding:0 0 0 10px;
   color:#9B0000;
   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   font-size:15px;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("../images/bg_h2.gif") 100% 100% no-repeat;
}

#main h3 {
   margin-bottom:3px;
   padding-left:50px;
   color:#FF0000;
   font-size:14px;
   border-bottom:1px solid #999;
   background:url("../images/bg_h3.gif") 0 5px no-repeat;
}

#main h4 {
   margin-bottom:2px;
   padding:2px;
   font-size:12px;
   background:#000000;
   color:#fff;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
   border-left:1px solid #C1C1C1;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid #5A482B;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
   margin:0 0 1em 0;
   font-size:12px;
}

#main ul,ol,dl {
   font-size:12px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 0em;
   padding:5px;
   background:#f1f1fa;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#EBEADD;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:5px;
}

#sub h2 {
   padding:0px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   padding-left:2px;
   background:#000000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
   border-left:1px solid #C1C1C1;
}

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

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:8.5px;
   background:url("../images/bg_list_on.gif") 0 4px no-repeat;
}

#sub li a.active {
   color:#C94C00;
   background:url("../images/bg_list1.gif") 0 4px no-repeat;
}

#sub li a:hover {
   color:#C94C00;
   background:url("../images/bg_list.gif") 0 4px no-repeat;
}

#sub lia a {
   padding:5px 0 45px 0;
   display:block;
   padding-left:12px;
   background:url("../repeattion.jpg") 8.5px 0px no-repeat;
}

#sub lia a.active {
   color:#C94C00;
   background:url("../repeattion_on.jpg") 8.5px 0px no-repeat;
}

#sub lia a:hover {
   color:#C94C00;
   background:url("../repeattion_on_a.jpg") 8.5px 0px no-repeat;
}

#sub lib a {
   padding:5px 0 45px 0;
   display:block;
   padding-left:12px;
   background:url("../situation.jpg") 8.5px 0px no-repeat;
}

#sub lib a.active {
   color:#C94C00;
   background:url("../situation_on.jpg") 8.5px 0px no-repeat;
}

#sub lib a:hover {
   color:#C94C00;
   background:url("../situation_on_a.jpg") 8.5px 0px no-repeat;
}

#sub lic a {
   padding:5px 0 45px 0;
   display:block;
   padding-left:12px;
   background:url("../improvistion.jpg") 8.5px 0px no-repeat;
}

#sub lic a.active {
   color:#C94C00;
   background:url("../improvistion_on.jpg") 8.5px 0px no-repeat;
}

#sub lic a:hover {
   color:#C94C00;
   background:url("../improvistion_on_a.jpg") 8.5px 0px no-repeat;
}

#sub lid a {
   padding:5px 0 35px 0;
   display:block;
   padding-left:12px;
   background:url("../seenstudy.jpg") 8.5px 0px no-repeat;
}

#sub lid a.active {
   color:#C94C00;
   background:url("../seenstudy_on.jpg") 8.5px 0px no-repeat;
}

#sub lid a:hover {
   color:#C94C00;
   background:url("../seenstudy_on_a.jpg") 8.5px 0px no-repeat;
}


/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:center;
   font-size:11px;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background:url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}