@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== base CUSTOMIZE ====== */

h1,h2,h3{
	color: #716246;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
}

h1{	
	float: left;
	font-size: 	470%;	/* 40px */
	margin-bottom: 20px;
	padding-top:70px;
	height:0px;
	background: url("../images/common/logo.png") no-repeat 0px 0px;
	overflow:hidden;
}

h2{
	font-size: 215.4%		/* 28px */;
}

h3{
	font-size: 174%;		/* 23px */
	padding-bottom: 5px;
	border-bottom: 1px solid #D1AF83;
}

a{
	color: #008899;
	text-decoration: none;
}

a:hover{
	color: #59b9c6;
}

.under_dashed{
	border-bottom: 1px dashed #D1AF83;
}

.red{
	color: red;
}

.right{
	text-align:right;
}

.photo{
	background-color:#fff;
	padding:4px;
	margin-bottom:6px;
	border: 1px solid #dcdddd;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

#slider_container{
	clear: both;
	height:330px;
	background-color:#fff;
	margin:20px auto 30px;
	padding:4px;
	border: 1px solid #dcdddd;
}

/* ====== container CUSTOMIZE ====== */

html,body{
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:  107.7%;	/* 14px */
	line-height: 25px;
}

#container{
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4)\9; /* IE8以下用 */
	behavior:url(PIE.php);
}

body > #container {
        height: auto;
}

#contents{
	min-height:100%;
	overflow:hidden;
	padding-bottom: 32807px;
	margin: 0 auto -32782px;
	background-color: #f4ece2;
}

#header,
#footer{
	background: url("../images/common/header_background.png");
}

/* ====== header ====== */
#header{
	padding: 20px 50px;
}

#header_contents{
	width: 900px;
	margin: 0 auto;
}

#header_text{
	float: right;
	margin-top: 20px;
	color:#fff;
}
/* ====== menu ====== */

ul#menu {
	clear: both;
	list-style:none;
	margin:10px auto 0;
}

ul#menu li {
	float:left;
	height:100%;
}

ul#menu li a {
	display:block;
	background:url("../images/common/menu.png") no-repeat;
	width:128px;
	padding-top:52px;
	height:0px;
	overflow:hidden;
}

#menu li:nth-child(1) a{
	background-position: 0px 0px;
	border-radius: 5px 0px 0px 5px;
}

#menu li:nth-child(1) a:hover,
#menu li:nth-child(1).current a{
	background-position: 0px -52px;
}

#menu li:nth-child(2) a{
	background-position: -128px 0px;
}

#menu li:nth-child(2) a:hover,
#menu li:nth-child(2).current a{
	background-position: -128px -52px;
}

#menu li:nth-child(3) a{
	background-position: -256px 0px;
}

#menu li:nth-child(3) a:hover,
#menu li:nth-child(3).current a{
	background-position: -256px -52px;
}

#menu li:nth-child(4) a{
	background-position: -384px 0px;
}

#menu li:nth-child(4) a:hover,
#menu li:nth-child(4).current a{
	background-position: -384px -52px;
}

#menu li:nth-child(5) a{
	background-position: -512px 0px;
}

#menu li:nth-child(5) a:hover,
#menu li:nth-child(5).current a{
	background-position: -512px -52px;
}

#menu li:nth-child(6) a{
	background-position: -640px 0px;
}

#menu li:nth-child(6) a:hover,
#menu li:nth-child(6).current a{
	background-position: -640px -52px;
}

#menu li:nth-child(7) a{
	width:132px;
	background-position: -768px 0px;
	border-radius: 0px 5px 5px 0px;
}

#menu li:nth-child(7) a:hover,
#menu li:nth-child(7).current a{
	background-position: -768px -52px;
}

/* ====== main ====== */
#main{
	width:900px;
	padding: 10px 50px 20px;
	margin:0 auto;
}

/* ====== footer ====== */
#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0 auto;
	width:100%;
	height:25px;
}

address{
	padding: 0 50px;
	font-size:100%;	/* 13px */
	font-style:normal;
	line-height:25px;
	text-align:center;
	color: #fff;
}