@charset "utf-8";

/******* 基本設定 *******/

body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 1.166;
	color: #000000;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

a:link{
}

a:visited{
}

a:hover {
	color: #FF0000;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h1{
font-size: 125%;
color: #334d55;
}

h2{
font-size: 120%;
color: #FFFFFF;
}

h2 a:visited{
	color: #FFFFFF;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #333333;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #333333;
}

ul{
list-style-type: square;
}

a img{
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 1000px; /* 左右に余白を入れる場合は、ここを編集 */
}

#header{
	height: 120px; /* サイトロゴの高さ */
	background-image: url(../images/banner.jpg); /* 背景画像 */
	background-position:right top; /* 背景画像の表示のさせ方 右・上に合わせている */
	background-repeat:no-repeat;
	margin: 0;
	width: 1000px;
}

#block{
clear: both;
}


#sidebar{ /* ２カラムのサイトバー */
	float: left; /* ヘッダのサイトロゴの高さを差し引いている */
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
}

#content{ /* ２カラムのコンテンツ枠 */
	float:right; /* 左サイトバー用の空き */
	padding: 0px;
	width: 785px;
	margin: 0;
}

#content #entrybody{ /* Firefox用 ２カラム版コンテンツパーツ表示の調整 */
/*
min-height: px;
*/
}

#footer{
	clear: both;
	margin-top: 5px;
	height: 35px;
	width: 940px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#footer h3{
	margin-right: 80px;
	font-size: 11px;
}

/******* ヘッダ *******/

#header h1{ /* ページタイトル */
	margin: 0px;
	text-align: left;
	font-size: 16px;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 350px;
	color: #FFFFFF;
}

#header h2{ /* サイト名 */
	text-align: left;
	font-size: 15px;
	z-index: 10; /* サイトロゴの上に被って表示 */
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 350px;
	color: #FFFFFF;
}

#header p{ /* ページトピック */
	text-align: left;
	font-size: 80%;
	z-index: 5; /* サイトロゴの上に被って表示 */
	color: #CCCCCC;
	margin-top: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 350px;
}

#header img{ /* サイトロゴ */
	margin: 0px;
	z-index: 1;
	float: left;
	position: relative;
	top: -65px;
	left: 5px;
}


/******* パンくずリスト*******/

#breadCrumb{
font-size: 80%;
padding: 10px 0px 5px 10px;
}


/******* エントリー・ナビゲーション（Movable Type用） *******/

#entryNav{
margin: 0px 10px 0px 10px;
text-align: center;
}

#entryNavBottom{
margin: 0px;
padding: 0px;
text-align: center;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 13px;
}

#entrybody h3{
	font-size: 14px;
	margin-right: 0px; /* 見出しの下線 */
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-indent: 3em;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: -10px;
	color: #FFFFFF;
	width: 680px;
}

#entrybody h4{
	font-size: 14px;
	margin-top: 40px;
	margin-right: 0px; /* 見出しの下線 */
	color: #FFFFFF;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	text-indent: 3em;
	height: 50px;
	padding-top: 10px;
	margin-bottom: -25px;
	width: 680px;
}

#entrybody h5{
font-size: 120%;
margin-top: 20px;
margin-right: 30px;
margin-left: 5px;
border-bottom: 2px dotted #666666; 
}

#entrybody h6{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
border-bottom: 1px dashed #666666; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 6px 0px 6px 30px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody p{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#entrybody p.date{ /* ブログ用 */
color: #666666;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

#entrybody p.posted{ /* ブログ用 */
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
color: #999999;
border-top: 3px double #999999;
text-align: right;
margin-top: 35px;
margin-bottom: 0px;
line-height: normal;
padding: 5px 5px 0px 0px;
}
.wakunashi {
	border: thin solid #666666;
	font-size: 12px;
}
.wakunashi2 {
	font-size: 12px;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#adsen{
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
}


/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px; /* サイトコピーライトの上からの位置 */
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #FFFFFF;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #FFFFFF;
text-decoration: none;
}


/******* 検索窓（Movable Type用） *******/

#searchbox{
margin: 15px 0px 0px 0px;
padding: 5px 0px 0px 0px;
border: 1px solid #262626; /* 枠線 */
font-size: 90%;
background-color: #fafafa;
}

#searchbox form{
margin: 7px;
padding: 0px;
}

