@charset "EUC-JP";
* {
	margin: 0;
	padding: 0;
	word-break: break-all ;
	word-wrap: break-word ;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea, input {
	font: normal normal normal 90%/100% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	color:#000066;
	background: #F3F5FC;
	border: 1px solid #000;
	padding: 2px 3px 0px;
	margin: 2px 0px;
}

/* --- クッキーのフォームだけ背景と枠を外す --- */ 
#set_cookie {
	background: none;
	border: 0px;
	margin-left: 5px;
}


/* ------ basic ------ */

/* ボディ */
body {
	font: normal normal normal 90%/130% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	background-attachment: fixed;
	text-align: center;
background-color: #4D55BC;
margin: 0px;
padding-bottom: 10px;
color: #333;
text-decoration: none;
} 

/* コンテナ */
#container {
width: 780px; 
height: auto;
margin-top: 0;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #fff;
}

/* ヘッダー */
#header {
width: 780px;
height: 120px;
margin: 0;
padding: 0;
background-image: url(http://www.stelle.co.jp/img/summer_header_bg.gif); 
background-repeat: no-repeat;
text-align: left;
}
#header h1 {
display: block;
text-indent: -9999px;
}
#header div#reserve_button {
width: 180px;
height: auto;
float: right;
}
#header div#reserve_button p {
height: 35px;
display: block;
text-indent: -9999px;
}

/* コンテンツ */
#content {
width: 780px; 
height: auto;
margin-top: 1px;
text-align: center;
background-color: #fff;
border-top: solid 1px #BDA412;
border-bottom: solid 3px #BDA412;
}

/* メイン　コンテンツ */
#content_main {
width: 760px; 
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 10px;
}

/* フッター */
#footer {
width: 780px;
height: auto;
margin-top: 1px;
padding-bottom: 20px;
background-image: url(http://www.stelle.co.jp/img/summer_footer_bg.gif); 
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
border-top: solid 1px #BDA412;
font-size: 90%;
}
/* テキストナビ */
#navi_2 {
width: 610px;
height: 45px;
line-height: 20px;
margin-top: 10px;
margin-left: 10px;
float: left;
}
#navi_2 a:link { color: #0A2D96}
#navi_2 a:hover { color: #ECA831}
#navi_2 a:active { color: #C1A91D}
#navi_2 a:visited { color: #3C4B78}
address {
width: 550px;
height: auto;
line-height: 20px;
margin-right: 10px;
text-align: right;
float: right;
font-style: normal;
}

