@charset "UTF-8";

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

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 12px;
	color: #000;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
	background: -webkit-linear-gradient(top, #efefef 0%, #fff 80%);
	background: -moz-linear-gradient(top, #efefef 0%, #fff 80%);
	background: -o-linear-gradient(top, #efefef 0%, #fff 80%);
	background: -ms-linear-gradient(top, #efefef 0%, #fff 80%);
	background: linear-gradient(to bottom, #efefef 0%, #fff 80%);
	-webkit-text-size-adjust: 100%;/*iPhoneでフォントサイズが勝手に拡大されてしまうのを防ぐ*/
}

br {
    letter-spacing:normal;
}

a {
    color:#7d1c33;
    text-decoration:none;
}

a:hover {
    color:#7d1c33;
    text-decoration:underline;
}

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

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

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; color: #333; line-height: 1.6; text-transform: none; }


h2 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#822020;
    font-size:13px;
    font-weight:normal;
    background:#e5f1dd;
}

h3 {
    clear:both;
    padding:10px 10px;
    line-height:2.0;
    font-size:15px;
    font-weight:strong;
    margin:10px 10px;
    color:#6f8d1b;
    border:1px solid #6f8d1b;
    background:#fff;
	text-align:center;
}

h4 {
    padding:10px 10px 5px 10px;
    line-height:0.8;
    color:#000;
    font-weight:strong;
    font-size:13px;
    border:0;
	color:#822020;
    background:#fff;
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
 	padding: 5px 10px;
   line-height:1.5;
    font-size:13px;
    color:#000;
}

p {
	margin: 10px;
	text-align: left;
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

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

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
    background:#f1f1f1;
}

table {
    font-size:12px;
}

table {
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
    width:965px;
    margin:30px auto;
    padding:20px;
    border:1px solid #ddd;
    -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
    -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
    box-shadow:0 0 10px #bfbfbf;
    background:#fff;
}


/* google翻訳機能 */ 
#google_translate_element {
	position:  relative;
	right: 0;
	width: 145px;
	margin: 0 0 10px 820px ;
	background-color: #FFF;
}

#header {
	position: relative;
	width: 965px;
	margin-bottom: 64px; /* google翻訳機能つける前は　50px　でした */  
	background-color: #6F8D1B;
}

#menu {
	position: relative;
	right: 0;
	top: 20px;
	bottom: 10px;
}

#icatch {
    width:965px;
}

#contents {
    float:left;
    width:965px;
    padding:10px 0;
    background:#fff;
}

#conL {
    float:left;
    width:600px;
}

#conR {
	float: right;
	width: 340px;
}

#footMenu {
    float:left;
    width:965px;
    margin-top:10px;
}

#footer {
    clear:both;
    width:965px;
}

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


#header h1 a {
    color:#6F8D1B;
}

#header h1 a:hover {
    color:#6F8D1B;
}

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

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

#menu li a {
    display:block;
    font-weight:bold;
    color:#000;
    outline:none;
	display: inline-block; 
	_display: inline;
}

#menu li a:hover {
    color:#000;
    border-bottom:3px solid #6F8D1B;
    text-decoration:none;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:965px;
    height:420px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

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

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.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: -10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:310px;
    float:left;
    margin-left:15px;
    padding:0 0 2em 0;
    background:#e5f1dd;
}

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

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

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




