@charset "utf-8";


/*共通スタイル*/
.WD100 {
	width: 100%;
	margin: 0 auto;
}
.WD960 {
	width: 960px;
	margin: 0 auto;
}
.navy {
	color: #0a1f5e;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.BDShadow {
	display: block;
    border: #FFF 2px solid;
    box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
}



body {
	background: url("../images/cont_bg.jpg") repeat;
}

#Wrapper {
	border-top: #042950 3px solid;
}

#HeaderBG {
	height: 360px;
	overflow: hidden;
	position: relative;
}

img.FullImg {
	width: 100%;
    height: auto;
    min-width: 1140px;
    min-height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#Header {
	position: relative;
	z-index: 10;
	height: 170px;
	padding-top: 26px;
	background: url("../images/header_bg.png") repeat-x left bottom;
}

.HeaderInner {
	height: 360px;
	position: relative;
	padding: 0 10px;
}

h1 {
	padding-bottom: 16px;
	border-bottom: #c4b5a2 1px solid;
	height: 68px;
}
h1 a {
	display: block;
	width: 320px;
	height: 68px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
	background: url("../images/logo.png") no-repeat;
}

#navi {
	margin-top: 16px;
}
#navi li {
	display: inline;
}
#navi li a {
	display: block;
	width: 160px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	color: #613908;
	float: left;
	text-decoration: none;
}
#navi li a span {
	font-size: 12px;
	color: #0a1f5e;
	font-weight: normal;
}
#navi li a:hover {
	text-decoration: none;
	background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#navi li.now a {
	background-color: #f4ead5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}


.copy {
	width: 558px;
	height: 82px;
	position: absolute;
	left: 10px;
	bottom: 34px;
}



#ContWrapper {
	width: 100%;
	border-top: 1px solid #FFF;
	position: relative;
	padding-bottom: 46px;
}

.ContLeftBox {
	width: 670px;
	background: url("../images/line_dotsolid_btm.png") repeat-x left bottom;
}
.ContRightBox {
	width: 260px;
}

.ContRightBox ul li img  {
	display: block;
	width: 260px;
	height: auto;
	margin-bottom: 16px;
    border: #FFF 2px solid;
    box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
}


.ContInner {
	margin-top: 62px;
}

.news,.event {
	width: 298px;
	padding: 14px;
	background: url("../images/whiteOP_bg.png") repeat;
	height: 400px;
}


h3 {
	font-size: 21px;
	position: relative;
	background: url("../images/line_dotsolid.png") repeat-x left bottom;
	padding-bottom: 6px;
}
h3 span {
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: 4px;
	font-weight: normal;
}
p {
	color: #000;
}

.PageTop {
	border-top: #d5c1a8 1px dotted;
	height: 33px;
	padding-top: 12px;
	text-align: right;
}
.PageTop a {
	text-align: right;
	background: url("../images/icon_PageTop.png") no-repeat left 0;
	color:#613908;
	font-weight: bold;
	padding-left: 18px;
}

#Footer {
	background: url("../images/footer_bg.png") repeat;
}
.FooterInner {
	position: relative;
	height: 100px;
}
.FooterInner h2 {
	width: 318px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 19px;
	background: url("../images/footer_logo.png") no-repeat left bottom;
}
.FooterInner h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/footer_logo.png") no-repeat left bottom;
}

.FooterInner p.add {
	width: 500px;
	position: absolute;
	right: 0;
	bottom: 19px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	line-height: 1.8;
}
.FooterInner p.add span {
	font-weight: normal;
}
