@charset "UTF-8";

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

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:13px;
    color:#333300;
    }

br {
    letter-spacing:normal;
    }

a {
    color:#003333;
    text-decoration:none;
    }
a:hover {
    color:#cc3300;
    text-decoration:underline;
    }

img {
    border:0;
    vertical-align:bottom;
    }

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

h2 {
    clear:both;
    padding:0 10px;
    color:#000;
    font-size:24px;
    font-weight:normal;
    line-height:1.4;
    text-align:center;
    }

h3 {
    clear:both;
    margin:20px 0 0 0;
    font-size:18px;
    font-weight:normal;
    color:#6e8b23;
    line-height:1.8;
    border-bottom:1px dotted #ff6347;
    }

h3:first-child {
    margin-top:0;
    }

h4 {
    margin:20px 0 10px 10px;
    color:#752100;
    font-weight:normal;
    font-size:16px;
    line-height:1.0;
    border:0;
    }

h5 {
    margin:10px 0 10px 0;
    line-height:1.2;
    font-size:medium;
    color:#000;
    font-weight:normal;
    }

h6 {
    clear:both;
    margin:10px 0 0 0;
    font-size:16px;
    font-weight:normal;
    text-indent:45px;
    color:#6a5d21;
    line-height:1.8;
    border-bottom:1px dotted #917700;
    background:url(../images/img_h3_1.png) no-repeat;
    }

ul,dl {
    margin:15px 0;
    padding:0;
    }

li {
    padding:0;
    margin:0 0 0 30px;
    }

dt {
    padding:0;
    font-size:12px;
    }

dd {
    margin:10px 0 1em 0;
    font-size:12px;
    background:#f1f1f1;
    }

/* ========TEMPLATE LAYOUT======== */
.L{
	text-align:left;
	}
	
.n{
    text-align:center;
	}

#container {
    width:100%;
    margin:0 auto;
    background:#fff;
    }

#header {
    position:relative;
    width:940px;
    margin:0 auto;
     height: 100px;
    }

#menu {
    position:absolute;
    right:5px;
    top:60px;
    }

#b_menu {
    clear:both;
    width:610px;
    height: 40px;
    padding:0 0 0 0;
    margin:10px auto 0 auto;
    }

#contents {
    clear:both;
    overflow:hidden;
    width:940px;
    padding:0px 0;
    margin:0 auto;
    }

#conL {
    float:left;
    width:300px;
    border:1px solid #f1f8f4;
    }

#conR {
    float:right;
    width:620px;
    border:1px solid #f1f8f4;
    }

#footMenu {
    clear:both;
    width:940px;
    margin:0px auto 0 auto;
    }

#footer {
    clear:both;
    width:940px;
    margin:0 auto;
    }

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:30px 0;
    height: 22px;
    font-size:30px;
    color:#770000;
    line-height:1.0;
    }

#header h1 a {
    color:#770000;
    }

#header h1 a:hover {
    color:#770000;
    }

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#333;
    outline:none;
    text-decoration:none;
    color:#6a5d21;
    font-size:15px;

}

#menu li a:hover {
    color:#333;
    border-bottom:3px solid #917700;
    text-decoration:none;
    font-size:15px;
}

#b_menu ul {
    margin:1px 0;
    height: 20px;
    padding:10px 0;
    text-align:center;
    border-bottom:1px solid #281a14;
    background:#aacf53;
    }

#b_menu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
    font-size:13px;
    color:#fff;
    }

#b_menu li a {
    color:#000;
    text-decoration:none;
    font-size:13px;
    color:#fff;
    }

#b_menu li a:hover {
    color:#cc3333;
    text-decoration:underline;
    font-size:13px;
    }

#c_menu li a:hover {
    color:#666;
    text-decoration:underline;
    }

/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
    }

.slidePrev {
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
    }

.slideNext {
    display:block;
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
    }

.slideInner {
    position:relative;
    margin:0;
    padding:0;
    }

.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    }

.slideInner li img {
    margin:0;
    padding:0 5px;
    }

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=20);
    background-color:#e7e7eb;
    }

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=40);
    background-color:#e7e7eb;
    }

.controlNav {
    position:absolute;
    float:left;
    left:50%;
    bottom:0;
    }

.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
      }

.controlNav span:hover {
    background:#ccc;
    cursor:pointer;
    }

.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#85d1c6;
      }

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-15px;
    margin-top:20px;
    margin-bottom:20px;
    }
    
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:298px;
    float:left;
    margin-left:20px;
    }

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
    }

.topNaviImg {
    margin:0;
    padding:0;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    font-size:14px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
    }

.topNaviCon {
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
    }

.topNavi h2 {
    padding:8px 0;
    color:#fff;
    font-size:16px;
    background:#82ae46;
    }

.topNavi p {
    margin:10px;
    font-size:12px;
    }

