@charset "UTF-8";

/* @import 'typography.css'; */
@import 'text.css';

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:hover {
  color: #0000ff;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em 7px 0;
  width: 800px;
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/back_shadow.gif) repeat-y;
}

#header {
  width: 770px;
  padding: 0;
}

#contents {
  float: left;
  width: 569px;
  padding: 0 1px 4em 0px;
}

#sidebar {
  float: left;
  width: 200px;
  padding: 0;
}

#footer {
  text-align: center;
  clear: both;
  padding: 0.8em 0 1em;
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/sc_br_r24_c1.jpg) no-repeat;
  width: 800px;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 概要 -- */
.description { }

.head_text_top, .head_text_bottom {
	font-size: 12px;
}

/* -- ヘッダ画像内テキスト上部 -- */
.head_text_top {
	position: relative;
	left: 300px;
	top: -105px;
	width: 380px;
	height: 0px;
	z-index: 1;
	color: #0033CC;

}

/* -- ヘッダ画像内テキスト下部 -- */
.head_text_bottom {
	position: relative;
	left: 10px;
	top: -18px;
	width: 750px;
	height: 0px;
	z-index: 2;
	text-align: center;
	color: #333333;
}

/* ---------------------------------------- #contents内の指定 */

/* -- トップ -- */
.top {
	position: relative;
	left: 0px;
	top: 0px;
	height: 70px;
	z-index: 1;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	text-align: center;
	background: url(http://www.yumehouse.co.jp/themes/yumehp/images/maintitle.jpg) no-repeat;
	padding: 10px 0 0 0;
}

.top_3l {
	position: relative;
	left: 0px;
	top: 0px;
	height: 73px;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	background: url(http://www.yumehouse.co.jp/themes/yumehp/images/maintitle.jpg) no-repeat;
	padding: 7px 0 0 0;
}

/* -- 見出し -- */

h2 {
  font-size: 1.2em;
  color: #990000;
  background-color: #dddddd;
  margin: 10px 2px;
  padding: 5px 0px 5px 10px;
  border-left: 10px solid #990000;
  border-bottom: 1px solid #990000;
}

h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3 {
  background-color: #dddddd;
  margin: 10px 2px;
}

h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.2em;
  margin-bottom: 0;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* -- リスト関係 -- */
.comment {
	margin: 10px 50px 5px 50px;
	padding: 10px;
	border: 3px solid #cccccc;
}

.comment-l {
	width: 300px;
	margin: 10px 0px 5px 10px;
	padding: 10px;
	border: 3px solid #cccccc;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.nav {
  list-style-type: none;
  margin-bottom: 0;
}

.nav li {
  font-weight: bolder;
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/menu.gif) repeat-y;
}

.nav a, .nav a:visited, .nav a:active {
  text-decoration: none;
  display: block;
	font-size:12px;
  height:16px;
  padding: 4px 0 0 40px;
  border: 1px solid #cccccc;
  color: #222222;
}

.nav a:hover {
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/menu_h.gif) repeat-y;
}

.nav li.menu-top{
  color: #ffffff;
  text-decoration: none;
  font-weight: bolder;
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/menu_top.gif) repeat-y;
}

.nav li.menu-top a:hover {
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/menu_top_h.gif) repeat-y;
}

.nav li.menu-shop{
  color: #ffffff;
  text-decoration: none;
  font-weight: bolder;
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/menu_shop.gif) repeat-y;
}

.nav li.menu-shop a:hover {
  background: url(http://www.yumehouse.co.jp/themes/yumehp/images/menu_shop_h.gif) repeat-y;
}

.nav .menu-top a, .nav .menu-top a:visited, .nav .menu-top a:active, .nav .menu-shop a, .nav .menu-shop a:visited, .nav .menu-shop a:active {
  color: #ffffff;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }


/* ---------------------------------------- #redzone */
.sbox{
	margin:0 auto;
	text-align:left;
}
h1.stext{
	font-size:8pt;
	color: #666666;
	margin:0;
} 
.summary{
	font-size:8pt;
	color: #666666;
}
strong{
	font-weight:normal;
}
em{
	font-style:normal;
}
body {
	margin-top: 0px;
}
#abs {
	position:absolute;
	top:30px;
}
div.kyoutyu_aka14 strong.rzseo {
	font-weight: bold;
}

/* ---------------------------------------- サイドバー */
.side-company {
	background-color:#ff9900;
	text-align: center;
}

/* ---------------------------------------- 画像 */
img {
	border:0 none;
}

.waku img {
	border:1px solid #999999;
}

.waku-bolder img {
	border:20px solid #cccc9a;
}

.waku-white img {
	background:#ffffff;
	border:1px solid #999999;
	padding:5px;
}

.shadow img {
	position:relative;
	left:-5px;
	top:-5px;
	background:#cccc9a;
	border:1px solid #999999;
	padding:5px;
}

.shadow {
	background:url(http://www.yumehouse.co.jp/themes/yumehp/images/shadow_001.gif) right bottom;
	float:left;
}

.caption {
	background-color:#cccc9a;
	border:1px solid #CCCCCC;
	color:#990000;
	float:left;
	font-size:9pt;
  font-weight: bolder;
	padding:0 20px;
	text-align:center;
}

/* ---------------------------------------- 文字装飾 */
.multi-text-shadow {
 text-shadow: 0px 5px 5px #fff, 5px 0px 5px #fff, 0px -5px 5px #fff, -5px 0px 5px #fff;
}

/* ---------------------------------------- ボックス配置関連 */
.clear {
	clear: both;
}

/* ---------------------------------------- 新着情報 */
.rssSummaryList {
	margin: 10px;
	border: 1px solid #cccccc;
}

.rssSummaryList .rssItem{
	margin:5px 10px 10px 10px;
}
.rssSummaryList .rssItem .rssItemTitle{
	font-weight:bold;
}
.rssSummaryList .rssItem .rssItemTitle h3{
  margin: 10px 2px 5px 2px;
}
.rssSummaryList .rssItem .rssItemTitle h3 a{
  text-decoration: none;
}
.rssSummaryList .rssItem .rssItemDate{
	text-align: right;
	color:#999999;
}
.rssSummaryList .rssItem .rssItemSummary{
	margin: 2px 10px 10px 10px;
}
.rssSummaryList .rssSummaryListTitle{
	font-weight:bold;
	margin-bottom:8px;
}
.rssSummaryList .rssSummaryListTitle .rssTitle{
	margin: 0 0 10px 0;
}

/* ---------------------------------------- 予約状況 */
.reserve-status {
	background-color:#3399cc;
	color: #ffffff;
	font-size:medium;
	font-weight:bolder;
	margin:20px 170px 20px;
	padding:5px;
	text-align:center;
}

.reserve-status a, .reserve-status a:visited{
  text-decoration: none;
	color: #ffffff;
}

.reserve-status a:hover {
	color: #990000;
}

/* ---------------------------------------- ocean */
.ocean {
	color: #333333;
}
.ocean a, .ocean a:visited{
  text-decoration: none;
	color: #333333;
}

.ocean a:hover {
	color: #990000;
}
