﻿@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:18px;
    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%);
    background-color: #fff;
    background:url("bg-6.gif");
}

br {
    letter-spacing:normal;
}

a {
    color:#000;
    text-decoration:none;
text-shadow: 1px 1px 1px #999999;
}

p {
    color:#000;
    text-decoration:none;
text-shadow: 1px 1px 1px #999999;
}



a:hover {
    color:#917700;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
clear:both;
    padding:0 500px;
    color:#000;
    font-size:xx-large;
    font-weight:normal;
    line-height:1.4;
    text-align:center;
}

h3 {
    clear:both;
    margin:50px 0 0 0;
    font-size:18px;
    font-weight:normal;
    color:#5D5219;
    line-height:1.8;
    border-bottom:1px dotted #5D5219;text-shadow: 1px 1px 1px #999999;

}



h2 + h3 {
    margin-top:20px;
}
h3:first-child {
    margin-top:0;
}

h3 + h4 {
    margin-top:10px;
}
h4 {
    margin:30px 0 0 0;
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:2.0;
    border:0;
}

h5 {
    line-height:2.0;
    font-size:14px;
    color:#000;
    font-weight:normal;
}

h6 {
    padding:10px;
margin-bottom: -20px;
    font-size:14px;
    font-weight:normal;
    color:#5D5219;
    line-height:2.0;
}


h7 {
text-shadow: 1px 1px 1px #999999;

    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:18px;
    font-weight:normal;
   
}


h8 {
text-shadow: 1px 1px 1px #999999;

    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:32px;
    font-weight:normal;
	    color:#ff4500;
}

h9 {
text-shadow: 1px 1px 1px #999999;

    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:24px;
    font-weight:normal;
	    color:#ff0000;
}








p {
    margin:0.5em 0 1em 0;
    line-height:1.8;
}

ul,ol,dl {
    margin:10px 0;
    padding:0;
}

li {

}

dt {
    margin:0;
    padding:0;
    font-size:14px;
}

dd {
    margin:0 0 0 0;
    padding:0px;
    font-size:14px;
}

table {
    width:600px;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
width:100px;
    padding:5px;
    width:160px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
    font-size:14px;
}

table td {
    padding:5px;    
    border:1px solid #999;
    border-width:0 110 1px 1px;
    text-align:left;
    font-size:14px;
background-color: #fff;
}

/* ========TEMPLATE LAYOUT======== */
#container {    
	width:940px;
    margin: 0 auto;
    margin:0px auto;
    padding:20px;
    background-color:#fff;
    background:url("bg06_02.jpg");
    box-shadow:0 0 10px #bfbfbf;
}

#header {	

    position:relative;
    width:980px;    
    height:132px;  
    margin-top:-20px;
    margin-left:-20px;
    margin-bottom:-20px;

}

#menu {    
  width: 940px;
  height: 65px;
  padding: 0 20px;
  margin: 44px 0px 0px -20px;
  list-style-type: none;
  background: #5997D2;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 3px 3px #aaa;

}
#menu ul{ 
position: relative
left: 50%
float:left
margin: 0
padding: 0
list-style: none; 
}
#menu li{
width: 13%; 
padding: 0; 
margin: 0;
float:left;
text-align: center;


}
#menu li a{
width: auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 18px 0;
  text-decoration: none;
  display: block;

}
#menu li a:hover{
  border-radius: 0px 0px 10px 10px;
background: #ffa443;

}




#contents {
    clear:both;
    overflow:hidden;
    width:940px;
    padding:10px 0;
    margin:0 auto;
}

#conL {
    float:left;
    width:300px;
    margin:0 0 0 40px;
}

#conR {
    float:left;
    width:600px;
}

#footMenu {
    clear:both;
    width:940px;
    margin:30px auto 0 auto;
}

#footer {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:10px 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}


#header img a {
    color:#770000;
}

#header img a:hover {
    color:#770000;
}

#menu3 {
margin-top: -33px; 
margin-bottom: -12px; 
}

#menu3 ul { 
list-style: none; 
}

#menu3 li { 
padding: 0; 
margin: 4; 
}

