@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:#006600;
	background: #D0F8D0;
	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-color: #F4FFD7;
background-image: url(http://www.ri-bonheur.com/img/bg.gif);
background-position: left top;
background-repeat: repeat-x;
color: #333333;
text-decoration: none;	text-align: center;
margin: 0px; padding: 0px;
} 

hr{
display: none;
}

/* 全体を囲う箱 */
#inbox {
	color: #003300;
	background-color: #FFF;
	width: 752px;
	text-align: left;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* リンク関連 */
A                { text-decoration: none; background:none; }
A:link           { color: #339933; }
A:link:hover     { color: #C6E484; }
A:link:active    { color: #666699; }
A:visited        { color: #006C36; }
A:visited:hover  { color: #8F473B; }


/* HTMLタグの表現 */

h1{
margin-right: 30px;
font-size: 90%;
font-weight: nomal;
}


h2,h3,h4 {
	color: #889;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	border-bottom: 1px solid #333;
	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: #006C36;
}

blockquote {
	color: #669966;
	font-size: 90%;
	border: 1px solid #669966;

	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	{ }

/* 右フロート */
.right {
float: right; 
}

/* コンテナ */
#container {
width: 800px; 
height: auto;
margin-top: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
background-image: url(http://www.ri-bonheur.com/img/header.gif);
background-repeat: no-repeat;
}

/* ヘッダー */
#header {
width: 730px;
height: 145px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
vertical-align: bottom;
}

#header h1 {
width: 730px;
height: 100px;
vertical-align: bottom;
text-align: right;
}

#header h1 a {
font-weight: nomal;
}

/* フッター */
#footer {
width: 800px;
height: 120px;
margin-left: auto;
margin-right: auto;
background-image: url(http://www.ri-bonheur.com/img/footer.gif); 
background-repeat: no-repeat;
text-align: left;
}

address {
font-style: normal;
font-size: 90%;
padding-top: 10px;
padding-left: 40px;
text-align: left;
}

/* ヘッダー　ナビゲーション */
#navi_s {
width: 230px;
height: 20px;
margin:0;
clear:both;
}




*:first-child+html
#navi_s {
width: 230px;
height: 20px;
margin:0;
clear:both;
margin-left: -500px; 
}




#navi_s ul {
width: 230px;
height: 20px;
margin-left: 500px;
}

#navi_s li {
height: 20px;
float: left;
margin: 0;
display: block;
}

#navi_s li a {
height: 20px;
float: left;
margin: 0;
display: block;
text-indent: -9999px;
text-decoration: none;
}

#navi_s li#question a {
width: 60px;
background-image: url(http://www.ri-bonheur.com/navi/question.gif);
background-repeat: no-repeat;
}

#navi_s li#blog a {
width: 60px;
background-image: url(http://www.ri-bonheur.com/navi/blog.gif);
background-repeat: no-repeat;
}

#navi_s li#mailmagazine a {
width: 100px;
background-image: url(http://www.ri-bonheur.com/navi/mailmagazine.gif);
background-repeat: no-repeat;
}

/* ヘッダー　ナビゲーション　ホバー */
#navi_s li#question a:hover {
width: 60px;
background-image: url(http://www.ri-bonheur.com/navi/question_h.gif);
background-repeat: no-repeat;
}

#navi_s li#blog a:hover {
width: 60px;
background-image: url(http://www.ri-bonheur.com/navi/blog_h.gif);
background-repeat: no-repeat;
}

#navi_s li#mailmagazine a:hover {
width: 100px;
background-image: url(http://www.ri-bonheur.com/navi/mailmagazine_h.gif);
background-repeat: no-repeat;
}

/* ナビゲーション */
#navi {
width: 750px;
height: 70px;
margin:0;
clear:both;
background: url(http://www.ri-bonheur.com/navi/navi_bg.gif) no-repeat left top;
}

#navi ul {
width: 735px;
height: 70px;
margin-left: 8px;
}

#navi li {
width: 105px;
height: 70px;
float: left;
margin: 0;
display: block;
}

