@charset "utf-8";


/*
   YAHOO CSS RESET
 */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*
   CUSTOM HTML RULES
 */   
body {
/*    background: url( ../images/.jpg );*/
	font-family: "meiryo","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
}

iframe {
	border: none;
	overflow: hidden;
}


a {
    color: #03f;
}

h1 {
    width: 900px;
    margin: auto;
    font-size: 36px;
    font-weight: bold;
    color: #999;
}

/*
   SITE RULES
 */
#main_site {
    width: 900px;
    height: 450px;
    margin: auto;
    overflow: hidden;
    background: #ccc;
    clear: left;
    position: relative;
}
    #wrapper {
        width: 950px;
        height: 450px;
        overflow: auto;
        position: relative;
    }
    .page {
        width: 900px;
        height: 450px;
        color: #fff;
        overflow: hidden;
        position: relative;
    }
        .page h3 {
            font-size: 120%;
			line-height: 0;
			text-indent: -5000px;
        }
#footer {
    width: 900px;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    color: #999;
    padding: 5px;
}

/*
  TABBED MENU
 */ 
ul#navigation {
    width: 900px;
    margin: auto;
}

    ul#navigation li {
        float: left;
    }

        ul#navigation li a {
           display: block;
           padding: 10px;
           color: #fff;
           text-decoration: none;
           background: #aa0000;
           margin-right: 1px;
        }

        ul#navigation li a:hover {
           color: #000;
           background: #ffcccc;
        }

        ul#navigation li a:active {
           color: #fff;
           background: #f90;
        }
        
        ul#navigation li a:focus {
            background: #f90;        
        }

/*
  PAGES SETUP
 */

#home {
    background: url( ../images/bgtop.jpg );
} 

#news {
	background: url( ../images/background.jpg );
}

#spec {
    background: url( ../images/bgspec.jpg );
}

#service {
    background: url( ../images/bgservice.jpg );
}

#price {
    background: url( ../images/bgprice.jpg );
}

#access {
    background: url( ../images/bgaccess.jpg );
}
    #contact h3 {
        color: #CCFCFC;
    }
#reservation {
    background: url( ../images/bgreservation.jpg );
}


.inside {
    border-radius: 10px;	/* CSS3草案 */
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
	background-image: url(../images/clearbg.png);
	color: black; 
	margin: 80px 20px 20px;
	padding: 20px;
	behavior: url(../js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.inside ul {
	font-size: small;
	background-color: white;
	color: #300;
	margin-top: 20px;
	padding: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
.inside ul li {
	margin-left: 5px;
	padding-left: 2px;
}

dl.pricelist dt {
	width: 7em;
	text-align: right;
}
dl.pricelist dd {
	margin-left: 8em;
	margin-top: -1.5em;
}

div.equips {
	float: left;
	width: 160px;
	height: 250px;
	margin: 0 1px 0 0;
}
div.equips p {
	font-size: small;
	line-height: 1.2;
}
div.equips img {}

div#access h4,
div#price h4,
div#service h4 {
	font-size: small;
	background-color: #009;
	color: white;
	margin: 2px;
	padding: 1px;
}
div.links h5 {
	font-size: x-small;
	margin-top: 20px;
	border-top: 1px solid #900;
}
div.links p {
	font-size: small;
}

div#access p {
	font-size: small;
}

img.photo,
div.map {
	float: left;
	margin-right: 20px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
strong {
	font-size: xx-large;
	font-weight: bold;
	color: #c00;
}
em {
	font-weight: bold;
	color: #c00;
}
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