/* リンク関連 */
A                { text-decoration: none; background:none; }
A:link           { color: #009966; }
A:link:hover     { color: #ECA831; 
text-decoration: underline;}
A:link:active    { color: #C1A91D; }
A:visited        { color: #3C4B78; }
A:visited:hover  { color: #ECA831; 
text-decoration: underline;}


/* HTMLタグの表現 */
h2,h3,h4 {
	color: #889;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	border-bottom: 1px solid #BDA412;
	margin: 0px;
	padding-left: 5px;
	text-align: left;
}

pre		{ display: block; }

em {
	color:#CC3333;
	font-style: normal;
	font-weight: bold;
	font-size:80%;
}

strong {
font-weight: bold; 
color:#0A2D96;
}

blockquote {
	color: #036;
	font-size: 90%;
	border: 1px solid #036;
	margin: 10px;
	padding: 5px 7px;
}

blockquote p {
	margin: 0px;
	padding: 0px;
}

p.source {
	font-size: 90%;
	text-align: right;
	margin: 0px 20px 1em;
	padding: 0px;
}

q {
	color: #669;
	font-style: italic;
}

cite	{ font-style: normal; }
ul	{ padding-left: 2em; }
ol	{ padding-left: 2em; }
dl dd	{ padding-left: 2em; }
del	{ color: #aaa; text-decoration: line-through; }
ins	{ text-decoration: none ;border-bottom: 1px dashed #993333; }


/* images */
img.pict	{ }

/* コピーライトと上部へのリンク
div.footer {
	text-align: center;
	clear: both;
	margin: 10px 20px 0px;
	padding-bottom: 10px;
}

div.footer a	{ text-decoration: none; }
div.footer address	{
	color: #666;
	font: normal normal normal 80%/130% "Verdana",sans-serif;
	border-top: 2px dotted #666;
	margin-top: 3px;
	padding-top: 8px;
}

div.footer p#link2top {
	font-size: 90%;
	text-align: right;
}
*/

div.footer p#link2top:before	{ content: "[ "; }
div.footer p#link2top:after	{ content: " ]"; }

/* 左メイン部分 */
div.contents {
width: 540px; 
float: left;

margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 10px;
text-align: left;
border-right: solid 1px #ccc;
}

div.page {
	font-size: 90%;
	text-align: center;
}

div.page a { text-decoration: none; }

div.body hr {
	color: #fff;
	border-style: none;
	border-top: 1px solid #666;
	clear: both;
	height: 1px;
	margin: 0px auto;
	padding: 0px;
}

/* エントリー */
div.entry {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}

div.entry h2 {
padding-left: 22px;
background-image: url(http://www.stelle.co.jp/img/h4_title.gif); 
background-repeat: no-repeat;
background-position: left center;
border-bottom: solid 1px #BDA412;
font-size: 100%;
}

/* ---  --- */
div.entry h2 a {
text-decoration: none;
font-weight: bold;
}

div.entry h2 A:link { color: #333;  text-decoration: none;}
div.entry h2 A:link:hover { color: #ECA831; text-decoration: none;}
div.entry h2 A:link:active { color: #C1A91D; text-decoration: none;}
div.entry h2 A:visited  { color: #3C4B78; text-decoration: none;}
div.entry h2 A:visited:hover  { color: #ECA831; text-decoration: none;}

div.entry div.entry_author {
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding: 1px 5px;
}

div.entry div.entry_author a {
	text-decoration: none;
}

div.entry div.entry_body {
	font-size: 90%;
	margin-top: 5px;
	padding: 15px 10px 5px;
}
div.entry div.entry_body A    { text-decoration: underline; }

div.entry div.entry_more {
	font-size: 90%;
	margin: 0px 10px;
	padding: 5px 0px 15px;
}

div.entry div.entry_more A    { text-decoration: underline; }

div.entry div.entry_state {
	font-size: 80%;
	font-family: "Verdana",sans-serif;
	text-align: right;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

div.entry div.entry_state a { text-decoration: underline; }

div.entry div.entry_navi {
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
div.entry div.entry_navi a {
	text-decoration: none;
}

/* コメント */
div.comment {
	font-family: "Verdana",sans-serif;
	margin: 10px 0px;
	padding: 0px 10px;
}

div.comment h3 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
background-image: url(http://www.stelle.co.jp/img/h3_point_y.gif); 
background-repeat: no-repeat;
background-position: left center; 
padding: 0 0 0 15px;
margin: 5px 0 2px 0;
}

div.comment h4 {
	color: #666;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin: 5px 0px 10px;
	padding-left: 5px;
}

div.comment form {
	margin: 0px 0px 30px;
	padding: 0px;
}

div.comment form dl { font-size: 90%; }
div.comment form dl dt {
	font-family: "Verdana",sans-serif;
	text-align: right;
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px;
}

div.comment textarea { line-height:140%; }

div.comment form dl dt label#labelsubmit { display: none; }

div.comment form dl dd {
	margin: 0px 0px 0px 8.5em;
	padding: 0px;
}

div.comment dl.body {
	font-size: 80%;
	line-height: 130%;
	border:1px solid #000;
	margin: 10px 0px;
	padding: 5px 5px 0px 8px;
}

div.comment dl.body dt {
	text-align: right;
	border-top: 1px dashed #999; 
	margin: 3px;
	padding: 3px 5px 0px;
}

div.comment dl.body dd {
	margin: 0px;
	padding: 0px;
}

/* トラックバック */
div.trackback {
	font-family: "Verdana",sans-serif;
	margin: 10px 0px;
	padding: 0px 10px;
}

div.trackback h3 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
background-image: url(http://www.stelle.co.jp/img/h3_point_y.gif); 
background-repeat: no-repeat;
background-position: left center; 
padding: 0 0 0 15px;
margin: 5px 0 2px 0;
}

div.trackback p.link {
	font-size: 80%;
	text-align: right;
	padding: 2px 5px;
}

div.trackback dl.body {
	font-size: 80%;
	line-height: 130%;
	margin: 10px 0px;
	padding: 0px;
}

div.trackback dl.body dt {
	text-align: right;
	border: 1px solid #666;
	margin: 2px 10px 8px;
	padding: 5px 8px 4px;
}

div.trackback dl.body dd {
	margin: 0px;
	padding: 0px 20px;
}


/* プロフィール */
div.profile {
	margin: 10px 0px;
	padding: 0px 10px;
}

div.profile div.profile_body {
	font-size: 90%;
	line-height: 1.4em;
	margin: 0px;
	padding: 15px 20px 5px 20px;
}

div.profile h2 {
padding-left: 22px;
background-image: url(http://www.stelle.co.jp/img/h4_title.gif); 
background-repeat: no-repeat;
background-position: left center;
border-bottom: solid 1px #BDA412;
font-size: 100%;
text-align: left;
}

/* 右サイドメニュー部分 */
div.navigation {
	font-size: 90%;
	font-family: "Verdana",sans-serif;
	padding: 8px 1px;
width: 210px;
float: right;
text-align: left;
}

/* 左部分のリンク */
div.navigation A                { text-decoration: none; background:none; }
div.navigation A:link           { color: #009966; }
div.navigation A:link:hover     { color: #ECA831; text-decoration: none;}
div.navigation A:link:active    { color: #C1A91D; }
div.navigation A:visited        { color: #3C4B78; }
div.navigation A:visited:hover  { color: #ECA831; text-decoration: none;}

/* 左部分にあるBLOGタイトル */
div.navigation dl.title dd#description {
	font-size: 100%;
	padding: 4px 3px 3px;
}

/* リスト表示の表現 */
div.navigation dl {
	font-size:95%;
	margin: 10px 0px;
	padding: 0px;
}

div.navigation dl dt {
font-weight: bold;
background-image: url(http://www.stelle.co.jp/img/h3_point_y.gif); 
background-repeat: no-repeat;
background-position: left center; 
padding: 0 0 0 15px;
margin: 5px 0 2px 0;
}

div.navigation dl dd {
	margin: 0 0 0 5px;
	padding: 0px;
}

div.navigation dl dd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.navigation dl dd ul li {
	color: #333;
	line-height: 130%;
border-bottom: 1px dashed #ccc;
	display: block;
	margin: 0px;
	padding: 4px 3px 5px;
}

div.navigation dl dd ul li li {
	border-top: 1px dashed #384332;
	border-bottom: 0px none #fafaff;
}

div.navigation dl dd ul li a	{ text-decoration: none; }
div.navigation dl.extra dt	{ font-family: "Verdana",sans-serif; }

div.navigation dl.extra ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
}

div.navigation dl.extra a {
	text-decoration: none;
}

div.navigation dl.extra li {
	font-size:80%;
	line-height: 160%;
	border:0px;
	padding: 0px;
}

div.navigation dl.search {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div.navigation dl.search dd { margin-top: 5px; }


/* 続きを読む の表示  */
div.continue {
	font-weight:bold;
	border-top:1px dashed #333;
	margin-top:10px;
	padding-top: 3px;
}

/* 汎用メニューボックスの表示 */
div.navigation dl.linktext dt {
	font-size: 95%;
	font-weight: bold;
	border-bottom: 1px solid #BDA412;
	margin: 10px 0px 0px;
	padding: 2px 3px 0px;
}

div.navigation dl.linktext dd {
	font-size: 90%;
	line-height: 140%;
	border-bottom: 1px dashed #BDA412;
	list-style: none;
	padding: 4px 2px 3px;
}

/* ナビゲーション */
#navi {
width: 780px;
height: 53px;
margin: 1px 0 0 0;
padding: 0;
border-top: solid 1px #BDA412;
border-bottom: solid 3px #BDA412;
clear:both;
}

#navi ul {
width: 780px;
height: 50px;
margin-left: 0;
margin-bottom: 3px;
}

#navi li {
height: 50px;
float: left;
margin: 0;
padding: 0;
display: block;
}

#navi li a {
height: 50px;
float: left;
margin: 0;
padding: 0;
display: block;
text-indent: -9999px;
text-decoration: none;
}
#navi li#reserve a {
width: 120px;
margin-left: -8px;
background-image: url(http://www.stelle.co.jp/navi/reserve.gif);
background-repeat: no-repeat;
}
#navi li#dinner a {
width: 105px;
margin-left: -5px;
background-image: url(http://www.stelle.co.jp/navi/dinner.gif);
background-repeat: no-repeat;
}
#navi li#room a {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/room.gif);
background-repeat: no-repeat;
}
#navi li#spa a {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/spa.gif);
background-repeat: no-repeat;
}
#navi li#institution a {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/institution.gif);
background-repeat: no-repeat;
}
#navi li#access a {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/access.gif);
background-repeat: no-repeat;
}
#navi li#charge a {
width: 115px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/charge.gif);
background-repeat: no-repeat;
}
/* ナビゲーション　ホバー*/
#navi li#reserve a:hover {
width: 120px;
margin-left: -8px;
background-image: url(http://www.stelle.co.jp/navi/reserve_2.gif);
background-repeat: no-repeat;
}
#navi li#dinner a:hover {
width: 105px;
margin-left: -5px;
background-image: url(http://www.stelle.co.jp/navi/dinner_2.gif);
background-repeat: no-repeat;
}
#navi li#room a:hover {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/room_2.gif);
background-repeat: no-repeat;
}
#navi li#spa a:hover {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/spa_2.gif);
background-repeat: no-repeat;
}
#navi li#institution a:hover {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/institution_2.gif);
background-repeat: no-repeat;
}
#navi li#access a:hover {
width: 105px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/access_2.gif);
background-repeat: no-repeat;
}

#navi li#charge a:hover {
width: 115px;
margin-left: -3px;
background-image: url(http://www.stelle.co.jp/navi/charge_2.gif);
background-repeat: no-repeat;
}

/* ヘッダー　サブナビゲーション */
#sub_navi {
width: 350px;
height: 30px;
margin:0;
clear:both;
position: absolute;
top: 90px;
}
#sub_navi ul {
width: 350px;
height: 30px;
margin-left: -28px;
}
#sub_navi li {
height: 30px;
float: left;
margin: 0;
display: block;
}
#sub_navi li a {
height: 30px;
float: left;
margin: 0;
display: block;
text-indent: -9999px;
text-decoration: none;
}
#sub_navi li#home a {
width: 70px;
background-image: url(http://www.stelle.co.jp/navi/home.gif);
background-repeat: no-repeat;
}
#sub_navi li#sightseeing a {
width: 80px;
background-image: url(http://www.stelle.co.jp/navi/sightseeing.gif);
background-repeat: no-repeat;
}
#sub_navi li#blog a {
width: 55px;
background-image: url(http://www.stelle.co.jp/navi/blog.gif);
background-repeat: no-repeat;
}
#sub_navi li#link a {
width: 50px;
background-image: url(http://www.stelle.co.jp/navi/link.gif);
background-repeat: no-repeat;
}
#sub_navi li#english a {
width: 65px;
background-image: url(http://www.stelle.co.jp/navi/english.gif);
background-repeat: no-repeat;
}

