@charset "UTF-8";

/*
============================================================
基本レイアウト設定
------------------------------------------------------------

■ デフォルトリセット
■ floatクリア
■ 音声ブラウザ用ナビゲーション
■ アクセシビリティ対応
■ テキストリンク
■ レイアウトベース
■ ヘッダー
■ フッター


============================================================
*/

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ 音声ブラウザ用ナビゲーション
--------------------------------------------------------- */
.hidden_navi {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	display:inline;
	width: 1px;
	height: 1px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* ---------------------------------------------------------
■ アクセシビリティ対応
--------------------------------------------------------- */
div#accessibility_css {
	display: none;
}

div#accessibility_js {
	width: 800px;
	text-align: center;
}

div#accessibility_js p {
	text-align: left;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a:link    { color: #3e3e3e; text-decoration: underline; }
a:visited { color: #3e3e3e; text-decoration: underline; }
a:hover   { color: #cccccc; text-decoration: underline; }
a:active  { color: #3e3e3e; text-decoration: underline; }


/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* 中央レイアウト */
	font-family: 'Dotum','Gulim', 'Apple Gothic', 'Arial', 'sans-serif';
	color: #3e3e3e;
	font-size: 12px;
}


div#content_base {
	width: 950px;
	margin: 0 auto; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
	overflow: hidden;
}

/* Netscape対策 */
div#content_base:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#header {
	width: 950px;
	height: auto;
	margin: 0;
	float: left;
}

div#header #logo {
	float: left;
	margin: 15px 0 0 5px;
	display: inline;
}

div#header .tel {
	float: right;
	margin-top: 15px;
}

div#header p.head_tx {
	float: left;
	margin: 10px 0 0 10px;
	font-size: 9px;
	line-height: 12px;
}

div#header ul.nv {
	width: 480px;
	height: 24px;
	float: right;
	margin-top: 20px;
}

div#header ul.nv li {
	float: left;
	width: 75px;
	height: 24px;
	margin-right:5px;
}


div#header ul.nv li img {
	vertical-align: bottom;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#footer {
	width: 100%;
	float: left;
}

div#footer div#footMenu {
	width: 100%;
	margin: 0 auto; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
}

div#footlink {
	width: 100%;
	margin: 15px auto 0; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
	float: left;
}

/* リンク
------------------------------------ */
div#footlink p.foot_tx {
	border-top: 1px dashed #cfcfcf;
	text-align: center;
	line-height: 20px;
	padding: 10px 0 15px;
}


/* コピーライト
------------------------------------ */
div#footer div#footMenu p.foot_tx {
	text-align: center;
	line-height: 14px;
	color: #ffffff;
	font-size: 10px;
	background: #3e3e3e;
	padding: 5px 0;
}

div#footer div#footMenu p.foot_tx a {
	color: #ffffff;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
div#content {
	border-top: 1px solid #cfcfcf;
	background: url(/wp-content/uploads/common/img/fr_main.gif) repeat-y;
	padding: 15px 15px 20px 15px;
	float: left;
	width: 920px;
}

*html body div#content {
	width: 950px;
}

/* ---------------------------------------------------------
■ 共通
--------------------------------------------------------- */
img.tit {
	margin-bottom: 15px;
}

img.tit2 {
	margin-bottom: 15px;
	margin-top: 15px;
	margin: 0;
	padding: 0;
}

img.ph {
	margin: 0 0 5px 5px;
	float: right;
}

p.tx {
	padding: 10px;
	line-height: 20px;
}

/* ---------------------------------------------------------
■ 左部分
--------------------------------------------------------- */
div#left {
	float: left;
	width: 635px;
}

div#left table {
	margin-bottom: 15px;
}

div#left div.block {
	background:red;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ 右部分
--------------------------------------------------------- */
div#right {
	float: right;
	width: 270px;
	display: inline;
}

div#right .side {
	background: url(/wp-content/uploads/lpo_kr/side_bg.gif) no-repeat;
	padding: 10px;
	height: 166px;
	width: 250px;
	float: left;
	margin-bottom: 13px;
}

*html body div#right .side {
	height: 186px;
	width: 270px;
}

div#right .side dl dt{
	background: url(/wp-content/uploads/common/img/side_ic.jpg) no-repeat 0 10px;
	padding: 5px 0 5px 15px;
	color: #ffc640;
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 0;
}

div#right .side dl dd{
	padding: 5px 0 5px 15px;
	line-height: 18px;
	color: #FFFFFF;
}

div#right ul.bt {
	width: 270px;
	float: left;
}

div#right ul.bt li {
	margin-bottom: 13px;
	float: left;
}

div#right table.s_nv {
	float: left;
	width: 270px;
	padding: 0;
}

/* ---------------------------------------------------------
■ 中央部分
--------------------------------------------------------- */
/* テーブル
--------------------------------------------------------- */
/* 共通 ------------------- */
table.house {
	border-collapse: collapse;
	margin: 0;
}

/* th 上部 */
table.house thead th {
	padding: 5px 8px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 14px;
}

/* th 通常 */
table.house th {
	padding: 5px 8px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 14px;
}

/* td 通常 */
table.house td {
	padding: 12px 8px;
	line-height: 16px;
	border-right: 1px solid #fff;
}

table.house tfoot td {
	padding: 0;
	height: 10px;
}

/* 個別 ------------------- */
table.house th.cat01 {
	background: #2b2b2b;
	color: #d4d4d4;
	border-bottom: 1px solid #fff;
}

table.house td.cat01 {
	background: url(/wp-content/uploads/common/img/td_bg_01.jpg) repeat-x #515151;
	color: #d4d4d4;
	font-weight: bold;
}

