@charset "UTF-8";

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

body{
    margin:0;
    padding:0;
    line-height : 2;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size : 14px;
    font-weight : bolder;
	background: url(../images/back.gif) 0 0 repeat-x;
	color:#1D1D1D;
	border-bottom:#322929 6px solid;
	border-top:#322929 6px solid;
	
	}

br{
    letter-spacing:normal;
}

a{
	text-decoration: none;
	color: #4D4747;
}

a:hover{
    color:#1479E3;
}

img{
    border : 0px none;
    vertical-align:bottom;
  margin-right : 0px;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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




h2{
	clear: both;
	padding: 0 10px;
	line-height: 2.0;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #770000;
	margin-bottom:10px;
	margin-top:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.85, #700), color-stop(0.00, #aa2323));
	background: -webkit-linear-gradient(top, #aa2323 0%, #700 85%);
	background: -moz-linear-gradient(top, #aa2323 0%, #700 85%);
	background: -o-linear-gradient(top, #aa2323 0%, #700 85%);
	background: -ms-linear-gradient(top, #aa2323 0%, #700 85%);
	background: linear-gradient(to bottom, #aa2323 0%, #700 85%);
}

h3{
    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    margin:0;
	color:#413030;
	line-height:35px;
	border:1px solid #D8D8D8;
	background:url("../images/h3.gif") 100% 100% no-repeat;	

}

h4{
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#f1f1f1;
}

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

h6{
    line-height:2.0;
    font-size:13px;
    color:#770000;
}

p{
	margin : 10px 5px;
}

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;
}

table{
    font-size:12px;
}

table{
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border : 1px solid #999999;
    border-spacing:0;
    line-height:1.8;
  text-align : left;
  background-color : white;
}

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

table td{
    padding:5px;
    border-top-width : 0px;border-right-width : 0px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #999999;border-right-color : #999999;border-bottom-color : #999999;border-left-color : #999999;
    
}

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

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

#table_1{
    width:570px;
    margin:10px;
	padding:15px;
	font-size:16px;
	border-collapse:collapse;
    border : 1px #999999;
	border-style:dotted;
    border-spacing:0;
    line-height:1.8;
  text-align : left;
  background-color:#FFFFFF;
}

.table_1{
	font-size:16px;
	width:600px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	color:#92090B;
}


.table_2{
    width:570px;
    margin:10px;
	padding:15px;
	border-collapse:collapse;
	border:#CDC0C0 1px;
	border-style:dotted;
    border-spacing:0;
    line-height:1.8;
  text-align : left;
}

/* ========TEMPLATE LAYOUT======== */
#container{
    width:940px;
    margin:0 auto;
    padding:20px;
	background:#FFFFFF;
    border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : white;border-right-color : #dddddd;border-bottom-color : #dddddd;border-left-color : #dddddd;
    -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-repeat : no-repeat;background-attachment : scroll;background-position : 0% bottom;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
  background-image : url(../images/hooter.jpg);
}

#header{
    background-image : url(../images/headerimage.jpg);
    position:relative;
    width : 940px;
    margin-bottom : 5px;
  height : 200px;
  background-repeat : no-repeat;
}

#menu{
    position : static;
    right:0;
    top : 0px;
}

#icatch{
    width:940px;
}

#contents{
    float:left;
    width:940px;
    padding:10px 0;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

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

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

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

#footer{
    clear:both;
    width:940px;
  padding-top : 30px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1{
	width:500px;
	margin-left:400px;
    font-size : 12px;
    color:#80B08B;
	padding-top:5px;

}


/* ========MENU CUSTOMIZE======== */
#menu ul{
    margin : 0px;
    padding:0;
    list-style:none;
  position : absolute;
  top : 135px;
}

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

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




.btn1 a {
width:140px;
height:42px;
background:url(../images/btn-1.jpg)  0 0 no-repeat;
display:block;
text-indent: -9999px;
}

.btn1 a:hover{
background:url(../images/btn-1-a.jpg) 0 0 no-repeat;
}

.btn2 a{
width:140px;
height:42px;
background:url(../images/btn-2.jpg) 0 0 no-repeat;
display:block;
text-indent: -9999px;
}

.btn2 a:hover{
 background:url(../images/btn-2-a.jpg) 0 0 no-repeat;
 }	

.btn3 a{
width:140px;
height:42px;
background:url(../images/btn-3.jpg) 0 0 no-repeat;
display:block;
text-indent: -9999px;
}

.btn3 a:hover{
 background:url(../images/btn-3-a.jpg) 0 0 no-repeat;
 }
 
.btn4 a{
width:140px;
height:42px;
background:url(../images/btn-4.jpg) 0 0 no-repeat;
display:block;
text-indent: -9999px;
}


.btn4 a:hover{
 background:url(../images/btn-4-a.jpg) 0 0 no-repeat;
 }

.btn5 a{
width:140px;
height:42px;
background:url(../images/btn-5.jpg) 0 0 no-repeat;
display:block;
text-indent: -9999px;
}


.btn5 a:hover{
 background:url(../images/btn-5-a.jpg) 0 0 no-repeat;
 }

.btn6 a{
width:140px;
height:42px;
background:url(../images/btn-6.jpg) 0 0 no-repeat;
display:block;
text-indent: -9999px;
}

.btn6 a:hover{
 background:url(../images/btn-6-a.jpg) 0 0 no-repeat;
 }

/* ========SLIDESHOW CUSTOMIZE======== */
#slide{
    width:940px;
    height:300px;
    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:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

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

.topNaviColumn{
    display:inline;
    width:300px;
    float:left;
    margin-left:20px;
    padding:0 0 2em 0;
    background:#eee;
}

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

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

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

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

.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;
}

/* SUBMENU CUSTOMIZE */
.submenu{

  margin-bottom : 0px;
  padding-bottom : 5px;
}

.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%;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : silver;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
}

.submenu p{
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL{
    margin:20px 0;
}

.bnrL ul{
    width:630px;/* 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:278px;
    margin:20px 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:#eee;
}

/* ========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 20px;
    list-style:none;
}

#footMenu li a{
    color:#000;
}

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

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

/* ========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;
}