/* ヘッダー　サブナビゲーション　ホバー */
#sub_navi li#home a:hover {
width: 70px;
background-image: url(http://www.stelle.co.jp/navi/home_2.gif);
background-repeat: no-repeat;
}
#sub_navi li#sightseeing a:hover {
width: 80px;
background-image: url(http://www.stelle.co.jp/navi/sightseeing_2.gif);
background-repeat: no-repeat;
}
#sub_navi li#blog a:hover {
width: 55px;
background-image: url(http://www.stelle.co.jp/navi/blog_2.gif);
background-repeat: no-repeat;
}
#sub_navi li#link a:hover {
width: 50px;
background-image: url(http://www.stelle.co.jp/navi/link_2.gif);
background-repeat: no-repeat;
}
#sub_navi li#english a:hover {
width: 65px;
background-image: url(http://www.stelle.co.jp/navi/english_2.gif);
background-repeat: no-repeat;
}

/* カレンダー */
div.navigation dl.calendar { }

div.navigation dl.calendar dd {
margin: 0px;
padding: 0px;
text-align: center;
}

div.navigation dl.calendar dd table {
width: 180px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: 0px none;
border-color: #ccc #333 #333 #ccc;
}

div.navigation dl.calendar dd table td.cell {
padding: 1px;
font-size: 10px;
line-height: 170%;
color: #999;
text-align: center;
}

div.navigation dl.calendar dd table td.weekday {
padding: 1px;
font-family: mono-space;
font-size: 10px;
line-height: 170%;
color: #666;
text-align: center;
}

div.navigation dl.calendar dd table td.cell a {
margin: -1px;
padding: 1px;
text-decoration: none;
font-weight: bold;
display: block;
}

div.navigation div.calendar table td.cell span.today {
color: #b99;
}

div.navigation div.calendar table td.cell a span.today {
font-weight: bold;
}

div.navigation dl.calendar dd td.calendar_month {
font-size: 10px;
text-align: center;
}

div.navigation dl.calendar dd td.calendar_month a {
text-decoration: none;
}