/* --- 4カラム　メニュー 開始 --- */
div.nav1 {
width: 965px; /* ナビゲーションの幅 */
margin:5px 10px 20px 0px;
padding: 10px 0 ;
font-size: 90%;
}
div.nav1 ul.nl {
width: 965px; /* メニューの幅 */
margin:0 auto;
padding: 0 ;
background: #fff  repeat-x top; /* メニューの背景 */
list-style-type: none;
text-align: left;
}
div.nav1 ul.nl li {
width: 215px; /* 項目の幅 */
float: left;
margin: 0 10px;
padding: 0 3px ;
background: #e5f1dd  repeat-x top; /*背景 */
}
div.nav1 ul.nl li a {
display: block;
overflow:hidden;
position: relative; /* IE6用 */
padding: 9px 5px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
font-weight: nomal; 
}
div.nav1 img {
display: block;
position: relative; /* IE6用 */
padding:5px 0 10px -10px; /* イメージエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
font-weight: nomal; 
}
div.nav1 ul.nl li a:link {
color: #000;
}
div.nav1 ul.nl li a:visited {
color: #000;
}
div.nav1 ul.nl li a:hover {
color: #000;
}
div.nav1 ul.nl li a:active {
color: #000;
}
/* --- 4カラム　メニュー 終了 --- */



/* 4カラムトップナビ */
* html .4topNavi {
    height:1em;
    overflow:visible;
}

.4topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.4topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.4topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#e5f1dd;
}

.4topNaviCon:hover {
    color:#000;
    background:#e5f1dd none repeat scroll 0 0;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.4topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#000;
    border:none;
}

.4topNaviCon:hover h2 {
    color:#000;
}

.4topNaviCon p {
    margin:10px;
}

.4topNaviPhoto img {
    width:100%;
}

.4topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../../images/bg_arrow.gif") no-repeat left 50%;
}
/* 4カラムトップナビ おわり*/




/* SEASONAL TOPNAVI CUSTOMIZE   季節のトップナビゲーション3ブロック */
.SEAtopNavi {
	overflow: hidden;
	position: relative;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html .SEAtopNavi {
    height:1em;
    overflow:visible;
}

.SEAtopNaviColumn {
    display:inline;
    width:310px;
    float:left;
    margin-left:13px;
    padding:0 0 1em 0;
    background:#FFF;
}

.SEAtopNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.SEAtopNaviDetail {
    position:absolute;
    bottom:0;
    width:290px;
    text-align:right;
}

.SEAtopNaviDetail a {
    padding:0 0 0 7px;
    background:url("../../images/bg_arrow.gif") no-repeat left 50%;
}
/* SEASONAL TOPNAVI CUSTOMIZE   季節のトップナビゲーション3ブロック おわり */





/*2カラムリスト　ここから　*/

.list2 {
    width:965px;
	margin:auto;
}
 

.list2 dl{  
  width : 455px;
  margin : 0px 7px 3px 7px;
  padding : 5px;
  float : left;
}
 
.list2 dt{  
	padding-top : 8px;
	padding-bottom : 3px;
	font-family: "游明朝", YuMincho,  "ヒラギノ明朝 ProN W3",  "HiraMinProN-W3", "HG明朝E", "MSP明朝",  "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	color:#000;
	background:#fff;
}
 
.list2 dd{  
    margin : 10px 10px 0 10px;
	font-size:100%;
	text-align:justify;
	line-height: 1.8;
	background:#fff;
}
 
.list2 dt img{  
  margin-bottom : 5px;
  display : block;
  width:100%;
}


/*2カラムリスト　おわり　*/






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

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

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

.information a {
    color:#e02e2e;
    text-decoration:none;
}

.information a:hover {
    color:#cc0000;
    text-decoration:underline;
}



/* conL ボックスにスクロールバナー付ける */

.scr {
  overflow: scroll;   /* スクロール表示 */
  width: 600px;
  height: 500px;
  background-color: #FFF;
}




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

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:0 10px 10px 10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.bnrL ul {
    width:600px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
	width: 318px;
	padding: 5px;
	border: 1px solid #fff;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

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

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


/*-------------------------文字の指定*/
.textBK1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-size: 14px;
	font-weight: nomal;
	text-decoration: none;
}

.textBK2 {
	margin: 10px 0;
	padding: 10px 0;
	letter-spacing: 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-size: 11px;
	font-weight: nomal;
	text-decoration: none;
}
/*-------------------------文字の指定おわり*/




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

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

#footMenu li a {
    color:#000;
	display: inline-block;
	_display: inline;
}

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

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../../images/bg_pagetop.gif") 0 50% no-repeat;
}
