﻿@charset "UTF-8";

/*--------style resset */
*{
    margin:0;
    padding:0;
	
}


a img {
	border-width: 0px;

}
h1,h2,h3,h4,h5,em{
	font-style: normal;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

html {
	height: 100%;
}

/*--------body */
body{
	font-size:80%;
	color:#666666;
	width:100%;
	line-height: 150%;
	font-family: ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝;
	background:#FFFFFF;
}

#page {
	z-index:1;
}


/*--------float */
.float{
	float:left;
}

/*--------clear */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}
.clear-right{
	clear:right;
}

/*--------link */

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


/*--------table */

table {
	text-align:left;
}
table th{
	white-space : nowrap;
	vertical-align:top;
}

/*--------h1 */
h1#logo{
	width:255px;
	margin:0;
	padding:0;
	position:absolute;
	left: 0px;
	top: 0px;
}

/*--------header */
#header-bg{
	width:100%;
	background: url(../img/header_bg.jpg) repeat-x;	
	height:150px;
}
#header-shade{
	width:880px;
	background: url(../img/header_shade.jpg) no-repeat;	
	height:150px;
	margin:0 auto;
}
#header{
	width:850px;
	background: url(../img/header.jpg) no-repeat;	
	height:100px;
	text-align:left;
	margin:0 auto;
	letter-spacing:100%;
	position:relative;
	color:#D2CDDE;
}

#header div#header-txtlink{
	text-align:right;
	margin:0;
	padding:5px 10px 0 0;
	height:1em;
	float:right;
}
#header div#header-txtlink ul{
	list-style: none;
}
#header div#header-txtlink li {
	margin-left:20px;
	float:left;
}
#header div#header-txtlink a:link {
	color: #D2CDDE;
	text-decoration: none;
}
#header div#header-txtlink a:visited {
	color: #D2CDDE;
	text-decoration: none;
}
#header div#header-txtlink a:active {
	color: #D2CDDE;
	text-decoration: none;
}
#header div#header-txtlink a:hover {
	color: #D2CDDE;
	text-decoration: underline;
}

p.tel {
	margin:5px 0 0 76px;
	width:180px;
	height:30px;
	text-align:left;
	text-indent:-9999px;
	background:url("../img/tel.png") no-repeat;
}
p.reserve a {
	width:180px;
	margin-left:86px;
	height:30px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	background:url("../img/reserve.png") no-repeat;
}
p.reserve a:hover {
	background:url("../img/reserve_o.png") no-repeat;
}

/*--------nav */
#nav{
	width: 850px;
	margin:0 auto;
	height: 50px;
	background: url(../img/nav.jpg) no-repeat;	
}

#nav ul{
	list-style: none;
	width: 850px;
	height: 50px;
}
#nav li {
	float: left;
	margin:0;
	padding:0;
}
#nav li a{
	display:block;
	text-indent:-9999px;
}
#nav ul li#con01 a {
	width: 121px;
	height: 50px;
	background: url(../img/con01.jpg) no-repeat;
}
#nav ul li#con01 a:hover {
	width: 121px;
	height: 50px;
	background: url(../img/con01_on.jpg) no-repeat;
}
#nav ul li#con02 a {
	width: 121px;
	height: 50px;
	background: url(../img/con02.jpg) no-repeat;
}
#nav ul li#con02 a:hover {
	width: 121px;
	height: 50px;
	background: url(../img/con02_on.jpg) no-repeat;
}
#nav ul li#con03 a {
	width: 121px;
	height: 50px;
	background: url(../img/con03.jpg) no-repeat;
}
#nav ul li#con03 a:hover {
	width: 121px;
	height: 50px;
	background: url(../img/con03_on.jpg) no-repeat;
}
#nav ul li#con04 a {
	width: 121px;
	height: 50px;
	background: url(../img/con04.jpg) no-repeat;
}
#nav ul li#con04 a:hover {
	width: 121px;
	height: 50px;
	background: url(../img/con04_on.jpg) no-repeat;
}
#nav ul li#con05 a {
	width: 121px;
	height: 50px;
	background: url(../img/con05.jpg) no-repeat;
}
#nav ul li#con05 a:hover {
	width: 121px;
	height: 50px;
	background: url(../img/con05_on.jpg) no-repeat;
}
#nav ul li#con06 a {
	width: 121px;
	height: 50px;
	background: url(../img/con06.jpg) no-repeat;
}
#nav ul li#con06 a:hover {
	width: 121px;
	height: 50px;
	background: url(../img/con06_on.jpg) no-repeat;
}
#nav ul li#con07 a {
	width: 124px;
	height: 50px;
	background: url(../img/con07.jpg) no-repeat;
}
#nav ul li#con07 a:hover {
	width: 124px;
	height: 50px;
	background: url(../img/con07_on.jpg) no-repeat;
}
/*--------wrapper */
#wrapper-shade{
	width:880px;
	margin:0 auto;
	text-align:center;
	background: url(../img/wrapper_shade.png) repeat-y;
}
#wrapper{
	width:840px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	background-color:#E7DEEF;	
}

/*--------txt-link */
#txt-link{
	height:40px;
	text-align:center;
	border-top: 1px dotted #645784;
	border-bottom: 1px dotted #645784;
	margin:20px 0;
}
#txt-link ul{
	margin:10px auto;
	list-style: none;
	text-align:center;
}
#txt-link li {
	margin-left:20px;
	display:inline;
	white-space:nowrap;
}
#txt-link a:link {
	color: #645784;
	text-decoration: none;
}
#txt-link a:visited {
	color: #645784;
	text-decoration: none;
}
#txt-link a:active {
	color: #645784;
	text-decoration: none;
}
#txt-link a:hover {
	color: #645784;
	text-decoration: underline;
}

/*--------footer */

#footer-bg{
	width:100%;
	text-align:center;
	background: url(../img/footer_bg.jpg) center repeat-x;
	margin:0 auto;
}
#footer{
	height:120px;
	background: url(../img/footer.jpg) no-repeat;
	font-size:90%;
	line-height:100%;
	width:850px;
	text-align:center;
	margin:0 auto;
	color:#FFF;
}
#footer a:link {
	color:#FFF;
	text-decoration: underline;
}
#footer a:visited {
	color:#FFF;
	text-decoration: underline;
}
#footer a:active {
	color:#FFF;
	text-decoration: underline;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}

#footer p#address{
	padding-top:15px;
}
#footer p#copyright{
	padding-top:20px;
	font-size:90%;
	margin:0;
}

* html p.tel,.p.reserve a,#wrapper-shade {
behavior: expression(IEPNGFIX.fix(this));
}

#bg_img { position:absolute; top:0; left:0; z-index:-1; overflow:hidden; }