#navi li a {
width: 105px;
height: 70px;
float: left;
margin: 0;
display: block;
text-indent: -9999px;
text-decoration: none;
}

#navi li#top a {
background-image: url(http://www.ri-bonheur.com/navi/top.gif);
background-repeat: no-repeat;
}

#navi li#meal a {
background-image: url(http://www.ri-bonheur.com/navi/meal.gif);
background-repeat: no-repeat;
}

#navi li#facilities a {
background-image: url(http://www.ri-bonheur.com/navi/facilities.gif);
background-repeat: no-repeat;
}

#navi li#reserve a {
background-image: url(http://www.ri-bonheur.com/navi/reserve.gif);
background-repeat: no-repeat;
}

#navi li#access a {
background-image: url(http://www.ri-bonheur.com/navi/access.gif);
background-repeat: no-repeat;
}

#navi li#sightseeing a {
background-image: url(http://www.ri-bonheur.com/navi/sightseeing.gif);
background-repeat: no-repeat;
}

#navi li#link a {
background-image: url(http://www.ri-bonheur.com/navi/link.gif);
background-repeat: no-repeat;
}

/* ナビゲーション　ホバー*/
#navi li#top a:hover {
background-image: url(http://www.ri-bonheur.com/navi/top_h.gif);
background-repeat: no-repeat;
}

#navi li#meal a:hover {
background-image: url(http://www.ri-bonheur.com/navi/meal_h.gif);
background-repeat: no-repeat;
}

#navi li#facilities a:hover {
background-image: url(http://www.ri-bonheur.com/navi/facilities_h.gif);
background-repeat: no-repeat;
}

#navi li#reserve a:hover {
background-image: url(http://www.ri-bonheur.com/navi/reserve_h.gif);
background-repeat: no-repeat;
}

#navi li#access a:hover {
background-image: url(http://www.ri-bonheur.com/navi/access_h.gif);
background-repeat: no-repeat;
}

#navi li#sightseeing a:hover {
background-image: url(http://www.ri-bonheur.com/navi/sightseeing_h.gif);
background-repeat: no-repeat;
}

#navi li#link a:hover {
background-image: url(http://www.ri-bonheur.com/navi/link_h.gif);
background-repeat: no-repeat;
}

/* テキストナビ */
#navi_2 {
width: 750px;
height: 30px;
text-align: center;
line-height: 22px;
background-image: url(http://www.ri-bonheur.com/img/navi2_bg.gif); 
background-repeat: no-repeat;
font-size: 85%;
background-color: #fff;
}


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

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

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: 70%;
	float: left;
	clear: left;
	padding: 10px 0px;
}

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 a		{ text-decoration: none;font-weight: bold;}

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: #FFF;
	background: #66CC99;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;

	margin: 0px;
	padding: 3px 8px 2px;
}

div.comment h4 {
	color: #339966;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;

	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: #FFF;
	background: #85D8AE;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;

	margin: 0px;
	padding: 3px 8px 2px;
}

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 #333;
	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 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #999;

	margin-bottom: 10px;
	padding-left: 5px;
}


/* メニュー部分 */
div.navigation {
	color: #666;
	font-size: 90%;
	font-family: "Verdana",sans-serif;
	border-left: 1px solid #ccc;
	margin-left: 70%;
	padding: 8px;
}

/* メニュー部分のリンク */
div.navigation A                { text-decoration: none; background:none; }
div.navigation A:link           { color: #339933; }
div.navigation A:link:hover     { color: #C6E484; }
div.navigation A:link:active    { color: #666699; }
div.navigation A:visited        { color: #006C36; }
div.navigation A:visited:hover  { color: #8F473B; }


/* メニュー部分にある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;
	border-bottom: 1px solid #339933;
	margin: 0px;
	padding: 2px 0px 0px;
}

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

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

div.navigation dl dd ul li {
	color: #339933;
	line-height: 130%;
	border-bottom: 1px dashed #339933;
	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: center;
	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: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

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

/* カレンダー */
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;
}


/* 続きを読む の表示  */
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 #fff;
	margin: 10px 0px 0px;
	padding: 2px 3px 0px;
}

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