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

#header {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-style: normal;
	color: #999;
	text-align: right;
	background-color: #FFF;
	margin: auto;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding-left: 20px;
}
#footer {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-style: normal;
	color: #999;
	margin: auto;
	width: 800px;
	background-color: #FFF;
	padding-left: 20px;
}
body {
	font-size: 14px;
	line-height: 1.3;
	background-color: #CCC;
	color: #666;
	text-align: center;
	background-image: url(images/bg.png);
}

h1 {
	margin:0;
	padding:0;
}

#header_location {
	font-size: 80%;
}

h3 {
	font-size: 18px;
	color: #666;
	font-style: normal;
}
#contents {
	width: 800px;
	background-color: #FFF;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	padding-left: 20px;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
h2 {
	font-size: 28px;
	font-style: normal;
	line-height: 1.5;
	color: #F00;
}

a:link {
	text-decoration: none;
	color: #0CF;
}
a:visited {
	text-decoration: none;
	color: #99F;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #0F6;
}

#text_menu a {
	text-decoration: underline;
	color:#00c;
}

em {
	text-decoration: none;
	font-style: normal;
	color:#222;
}

table#table-02 {
	width: 660px;
	border: 1px #E3E3E3 solid;
	border-spacing: 0;
	background-color: #DEF3F3;
	background-image: url(images/bg_02.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
table#table-02 th{
	padding: 5px;
	border: #98DCDC solid;
	border-width: 0 0 1px 1px;
	background: #73CECE url(img/bg_02_header.gif) repeat-x 0 100%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#table-02 td{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #8ED9D9 #8ED9D9 #FFFFFF;
	color: #1A4444;
	white-space: nowrap;
	text-align: center;
}


#reserves {
	text-align: center;
	margin:0 auto;
}

#sample_images img {
	border:1px solid #00c;
}
#sample_images a:hover img {
	border:1px solid #0c0;
}
#chirashi h2, #chirashi_h2 {
	clear:both;
	border-left: 0.5em solid #4c7ccc;
	border-bottom: 1px solid #4c7ccc;
	padding-left: 1em;
	border-top: 1px solid #4c7ccc;
}
#chirashi h3 {
	border-left: 0.5em solid #7daee9;
	border-bottom: 1px solid #7daee9;
	padding-left: 1em;
	border-top: 1px solid #7daee9;
}
