@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(topimage/backgrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}


#all {
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: auto;
	border: 3px none #F9F9F9;
}



/* --- h1ヘッダーに使用 --- */
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #158cce;
	background-color: #d5e7f3;
	height: 20px;
	width: 750px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	line-height: 20px;
	background-position: center;
}


/* --- h2サブメニュー内のブログ・サイトマップ・リンク集見出しに使用 中央揃え--- */
h2 {
	font-size: 12px;
	color: #3EB81B;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* --- h3メインコンテンツの見出しに使用 背景あり前詰め--- */
h3 {
	color: #66CC33;
	background-color: #FFFFFF;
	background-image: url(topimage/07.jpg);
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	text-indent: 10px;
	border-left-color: #80D571;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #B0E4A7;
}



/* --- h4　coming　soon & 予約月タイトル に使用 中央揃え--- */
h4 {
	text-align: center;
	color: #70ADEB;
	font-size: 14px;
}

/* --- h5メインコンテンツの段落内の途中見出しに使用 前詰め--- */
h5 {
	color: #5B7D02;
	font-size: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* --- h6メインコンテンツの段落内一番下のナビに使用 --- */
h6 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	color: #373737;
}

.akaji {
	color: #FF4A4A;
}

.futoji {
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.p-migiyose/* --- p段落を右寄せ・小文字・色緑 --- */
 {
	font-size: 10px;
	clear: right;
	float: right;
	font-weight: lighter;
	font-variant: normal;
	color: #009933;
	text-align: right;
	margin-right: 10px;
}

/* --- p段落を中央寄せ・小文字 --- */
.p-center {
	font-size: x-small;
	text-align: center;
	line-height: 1.3;
}

/* --- p段落を中央寄せ・青文字 --- */
.p-bluecenter {
	text-align: center;
	color: #3E9EFF;
	font-weight: bold;
}

/* --- p段落を中央寄せ・青文字・フォント小さめでh4と同じ--- */
.p-bluecenterh4 {
	text-align: center;
	color: #70ADEB;
	font-size: 14px;
	font-weight: bold;
}

/* --- p段落を右寄せ --- */
.p-migi {
	text-align: right;
	font-weight: bold;
	color: #66CC00;
}
.p-komoji {
	font-size: 12px;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.p-komoji2 {
	font-size: 12px;
}
.blue {
	color: #0000FF;
}


.p-bigblue {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3366FF;
}


.img-right {
	float: right;
	margin-right: 10px;
	clear: left;
}
.img-left {
	float: left;
	clear: right;
	margin-right: 10px;
}

.img-border {
	float: none;
	clear: none;
	border: thin ridge #D2D2D2;
}


/* --- 絵文字をテキストの下位置にに合わせる --- */
img {
	vertical-align: bottom;
}





/* --- ヘッダーの文字はｈ２ではなくここでスタイル設定　--- */
#header {
	width: 750px;
	height: 40px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5757E3;
	background-image: url(topimage/750-50.jpg);
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #F0FFFD;
	text-align: right;
	background-position: bottom;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: bottom;
}



#topphoto {
	width: 750px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 280px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F9F9F9;
	border-right-color: #F9F9F9;
	border-bottom-color: #F9F9F9;
	border-left-color: #F9F9F9;
}



#mainmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	width: 750px;
}

#mainmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	width: 750px;
}

#mainmenu li {
	margin: 0px;
	float: left;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* --- topphote以下すべてのdiv--- */
#wrapper {
	position: relative;
	height: auto;
	width: 750px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(topimage/back.jpg);
	background-color: #FFFFFF;
}


/* --- 予約カレンダーの表　--- */
#t-yoyakutable th {
	text-align: center;
}

#t-yoyakutable td {

}


#t-yoyakutable {
	vertical-align: middle;
	border-top-color: #64EAFD;
	border-right-color: #64EAFD;
	border-bottom-color: #64EAFD;
	border-left-color: #64EAFD;
	width: 550px;
	height: auto;
}


.td-teikyuubi {
	background-color: #FFECEC;
}


.td-recone {
	background-color: #FFFF00;
}


/* --- 予約カレンダーの表ここまで　--- */



/* --- オラクルカードの表　--- */
.td-card {
	text-align: center;
	vertical-align: middle;
}


/* --- メインコンテンツ（右半分記事記入場所）　--- */
#maincontent {
	width: 550px;
	position: relative;
	float: left;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #24201C;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	height: auto;
}


#duide {
	height: 145px;
	width: 530px;
	border: medium double #99CCFF;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}




#duidelong {
	width: 530px;
	border: medium double #99CCFF;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#table {
	width: 270px;
	border: thin none #FFFFFF;
	float: left;
}


.maincontent-ul {
	list-style-position: outside;
	list-style-type: circle;
	text-decoration: none;
	text-align: left;
	margin-left: 15px;
	line-height: 1.5;
}





/* --- ａタグにアンダーラインを入れたくないとき　--- */
.column-a {
	text-decoration: none;
}

a:visited {
	color: #4B3AAD;

}
a:hover {
	color: #FF80C0;
}


a:link {



}


/* --- 以下サブメニューのボタン　--- */

#submenu {
	width: 200px;
	left: 1px;
	top: 0px;
	position: relative;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}



#submenu ul {
	list-style-type: none;
}


#submenu li {
	list-style-type: none;
	padding-bottom: 10px;
}
/* --- サブメニューのボタンここまで　--- */




/* --- 以下、更新ボックスの為のCSS --- */
/* --- ボックス --- */
.section {
	width: 160px; /* ボックスの幅 */
	background-color: #ffffff; /* ボックスの背景色 */
	border: 1px #c0c0c0 solid; /* ボックスの枠線 */
	font-size: 85%; /* ボックスの文字サイズ */
	margin-right: auto;
	margin-left: 20px;
	line-height: 1.3;
}

/* --- 見出し --- */
.section h2 {
	margin: 0; /* 見出しのマージン */
	padding: 5px 10px; /* 見出しのパディング（上下、左右） */
	background-color: #FFCCFF; /* 見出しの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しの下枠線 */
	font-size: 120%; /* 見出しの文字サイズ */
	color: #006600;
	font-weight: normal;
	text-indent: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* --- 本文領域 --- */
.section .textArea {
	height: 150px; /* 本文領域の高さ */
	overflow: auto;
	width: 160px;
	background-color: #FFFAE8;
	text-align: left;
	text-indent: 0px;
}

/* --- 本文領域内の段落 --- */
.section .textArea p {
	color: #5F5F5F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 1em;
	margin-right: 5px;
	margin-bottom: 1em;
	margin-left: 5px;
	text-align: left;
	text-indent: 0px;
}


/* safari only ¥*/

html[xmlns*=""] body:last-child h1 { font-size:50%; }
html[xmlns*=""] body:last-child h2 { font-size:50%; }
html[xmlns*=""] body:last-child h5 { font-size:60%; }
html[xmlns*=""] body:last-child p { font-size:60%; }
html[xmlns*=""] body:last-child td { font-size:60%; }
html[xmlns*=""] body:last-child tr { font-size:60%; }
html[xmlns*=""] body:last-child ul { font-size:60%; }
html[xmlns*=""] body:last-child li { font-size:60%; }

