@charset "UTF-8";

/*--------

全体共通

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

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

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

body {
	height:100%;
	font-family:'メイリオ','ＭＳ Ｐゴシック', Meiryo , sans-serif ,'Osaka','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro;
	text-align:center;
	color:#fff;
	background:url(../images/common/baseBg.png);
}

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%;
	height:100%;
	background-attachment: fixed !important;
	-webkit-font-smoothing: antialiased;
	display:block;
}
#wrap {
	position:relative;
	background:url(../images/common/headBg.png) repeat-x 0px 0px;
}
header {
	width:990px;
	height:60px;
	padding:2px 5px 4px 5px;
	margin:0px auto;
	overflow:hidden;
	zoom:1;
}
header h1 {
	width:220px;
	height:60px;
	float:left;
}
header nav {
	width:522px;
	height:20px;
	float:left;
	padding:26px 0 0px 20px;
}
header nav ul li {
	height:20px;
	float:left;
	padding:0 5px;
}
header nav ul li a {
	height:20px;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
}
header nav ul li:nth-of-type(1) ,
header nav ul li:nth-of-type(1) a:hover {
	width:98px;
	background:url(../images/menu/menu01-on.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(1) a {
	width:98px;
	background:url(../images/menu/menu01.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(2) ,
header nav ul li:nth-of-type(2) a:hover {
	width:74px;
	background:url(../images/menu/menu02-on.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(2) a {
	width:74px;
	background:url(../images/menu/menu02.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(3) ,
header nav ul li:nth-of-type(3) a:hover {
	width:100px;
	background:url(../images/menu/menu03-on.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(3) a {
	width:100px;
	background:url(../images/menu/menu03.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(4) ,
header nav ul li:nth-of-type(4) a:hover {
	width:104px;
	background:url(../images/menu/menu04-on.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(4) a {
	width:104px;
	background:url(../images/menu/menu04.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(5) ,
header nav ul li:nth-of-type(5) a:hover {
	width:96px;
	background:url(../images/menu/menu05-on.png) no-repeat 0% 50%;
}
header nav ul li:nth-of-type(5) a {
	width:96px;
	background:url(../images/menu/menu05.png) no-repeat 0% 50%;
}

header .tel {
	width:183px;
	height:28px;
	float:left;
	padding:20px 0 0 10px;
}
#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;
}


/*--------

footer

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

footer {
	background:#111111;
	padding-top:20px;
	clear:both;
}
footer #fNav {
	width:990px;
	margin:0 auto;
	border-bottom:1px solid #1E1E1E;
	padding:0 5px 15px 5px;
	overflow:hidden;
	zoom:1;
}
footer nav {
	font-size:12px;
	line-height:18px;
}
footer #fNav nav {
	width:690px;
	font-size:12px;
	line-height:18px;
	float:left;
	text-align:left;
	clear:none;
	padding:0px;
}
footer nav {
	width:990px;
	font-size:10px;
	line-height:14px;
	color:#eee;
	text-align:center;
	padding:15px 5px;
	margin:0 auto;
	clear:both;
}
footer nav a {
	color:#eee;
}
footer nav a:hover {
	color:#ccc;
}

footer nav ul {
	width:220px;
	padding-right:10px;
	float:left;
}
footer nav ul ul {
	width:auto;
	float:none;
	padding-bottom:10px;
}
footer nav ul li a {
	color:#ccc;
	text-decoration:none;
	padding-bottom:5px;
	display:block;
}
footer nav ul li a:hover {
	color:#fff;
}
footer nav ul li li a {
	font-size:11px;
	color:#999;
	background:url(../images/common/icon01.png) no-repeat 0px 5px;
	padding:2px 0 2px 15px;
}

footer #infoBox {
	width:300px;
	float:right;
	padding-top:20px;
}
footer #infoBox a{
	color:#ddd;
	text-decoration:none;
}
footer #infoBox a:hover{
	text-decoration:underline;
}
footer #infoBox .logo {
	padding-bottom:10px;
	text-align:left;
}
footer #infoBox .logo p {
	font-size:12px;
	line-height:16px;
}
footer #infoBox h2 {
	font-size:10px;
	line-height:14px;
	color:#ddd;
	font-weight:normal;
	text-align:left;
}
footer #infoBox .socialBtn {
	text-align:right;
	padding-top:5px;
	clear:both;
}
footer #infoBox .socialBtn a {
	margin-left:2px;
}
address {
	font-size:11px;
	line-height:24px;
	text-align:center;
	font-style:normal;
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
}
address a {
	color:#666;
	text-decoration:none;
}
p a {
    text-decoration: none;
}
