@charset "UTF-8";

/*--------

全体共通

----------*/

* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	* overflow-x:hidden;
	_overflow: auto;
	margin:0px;
	padding:0px;
}

body {
	height:100%;
	text-align:center;
	color:#fff;
	background:url(../images/common/baseBg.png);
}

footer {
	text-align: left;
}

h1 ,
h2 ,
h3 ,
h4 {
	margin:0px;
	padding:0px;
}
table {
	border:none;
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
ul ,
dl {
	list-style-type:none;
	margin:0px;
	padding:0px;
	zoom:1;
	overflow:hidden;
}
li ,
dd ,
dt {
	list-style-type:none;
	margin:0px;
	padding:0px;
	zoom:1;
	overflow:hidden;
}
a {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#000;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,address {
	display:block;
}


/*--------

テンプレートベース部分

----------*/
#wrapper {
	width:100%;
	background-attachment: fixed !important;
	-webkit-font-smoothing: antialiased;
	display:block;
    margin-bottom: 120px;
	font-family:'メイリオ','ＭＳ Ｐゴシック', Meiryo , sans-serif ,'Osaka','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro!important;
}
#wrap {
	position:relative;
	background:url(../images/common/headBg.png) repeat-x 0px 0px;
}
#reservedBtn {
	width:190px;
	height:37px;
	background:url(../images/common/reservedBtn-on.png) no-repeat;
	position:absolute;
	top:66px;
	right:20px;
}
#reservedBtn a {
	width:190px;
	height:37px;
	display:block;
	background:url(../images/common/reservedBtn.png) no-repeat;
	text-indent:-10000px;
	overflow:hidden;
}
#reservedBtn a:hover {
	background:url(../images/common/reservedBtn-on.png) no-repeat;
}
#contactBtn {
	width:190px;
	height:37px;
	background:url(../images/common/reservedBtn-on.png) no-repeat;
	position:absolute;
	top:66px;
	right:215px;
}
#contactBtn a {
	width:190px;
	height:37px;
	display:block;
	background:url(../images/common/contactBtn.png) no-repeat;
	text-indent:-10000px;
	overflow:hidden;
}
#contactBtn a:hover {
	background:url(../images/common/contactBtn-on.png) no-repeat;
}
.alpha_a a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

#contents #pgTop {
	width:40px;
	height:40px;
	position:fixed;
	right:0px;
	bottom:120px;
}
#contents #reservedFBtn {
	width:40px;
	height:170px;
	position:fixed;
	background:url(../images/common/sideFixBtn_on.png) no-repeat;
	right:0px;
	bottom:165px;
}
#contents #reservedFBtn a {
	width:40px;
	height:170px;
	display:block;
	text-indent:-10000px;
	background:url(../images/common/sideFixBtn.png) no-repeat;
	overflow:hidden;
}
#contents #reservedFBtn a:hover {
	background:url(../images/common/sideFixBtn_on.png) no-repeat;
}

/*--------

contents

----------*/

#contents {
	width:990px;
	text-align:left;
	padding:0 5px 50px 5px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	clear:both;
}
#content #titleArea {
	width:980px;
	padding:0 10px 20px 10px;
	margin:0 auto;
}
#content #titleArea h2 {
	height:100px;
	text-align:center;
	padding:40px 0 30px 0;
	clear:both;
}
#content #titleArea .pankuzu {
	font-size:12px;
	color:#fff;
	text-align:left;
	font-weight:bold;
}
#content #titleArea .pankuzu ul li {
	display:inline;
	margin-right:5px;
}
#content #titleArea .pankuzu ul li a {
	font-size:12px;
	color:#DDDDDD;
	font-weight:normal;
	background:url(../images/common/icon01.png) no-repeat 100% 50%;
	padding-right:15px;
}

#content #contents section.block {
	width:940px;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#222;
	background:#ECECEC;
	padding:20px;
	margin:0 auto 20px auto;
	clear:both;
	overflow:hidden;
	zoom:1;
}
#content #contents section.block h3 {
	height:40px;
	font-size:18px;
	line-height:40px;
	padding-bottom:15px;
}

#content #contents .coming {
	font-size:22px;
	line-height:150px;
	text-align:center;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:180px 0;
}

#content #contents section .coming {
	padding:10px 0;
}

#content #contents .wp-pagenavi {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
}
#content #contents .wp-pagenavi a {
	color:#ddd;
}
#content #contents .wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border:1px solid #333;
	padding:3px 5px;
	margin:2px;
}

#content #contents .wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color:#666;
}

#content #contents .wp-pagenavi span.current {
	font-weight:bold;
}