#searchbox input{
margin: 3px;
padding: 0px;
}

#searchbox #search{
width: 90%;
}

#searchbox label{
display: block;
margin: 3px;
padding: 0px;
}



/******* ヘッドライン *******/

#headlines{
margin: 15px 0px 0px 0px;
padding: 10px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#headlines h3{
margin: 5px;
font-size: 100%;
}

#headlines p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#headlines img{
display: block;
margin: 3px;
}


/******* アドバタイズメント *******/

#advertisement{
margin: 15px 0px 0px 0px;
padding: 5px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#advertisement h3{
margin: 10px 5px 5px 5px;
font-size: 100%;
}

#advertisement p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#advertisement img{
display: block;
margin: 3px;
}


/******* Movable Type用 *******/

.link-note{
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
margin: 10px 0px 0px 0px;
padding: 10px;
}
.link-note img{
vertical-align: middle;
}

#powered{
margin: 10px 0px 0px 0px;
padding: 10px 0px 10px 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
color: #666666;
border: 1px solid #262626;
}

/**************** テーブル *****************/

/* テーブルの設定 */
#order table{
margin: 10px 0px 30px 20px;
border-collapse: collapse;
font-size: 90%;
border: 1px solid #cccccc; /* 枠線 */
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-weight: bold;
}
#order td{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
}
#order th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
line-height: 1.5em;
text-align: center;

}



/**************** トップページのテーブル *****************/
#toppage table{
	border-collapse: collapse;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 790px;
	margin-left: -5px;
}

#toppage td{
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#toppage h3{
	font-size: 14px;
	margin-right: 0px; /* 見出しの下線 */
	background-image: url(../images/h3_toppage.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-indent: 3em;
	margin-top: 5px;
	padding-top: 12px;
	margin-bottom: -25px;
	color: #FFFFFF;
	width: 570px;
	margin-left: 5px;
}

#toppage h4{
	font-size: 14px;
	margin-right: 0px; /* 見出しの下線 */
	background-image: url(../images/h4_toppage.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-indent: 3em;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: -25px;
	color: #FFFFFF;
	width: 570px;
	margin-left: 5px;
}

#ranking table{
	border: 1px solid #333333;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#ranking td{
	vertical-align: middle;
}


/**************** サイドメニューオリジナル *****************/
#menu p {
	height:auto;
	width:200px;
	margin-top: 0px;
	margin-bottom: -3px;
	}

#menu p a {
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-align:left;
	background: url(../images/menu3.jpg) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 17px;
	font-weight: normal;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	}

#menu p a:hover {
	color: #FFFFFF;
	background: url(../images/menu4.jpg) no-repeat;
	font-weight: normal;
	} 


#menu h4 {
	height:auto;
	width:200px;
	margin-top: 3px;
	color: #FF33CC;
	}

#menu h4 a {
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-align:left;
	background: url(../images/menu1.jpg) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 24px;
	font-weight: normal;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	}

#menu h4 a:hover {
	color: #FFFFFF;
	background: url(../images/menu2.jpg) no-repeat;
	font-weight: normal;
	} 

#cl hr {
 clear:both;
 width:0px;
}



/**************** 解説風リンク *****************/

#inducement{
	border: thin solid #CCCCCC;
	border: thin solid #CCCCCC;
	width: 100%;
	margin-top: 30px;
}

#inducement h4{
	margin-top: 0px; /* 枠の上に */
	margin-bottom: -30px;
	margin-left: -15px;
	background-image: url(../images/banner88_pre.gif); /* 背景画像 */
	background-position: 15px 5px;
	background-repeat:no-repeat;
その他
; 		padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8em;
}

#inducement p{
	margin-bottom: 10px;
}

#inducement strong{
	color: #FF3399;
}

#inducement em{
	font-style: normal;
	color: #FF33CC;
	font-weight: bold;
}


#inducement2{
	border: thin solid #CCCCCC;
	border: thin solid #CCCCCC;
	width: 100%;
	margin-top: 30px;
}

#inducement2 h4{
	margin-top: 0px; /* 枠の上に */
	margin-bottom: -30px;
	margin-left: -15px;
	background-image: url(../images/banner88_bir.gif); /* 背景画像 */
	background-position: 15px 5px;
	background-repeat:no-repeat;
その他
; 		padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8em;
}