table.house th.cat02 {
	padding: 0;
	vertical-align: bottom;
	border: none;
	background: url(/wp-content/uploads/common/img/th_01.jpg) no-repeat right bottom;
}

table.house th.cat02_2 {
	padding: 0;
	vertical-align: bottom;
	border-bottom: 1px solid #fff;
	background: url(/wp-content/uploads/common/img/td_bg_02.jpg) repeat-x #edb32a;
}

table.house td.cat02 {
	background: url(/wp-content/uploads/common/img/td_bg_02.jpg) repeat-x #edb32a;
	color: #fff;
	font-weight: bold;
}

table.house tfoot td.cat02 {
	padding: 0;
	vertical-align: top;
	background: url(/wp-content/uploads/common/img/th_03.jpg) no-repeat right top;
}

table.house th.cat03 {
	background: #cccccc;
	border-bottom: 1px solid #fff;
}

table.house td.cat03 {
	background: url(/wp-content/uploads/common/img/td_bg_03.jpg) repeat-x #ededed;
	font-weight: bold;
}

table.house th.cat04 {
	background: #dcdcdc;
	border-bottom: 1px solid #fff;
}

table.house td.cat04 {
	background: url(/wp-content/uploads/common/img/td_bg_04.jpg) repeat-x #f7f7f7;
	font-weight: bold;
}
/* MAP
--------------------------------------------------------- */
div.map {
	padding: 0 10px;
	width: 860px;
}

*html body div.map {
	width: 920px;
}

div.map iframe {
	float: left;
	width: 635px;
}

div.map ul {
	float: right;
	width: 200px;
}

div.map ul li {
	margin-bottom: 10px;
}

/* ROOM
--------------------------------------------------------- */
div.room {
	padding: 0 0 0 10px;
	width: 900px;
}

*html body div.room {
	width: 920px;
}

div.room img.main {
	float: left;
	margin-bottom: 15px;
}

div.room ul {
	float: right;
	width: 500px;
}

div.room ul li{
	margin: 10px 0 0 0;
}

div.room ul li.tx {
	margin: 30px 0 20px 30px;
}

/* 流れ
--------------------------------------------------------- */
div.flow {
	padding: 0 0 0 15px;
	width: 900px;
}

*html body div.flow {
	width: 920px;
}

/* メディア掲載
--------------------------------------------------------- */
div.media {
	width: 920px;
}

div.media div.fr {
	background:url(/wp-content/uploads/common/img/media_bg.gif) no-repeat;
	float:left;
	margin-right: 10px;
	width: 145px;
	height: 210px;
}

div.media div.none {
	margin-right: 0;
}

div.media div.fr dl {
	margin: 10px;
	width: 125px;
}

div.media div.fr dl dt {
	margin-bottom: 5px;
}

div.media div.fr dl dd {
	width: 125px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	line-height: 14px;
	color: #7b7b7b;
}

div.media div.fr dl dd.ph {
	width: 125px;
	text-align: center;
	margin-bottom: 5px;
}

div.media div.fr dl dd a {
	color:#0033ff;
}

div.media div.fr dl dd span.red {
	font-size: 10px;
	color:#FF0000;
	font-weight: normal;
}

/* パートナー
--------------------------------------------------------- */
div.link {
	padding: 0 0 0 10px;
	width: 900px;
}

*html body div.room {
	width: 920px;
}

div.link dl.left {
	float: left;
	width: 430px;
	margin-right: 20px;
}

div.link dl.left dt {
	border-bottom: 1px dashed #cccccc;
	background:url(/wp-content/uploads/common/img/link_ic_01.gif) no-repeat 5px 0;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.link dl.left dd {
	background:url(/wp-content/uploads/common/img/link_ic_03.gif) no-repeat 0 7px;
	padding: 5px 5px 5px 20px;
	margin: 0 0 0 15px;
	line-height: 18px;
}

div.link dl.right {
	float: left;
	width: 430px;
}

div.link dl.right dt {
	border-bottom: 1px dashed #cccccc;
	background:url(/wp-content/uploads/common/img/link_ic_02.gif) no-repeat 5px 0;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.link dl.right dd {
	background:url(/wp-content/uploads/common/img/link_ic_04.gif) no-repeat 0 7px;
	padding: 5px 5px 5px 20px;
	margin: 0 0 0 15px;
	line-height: 18px;
}

/* 検索
--------------------------------------------------------- */
div.search {
	padding: 0 0 0 10px;
	width: 900px;
	margin: 10px 0 0 0;
}

*html body div.search {
	width: 900px;
}

div.search table {
	float: left;
	background: url(/wp-content/uploads/common/img/search_fr_m.gif) repeat-y;
}

div.search table td img.tit {
	margin-bottom: 5px;
}

div.search table td.img_tx {
	padding: 5px 0 5px 10px;
	line-height: 16px;
}

div.search table td.tx {
	padding: 5px 0 5px 3px;
	line-height: 16px;
}

div.search table td.tx a {
	color: #0000FF;
}

div.search table td img.li {
}

div.search div.right {
	float: right;
	width: 265px;
	text-align: center;
}

div.search div.right img {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
■ ぺーじTOPへ戻る
--------------------------------------------------------- */
p.page_top {
	background: url(/wp-content/uploads/common/img/pagetop.gif) no-repeat 855px 15px;
	text-align: right;
	margin: 0;
	padding: 10px;
	line-height: 16px;
}

p.page_top2 {
	background: url(/wp-content/uploads/common/img/pagetop.gif) no-repeat 855px 5px;
	text-align: right;
	margin: 0;
	padding: 0 10px 10px;
	line-height: 18px;
}