#menu3 li a {
background: url("houro.png") no-repeat left center;
padding: 2px 0px 3px 18px;
width: 900px;
margin: 1px 0px;
font-size: 16px;
}

#menu3 li a:hover{
background: url("houro2.png") no-repeat left center;
}










/* ========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;
}

#menu li a:hover {
    color:#333;
    border-bottom:-3px solid #917700;
    text-decoration:none;
}

/* ========HEADIMAGE CUSTOMIZE======== */


/* ========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:298px;
    float:left;
    margin-left:20px;

}



.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}
.topNaviDetail a {
    padding:0 0 0 7px;
}
.topNaviCon {
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
	background-color:#fff;
    padding:0 0 2em 0;

  border-radius: 0px 0px 10px 10px;


}
.topNavi h2 {
    padding:10px 0;
    color:#fff;
    font-size:20px;
    background:#61bca1;
box-shadow:0 0 10px #bfbfbf;
  border-radius: 10px 10px 0px 0px;
}

.topNavi p {
    margin:10px;
}

.topNaviPhoto img {
    margin:10px 8px 0 8px;
}

/* INFORMATION CUSTOMIZE */
.information {
    margin-bottom:20px;
}

.information dl {
    margin:60;
	background-color:#fff;
}
.information dt {
    float:left;
    padding:5px 5px 5px 1em;
}

.information dd {
    margin:30;
    padding:5px 5px 5px 9em;
    border-bottom:1px solid #ddd;
}

/* SUBMENU CUSTOMIZE */
.submenu h3 {
    position:relative;
    text-align:center;
    margin:0;
    padding:15px 0;
    line-height:1.0;
    color:#fff;
    border:none;
    background:#e19f9c;
}
.submenu h3:after {
    content:'▼';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#e19f9c;
}

.submenu h4 {
    padding:10px;
    font-weight:normal;
font-size:14px;
    background:#f1f1f1;
}
.submenu ul {
    margin:0 10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}
.submenu li a {
    display:block;
    padding:10px 0;
    text-decoration:none;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {

float: right;
    margin:20px 0;
}

.bnrL ul {
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li {
    float:left;
    margin:0 15px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
position:relative;
bottom:800px;left:620px;
width:420px;
}

.bnrR ul {
    padding:0;
}

.bnrR li {
    margin:0;
    list-style:none;
    margin-bottom:10px;
}

/* BOX CUSTOMIZE */
.box {
    overflow:hidden;   
	 width:266px;
    margin:5px 5px;
    padding:10px;
    border:2px solid #917700;
float:left;
background-color:#ffc;
cellpadding="10"    


}

.box h4 {
    margin-top:0;
}

.box img {
    float:none;
}

.box p {    
    margin-top:10px;
    margin-left:10px;
}

.first {
    margin-top:0;
}

.topNavibox {
float:left;
    width:700px;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
  box-shadow: 0px 3px 3px #aaa;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
  box-shadow: 0px 3px 3px #aaa;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
  box-shadow: 0px 3px 3px #aaa;
}



.imgM {
	clear:both;
	overflow:hidden;
border-radius:  50%;
position: relative;
}
.imgM img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius: 50%;
  box-shadow: 0px 3px 3px #aaa;
}















.box2 {
    overflow:hidden;   
	 width:580px;
    margin:10px 5px ;
    padding:3px;

border-radius: 12px 0px 12px 0px;


    border:1px solid #bdb76b;
   background-color: #f5f5dc;

box-shadow: 0px 3px 3px #aaa;

background:#ffffec;
}

.box3 {
    overflow:hidden;   
	 width:340px;
    margin:10px 5px ;
    padding:3px;

border-radius: 12px;


    border:1px solid #bdb76b;
   background-color: #f5f5dc;

box-shadow: 0px 3px 3px #aaa;

background:#fff9cc
}









.box4 {
   overflow:hidden;   
	 width:266px;
    margin:10px 5px ;
    padding:3px 7px 3px 7px;
    border:1px solid #b0c4de;
background-color:#f0f8ff;
cellpadding="10";
font-size:14px;
}












/* ========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;
    text-decoration:none;
}

#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:20px;
    bottom:20px;
}

#pageTop a {
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#61bca1 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover {
    background:#70d3b6 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}