@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======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

html {
overflow-y: scroll;

}

body {
   margin:0;
   padding:0;
 line-height:1.6;
   letter-spacing:1px;
   
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   color:#000000;
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#outer {
margin: 0 auto;
width: 926px;
background: url(images/bg.gif) repeat-y center top;
}


div#top {
   width:896px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #641134;
}

div#header {
   position:relative;
   width:896px;
   margin:0 auto;
   padding: 5px 0px;
   background:#fff;
}

div#gnavi {
   position:absolute;
   bottom:3px;
   right:2px;
   
}

div#menu {
   width:896px;
   margin:0 auto;
   padding: 0 0;
    
}

div#icatch {
   width:896px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:896px;
   margin:0 auto;
   padding:0 0;
   background:#fff;
}

div#location {
   width:896px;
   margin:0 auto;
   padding:0 0 ;
   background:#ECECEC;
}

div#main {
   float:right;
   width:625px;
   margin:20px 5px;
}

div#tmain {
   float:right;
   width:550px;
   margin:10px 5px;

}

div#topics {
   float:left;
   width:290px;
   margin:10px 5px;
   border: 1px solid #D8D8D8;     /* 枠線の装飾 */
   background:#EAEAEA;   /* 背景色 */

}


div#sub {
   float:left;
   width:200px;
   margin:20px 5px; 
   border: 1px solid #D8D8D8;     /* 枠線の装飾 */
   background:#EAEAEA;   /* 背景色 */

}

div#totop {
   clear:both;
}


div#footMenu {
   width:896px;
   margin:0 auto;
}

div#footer {
   width:896px;
   margin:0 auto;
   background:#EBEADD;
   border-bottom:2px solid #641134;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:10px 0;
   font-size:200%;/* 32px相当 */
   color:#fff;
   line-height:130px;
   
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #gnavi ul {
   list-style:none;
 
}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   font-weight:bold;
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:17px;
   background:url("images/bg_gnavi.gif") 0 2px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:896px;
   margin:0 auto;
   padding:0;
   list-style-type:none;
}

div#menu li {
   float:left;
   font-size:88%;/* 14px相当 */
   border-right:1px solid #FFFFFF;
   border-left:1px solid #FFFFFF;
   border-bottom:1px solid #EAEAEA;
   font-weight: bold;
   color:#333;
   text-align:center;
   list-style-type:none;
   position:relative;
}

div#menu li a{
   display:block;
   width:147px;
   color:#000000;
   line-height:60px;
   background:url("images/bg_menu_off.gif") 0 0 no-repeat;
   
}


div#menu li a:hover {
   color:#000000;
   background:#fff url("images/bg_menu_on.gif") 0 0 no-repeat;
   z-index:100;

}

div#menu li.current a{
   color:#000000;
   background:#fff url("images/bg_menu_on.gif") 0 0 no-repeat;
   z-index:100;
}


/* ========LOCATION CONTENTS CUSTOMIZE======== */
div#location h2 {
   margin-top:10px;
   padding:0 0 0 15px;
   color:#000000;
   font-size:75%;/* 12px相当 */
   line-height:40px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#000000;
}

div#main a:hover {
   color:#000000;
   border:0;
   border-bottom:1px solid #9B0000;
}


div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  20px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:40px;
   border: 1px solid #D8D8D8;     /* 枠線の装飾 */
   background:url("images/bg_h2.gif") 0 0 no-repeat;
}

div#main h3 {
   margin-bottom:15px;
   padding-top:3px;
   padding-left:25px;
   font-size:88%;/* 14px相当 */
   line-height:25px;
   border: 1px solid #D8D8D8;     /* 枠線の装飾 */
   background:url("images/bg_h3.gif") 0 0 no-repeat;
}

div#main h4 {

   margin:0 0 3px 0;
   padding: 0 0 0 12px;
   font-size:88%;/* 14px相当 */
   background:url("images/bg_h4.gif") 0 4px no-repeat;

}

div#main h5 {
   margin:0 0 2px 15px;
   font-size:75%;/* 12px相当 */
   padding: 0 0 0 10px;
   background:url("images/bg_h5.gif") 0 7px no-repeat;
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main p.top {
   margin:0 0 3px 500px;
   padding: 0 0 0 9px;
   font-size:70%;/* 11px相当 */
   background:url("images/bg_totop.gif") 0 7px no-repeat;
}

div#main p.link {
   margin:0 0 3px 20px;
   padding: 0 0 0 9px;
   font-size:82%;/* 13px相当 */
   background:url("images/bg_h5.gif") 0 7px no-repeat;
}

div#main p.link2 {
   margin:0 0 3px 20px;
   padding: 0 0 0 12px;
   font-size:82%;/* 13px相当 */
   background:url("images/bg_h5.gif") 0 7px no-repeat;
}

div#main p.achv {
   margin:0 0 3px 10px;
   padding: 0 0 0 12px;
   font-size:82%;/* 13px相当 */
   background:url("images/bg_h5.gif") 0 7px no-repeat;
}

div#main ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#main li {
   padding:5px 0 5px 5px;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
 
}

div#main li a {
   display:block;
   color:#000000;
   padding-left:12px;
   background:url("images/bg_m-list.gif") 0 5px no-repeat;
}

div#main li a:hover {
   color:#000000;
   border:0;
   border-bottom:1px solid #9B0000;
}

div#main l,dl {
   padding:0;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main table {
   font-size:75%;/* 12px相当 */
   border: 1px solid #D8D8D8;
   background:url("images/bg_table.gif") 0 0 ;
}

div#main table tbody tr td {
   padding-left: 10px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========TOP MAIN CONTENTS CUSTOMIZE======== */
div#tmain a {
   color:#9B0000;
}

div#tmain a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#tmain h2 {
   margin-bottom:8px;
   padding-left: 20px;
   line-height:40px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   border: 1px solid #D8D8D8;     /* 枠線の装飾 */
   background:url("images/bg_tm-h2.gif") 0 0 no-repeat;
}

div#tmain h3 {
   margin-bottom:3px;
   padding: 0 0 0 6px;
   font-size:88%;/* 14px相当 */
   background:url("images/bg_footmenu.gif") 0 5px no-repeat;
}

div#tmain h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#tmain h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#tmain h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#tmain p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#tmain ul, l,dl {
   font-size:75%;/* 12px相当 */
}

div#tmain dt {
   margin-bottom:3px;
}

div#tmain dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#tmain table {
   font-size:75%;/* 12px相当 */
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#tmain dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#tmain dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========TOPICS CUSTOMIZE======== */
div#topics .section {
   margin-bottom:10px;
}

div#topics h2 {
   font-size:94%;/* 15px相当 */
   line-height:40px;
   font-weight:bold;
   color:#000000;
   border:1px solid #D8D8D8;
   padding-left:20px;
   border: 1px solid #D8D8D8;     /* 枠線の装飾 */
   background:url("images/bg_tp-h2.gif") 0 0 no-repeat;

}

div#topics ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#topics li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
}

div#topics li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 4px no-repeat;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;

}

div#sub h2 {
   padding-left:20px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   line-height:40px;
   border: 2px solid #D8D8D8;     /* 枠線の装飾 */
   background:url("images/bg_subcontent.gif");

}

div#sub h3 {
   margin:7px 0 0 10px;
   padding-left:15px;
   font-size:82%;/* 13px相当 */
   font-weight:bold;
   line-height:13px;
   background:url("images/bg_sublist.gif") 0 0 no-repeat;

}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 10px;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
  
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 5px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}



/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 5px 0 10px;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:40px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
   border-bottom:5px solid #651135;
}