@charset "utf-8";
/* CSS Document */

@import "charactor.css";
@import "style.css";

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
}


/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#251913;
	color:#251913;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: underline;
	color:#251913;
}

a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width:940px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:180%;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/
#headerwrap {
	height:105px;
	background:url(../img/common/header.jpg) repeat-x;
}

#header {
	height:105px;
	width:940px;
	margin:0px auto;
	text-indent:-1000em;
	position:relative;
}

#header h1 a {
	position:absolute;
	background:url(../img/common/title.jpg) no-repeat;
	width:271px;
	height:64px;
	text-indent:-1000em;
	outline:none;
	top:15px;
	left:10px;
}

/*強制的にviewingを上書き！*/
#header h1#viewing .viewing {
	position:absolute;
	background:url(../img/common/title.jpg) no-repeat;
	width:271px;
	height:64px;
	text-indent:-1000em;
	outline:none;
	top:15px;
	left:10px;
}

#header h1.viewing {
	position:absolute;
	background:url(../img/common/title.jpg) no-repeat;
	width:271px;
	height:64px;
	text-indent:-1000em;
	outline:none;
	top:15px;
	left:10px;
}

#header p {
	color:#987960;
	font-size:1.1em;
	text-align:right;
	padding:5px 5px 0px 0px;
}

#header img.tel {
	position:absolute;
	left:471px;
}

#header img.bar {
	position:absolute;
	left:289px;
	top:15px;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:relative;
	width:940px;
	height:40px;
	margin:0px auto 20px auto;
	background:url(../img/common/menu.jpg) no-repeat;
}

#navigation li {
	display:inline;
}


#navigation li a {
	position:absolute;
	display:block;
	height:40px;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
}

#navigation li.menu0 a {
	width:90px;
	left:0px;
	background:url(../img/common/menu.jpg) no-repeat -0px -0px;
}

#navigation li.menu0 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -0px -40px;
}

#navigation li.menu1 a {
	width:120px;
	left:90px;
	background:url(../img/common/menu.jpg) no-repeat -90px -0px;
}

#navigation li.menu1 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -90px -40px;
}

#navigation li.menu2 a {
	width:120px;
	left:210px;
	background:url(../img/common/menu.jpg) no-repeat -210px -0px;
}

#navigation li.menu2 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -210px -40px;
}

#navigation li.menu3 a {
	width:120px;
	left:330px;
	background:url(../img/common/menu.jpg) no-repeat -330px -0px;
}

#navigation li.menu3 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -330px -40px;
}

#navigation li.menu4 a {
	width:120px;
	left:450px;
	background:url(../img/common/menu.jpg) no-repeat -450px -0px;	
}

#navigation li.menu4 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -450px -40px;
}

#navigation li.menu5 a {
	width:150px;
	left:570px;
	background:url(../img/common/menu.jpg) no-repeat -570px -0px;	
}

#navigation li.menu5 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -570px -40px;
}

#navigation li.menu6 a {
	width:110px;
	left:720px;
	background:url(../img/common/menu.jpg) no-repeat -720px -0px;	
}

#navigation li.menu6 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -720px -40px;
}

#navigation li.menu7 a {
	width:110px;
	left:830px;
	background:url(../img/common/menu.jpg) no-repeat -830px -0px;	
}

#navigation li.menu7 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -830px -40px;
}

/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	width:940px;
	margin:0px auto;
	zoom:100%;
	font-size:1.2em;
	background:#F2EBC7;
}

#contents-inner{
	padding:30px 40px 20px 40px;
}

#contents:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*シングルズバーイフ用のデザイン*/
#contents_single {
	width:940px;
	margin:0px auto;
	zoom:100%;
	font-size:1.2em;
	background:#000;
}

#contents_single:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	height:120px;
	width:940px;
	clear:both;
	background:url(../img/common/footer.jpg) repeat-x;
	margin:20px auto 0px auto;
	text-align:left;
	border:1px solid #634229;
}

#footer ul{
	text-align:center;
	padding:25px 0px 10px 0px;
}

#footer li{
	font-size:1.1em;
	display:inline;
	color:#47210d;
}

#footer li a{
	color:#47210d;
}

#footer p {
	text-align:center;
	color:#604C37;
}
