@charset "UTF-8";

/* ------------
1. common
2. menu
------------------- */


/* --1. common----------------------------- */
body {
    font-family: sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3";
    background-color: white;
    color: #444;
    font-size:12px;
    line-height:130%;
    border: 0px;
    padding: 0px;
    line-height:130%;
}
body#topframe {
    margin:50px 70px 0 70px;
}

* html body {font-size: small;line-height:1.4em;}
* + html body {font-size:small;line-height:1.4em;}

em {
	font-weight:bold;
}
strong {
	font-weight: bold;
}
ul li {
	line-height:120%;
}
blockquote {
	font-style: italic;
	margin: 10px 10px 10px 30px;
	padding: 0px;
}

a{
    text-decoration: underline;
    margin: 0px;
    border: 0px;
    padding: 0px;
	color:#a11e00;
}
a:visited {
	color:#83230d;
}
a:hover {
	color:#d22800;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:5px 5px 5px 0;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.em {
	color:#F71A00;
}


/* --2. menu----------------------------- */
div#container{
    margin-left:auto;
    margin-right:auto;
    width: 1000px;
    //height:100%;
    height:600px;
    //background-image:url('../images/top1.jpg');
    background-repeat:no-repeat;
}

div#menu{ 
    width:170px;
    //height:100%;
    height:600px;
    //background-image:url('../images/menu02.jpg'); 
    background-color:#fff;
    float:left;
    display:none;
    
}
h1 {
	height:120px;
}

div#contents{ 
    width:630px;
    //height:100%;
    height:600px;
    background-color:#fff;
    float:right;
    display:none
 }

.contentsframe{ 
    width:100%;
    //height:100%;
    height:600px;/*#sub_contentsと連動*/
    border:0;
}
ul#menulist {
	height:350px;
}
ul#menulist li {
	width:170px;
	list-style-type:none;
	
}

#reservation {
	height:110px;
}
#footer {
	position:relative;
	height:20px;
	color:#ccc;
}
#footer p {
    background:url('../images/navi/copyright.gif') no-repeat;
	text-indent:-9999px;
}