#inducement2 p{
	margin-bottom: 10px;
}

#inducement2 strong{
	color: #FF3399;
}

#inducement2 em{
	font-style: normal;
	color: #FF33CC;
	font-weight: bold;
}

/**************** 予約フォーム画面 *****************/

#order table{
	font-size: 12px;
	width: 95%;
}

#order th{
	width: 150px;
	background-color: #efefef;
	text-align: left;
}

.title {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #CB1B03;
	width: 400px;
	border: thin solid #000000;
}

#c-order {
	text-align: center;
}

#c-order table{
	font-size: 12px;
	width: 700px;
	margin-left: 200px;
	border: thin solid #333333;
}

#c-order td{
	border: thin solid #CCCCCC;
	padding: 5px;
}

#c-order th{
	width: 200px;
	background-color: #efefef;
	border: thin solid #CCCCCC;
}

#c-order h4{
	text-align: center;
	font-size: 14px;
	margin-top: 50px;
}
.example{
	font-size: 10px;
	color: #666666;
}

.kome {
	color: #FF0000;
}

#english {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

#side {
	width: 200px;
}

.price {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#waku table {
	width: 300px;
	font-size: 12px;
	border: thin solid #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#waku td {
	padding: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#waku th {
	padding: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#voice table {
	margin-top: 30px;
	width: 650px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#voice td {
	padding: 5px;
}

#voice strong {
	color: #CB1B03;
}

.voice1 {
	width: 100px;
	text-align: center;
}

.voice2 {

}

.voice3 {

}



.arrow {
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	text-indent: 2em;
}

#kantan table {
	margin-top: 10px;
	width: 700px;
	padding: 0px;
}

#kantan td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.kantan2 {
	background-image: url(../images/kantan03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px;
	padding: 0px;
	height: 80px;
}

.kantan2a {
	background-image: url(../images/kantan03a.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}


#kantan p {
	font-size: 14px;
	color: #FF0000;
	margin-left: 10px;
	margin-top: -5px;
}

#kantan em {
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.yajirushi {
	vertical-align: middle;
}

#kantan strong {
	color: #CB1B03;
}





#kantan3 {
	background-image: url(../images/kantan2.gif);
	width: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
	text-align: center;
}
#kantan3 a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -2px;
	text-decoration: none;
}
#kantan3 p {
	font-size: 10px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#kantan3 h6 {
	font-size: 13px;
	color: #FF9900;
	padding: 0px;
	font-weight: normal;
	margin-top: 35px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}

#kantan3 em {
	font-weight: normal;
	color: #006600;
	font-style: normal;
	font-size: 10px;
	margin-left: -20px;
}

#kantan3 img {
	margin-top: 15px;
	margin-left: -15px;
}




#kantan4 {
}

#kantan4 table {
	width: 650px;
	margin-top: 50px;
	border: thin solid #CCCCCC;
}

#kantan4 h4 {
	height: 50px;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#kantan4 a {
	text-decoration: underline;
	color: #FF6600;
	margin-top: -2px;
}
#kantan4 p {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#kantan4 h5 {
	font-size: 14px;
	color: #333333;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}

#kantan4 em {
	font-weight: normal;
	color: #006600;
	font-style: normal;
	font-size: 10px;
	margin-left: -20px;
}

#kantan4 img {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#kantan5 {
	background-image: url(../images/kantan5.gif);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center;
	width: 200px;
}

#kantan5 p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#kantan6 {
	background-image: url(../images/kantan6.gif);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center;
	width: 200px;
}

#kantan6 p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#kantan7 {
	background-image: url(../images/kantan7.gif);
	background-repeat: no-repeat;
	height: 300px;
	background-position: center;
	width: 200px;
}

#kantan7 p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#date {
	font-size: 9px;
	font-style: normal;
	color: #999999;
	text-align: right;
 }
#language {
	height: 25px;
	margin-top: 0px;
 }
 
#language p {
	text-indent: 1em;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
 }
 
#language a {
	color: #0000FF;
	text-decoration: none;
	font-size: 11px;
 }
 
#language a:hover {
	color: #0000FF;
	text-decoration: underline;
 }
 
#language a:visited {
	color: #0000FF;
 }

#news{
	font-size: 14px;
	font-weight: bold;
}

#news a{
	font-size: 14px;
	font-weight: bold;
}
/******* 終 了 *******/