.topNaviPhoto {
    margin:0;
    }

.topNaviPhoto img {
    margin:10px 8px 0 8px;
    }

/* INFORMATION CUSTOMIZE */
.information {
    margin-bottom:20px;
    }

.information dl {
    margin:0;
    }
.information dt {
    float:left;
    padding-top:5px;
    }

.information dd {
    margin:0 0 5px 0;
    padding:4px 0px 4px 6em;
    border-bottom:1px solid #d5ffaa;
    background:none;
    }

/* SUBMENU CUSTOMIZE */
.submenu {
    border:1px solid #ddd;
    }

.submenu h2 {
    position:relative;
    text-align:left;
    margin:0;
    padding:10px 0 8px 15px;
    line-height:1.0;
    color:#fff;
    font-size:18px;
    border:none;
    background:#aacf53;
    }
    
.submenu h3 {
    position:relative;
    text-align:center;
    margin-top:0;
    padding:10px 0;
    line-height:1.0;
    color:#fff;
    font-size:18px;
    border:none;
    background:#69b076;
    }
    
 .submenu h3:after {
    content:'▼';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#69b076;
}
   
.submenu02 {
    margin-left:15px;
    margin-right:15px;
    border:0 solid #ddd;
    }

.submenu02 h3:after {
    content:'▼';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#e19f9c;
    }

.submenu h4 {
    padding:8px;
    padding-left:8px;
    font-weight:normal;
    color:#00533f;
    width:260px;
    font-size:15px;
    background:#d6e9ca;
    border-bottom:1px solid #aaa;
    }

.submenu h5 {
    padding:10px 0 0 25px;
    margin:10px 0 10ｐｘ 0;
    line-height:1.2;
    font-size:14px;
    color:#000;
    font-weight:normal;
    }

.submenu ul {
    margin:0 0 0 15px;
    padding:5px;
    }
.submenu li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
    }
.submenu li a {
    display:block;
    padding:5px 0;
    text-decoration:none;
    }

.submenu li a:hover {
    display:block;
    padding:5px 0;
    text-decoration:none;
    color:#003333;
    }

.submenu10 {
    border:1px solid #ddd;
    }

.submenu10 h3 {
    position:relative;
    text-align:center;
    margin:0;
    padding:10px 0;
    line-height:1.0;
    color:#fff;
    font-size:16px;
    border:none;
    background:#82ae46;
    }
    
 .submenu10 h3:after {
    content:'▼';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#82ae46;
}

.submenu10 h4 {
    padding:8px;
    padding-left:8px;
    font-weight:normal;
    color:#00533f;
    width:260px;
    font-size:15px;
    background:#d6e9ca;
    border-bottom:1px solid #aaa;
    }

.submenu10 h5 {
    padding:10px 0 0 25px;
    margin:10px 0 10ｐｘ 0;
    line-height:1.2;
    font-size:14px;
    color:#000;
    font-weight:normal;
    }

.submenu10 ul {
    margin:0 0 0 15px;
    padding:5px;
    }
.submenu10 li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
    }
.submenu10 li a {
    display:block;
    padding:5px 0;
    text-decoration:none;
    }

.submenu10 li a:hover {
    display:block;
    padding:5px 0;
    text-decoration:none;
    color:#003333;
    }

/* BANNER CUSTOMIZE */

.bnrR {
    width:278px;
    margin:10px 0;
    padding:10px;
    border:1px solid #ddd;
    }

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
    }

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eaf4fc;
    }

/* BOX CUSTOMIZE */
.box {
    overflow:hidden;
    height: 160px;
    margin:10px 0;
    padding:10px;
    border:8px solid #eec362;
    }

.box img {
    float:left;
    }

.box p {
    margin-left:190px;
    padding-left:40px; 
    }

.first {
    margin-top:0;
    padding:0 0 0 20px;
    font-size:13px;
    }

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #003333;
    }

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

#footMenu li a {
    color:#000;
    text-decoration:none;
    }

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
    }

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:20px;
    bottom:20px;
    }

#pageTop a {
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#69b076 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    }

#pageTop a:hover {
    background:#316745 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    }

/* ========plus========= */

body{background}
    .sp1{margin-left:15px}
    .sp2{margin-left:20px}
    .sp3{margin-left:30px}
           
.tpics{
    border:#aacf53 1px solid; /*枠線の設定*/
    padding-bottom:0;
    margin:10px 0 0 0;
    overflow: auto;
    height: 125px;
    text-align: left;
    line-height:1.0;
    }
 
#copy1{
	height:20px;
	font-size:12px;
	text-align:right;
	color:#333333;
	border:solid #8fbc8f;
	border-width:1px 0 0 0;
	padding:2px;
	letter-spacing: 1px;
	}
	
#copy1 a:hover{
	color:#333333;
	}