@charset "utf-8";
/*
Theme Name: HOTEL T'POINT
Theme URI: http://wordpress.org/
Description: HOTEL T'POINT用テーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* -------------- ブラウザスタイルを初期化 -------------- */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	 margin: 0;
	 padding: 0;
	 font-weight:normal;
}

/* -------------- イメージの隙間をなくす -------------- */

img {
	 padding: 0;
	 vertical-align: top;
	border:0;
}

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

.clear{
	display:none;
}
div.bottomclear {
	width:100%;
	clear:both;
}
span.catchSmall {
	font-size:12px;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#555555;
	list-style-position:inside;
}

/* for WinIE6*/
* html body,
* html span.catchSmall {
	font-size: 75%;
	font-family: "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body,
*:first-child+html span.catchSmall { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

/* -------------- ハイパーリンク設定 -------------- */

a:link {
	color:#886600;
	font-weight:500;
	text-decoration:none;
}

a:hover {
	color:#603E00;
	font-weight:500;
	text-decoration:underline;
}

a:active {
	color:#603E00;
	font-weight:500;
	text-decoration:underline;
}

a:visited {
	color:#886600;
	font-weight:500;
	text-decoration:none;
}
a:visited:hover {
	color:#603E00;
	font-weight:500;
	text-decoration:underline;
}

/* 以下、ページデザイン */

div#page {
	width:900px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	zoom: 100%;
}
div#page:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

/* コンテンツ左 */

div#content-left {
	float:left;
	width:155px;
	margin-right:25px;
}
div#logo {
	width:155px;
	height:130px;
}
div#page-title_news {
	width:155px;
	height:80px;
	margin-bottom:20px;
	background-image:url(images/page-title_news.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-500px;
	overflow:hidden;
}
div#page-title_concept {
	width:155px;
	height:80px;
	margin-bottom:20px;
	background-image:url(images/page-title_concept.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-500px;
	overflow:hidden;
}
div#page-title_stay {
	width:155px;
	height:80px;
	margin-bottom:20px;
	background-image:url(images/page-title_stay.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-500px;
	overflow:hidden;
}
div#page-title_art-project {
	width:155px;
	height:103px;
	margin-bottom:20px;
	background-image:url(images/page-title_art-project.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-500px;
	overflow:hidden;
}
div#banner {
	display: block;
	width:155px;
	height:85px;
}
a.reserve {
	width:155px;
	height:70px;
	background-image:url(images/bannar_reserve.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	text-indent:-300px;
	overflow:hidden;
}
a.reserve:hover {
	background-position:bottom left;
}
a.reserve_e {
	width:155px;
	height:81px;
	background-image:url(images/bannar_reserve_e.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	text-indent:-300px;
	overflow:hidden;
}
a.reserve_e:hover {
	background-position:bottom left;
}

/* サイドナビ */

div#side-nav {
	width:181px;
	height:auto;
	position:absolute;
	top:320px;
}
div#side-nav ul {
	margin:0px;
	padding:0px;
}
div#side-nav ul li {
	list-style-type:none;
}

/* コンテンツ右 */

div#content-right {
	float:left;
	width:720px;
}

/* グローバルナビ */

div#global-nav {
	width:720px;
	height:50px;
	margin-top:30px;
}
ul.menublock01 {
	width:678px;
	height:30px;
	margin:0px;
	padding:0px 21px;
	background-color:#A0884C;
	display:block;
}
ul.menublock01 li {
	position: relative;
	float:left;
	list-style-type:none;
	display:inline;	
}
ul.menublock01 li a {
	width:113px;
	height:30px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	background-repeat:no-repeat;
}
ul.menublock01 li ul.menublock02 {
	display: none;
}
ul.menublock01 li ul.menublock02 li a {
	color:#886600;
}


/* 疑似要素 :hover で下層のメニューを可視に */

ul.menublock01 li:hover ul.menublock02 {
	display: block;
	position: absolute;
	z-index: 100;
	width:400px;
	height: 20px;
	border-left:1px solid #E1D9BF;
}

ul.menublock02 li {
	float: left;
	list-style-type:none;
	display:inline;
}
ul.menublock02 li a {
	display: block;
	width:auto;
	height: 19px;
	margin:0px;
	padding:0px 5px;
	line-height: 19px;
	font-size:10px;
	text-indent:0px;
	background-color:#FFFFFF;
	color:#886600;
	text-decoration:none;
	border-right:1px solid #E1D9BF;
	border-bottom:1px solid #E1D9BF;
}
ul.menublock02 li a:hover {
	background-color:#F0F0DD;
}

a.news {
	background-image:url(images/global-nav_news.gif);
	background-position:top left;
}
a.news:hover {
	background-position:bottom left;
}
a.concept {
	background-image:url(images/global-nav_concept.gif);
	background-position:top left;
}
a.concept:hover {
	background-position:bottom left;
}
a.stay {
	background-image:url(images/global-nav_stay.gif);
	background-position:top left;
}
a.stay:hover {
	background-position:bottom left;
}
a.free {
	background-image:url(images/global-nav_service.gif);
	background-position:top left;
}
a.free:hover {
	background-position:bottom left;
}
a.salon {
	background-image:url(images/global-nav_salon.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}
a.salon:hover {
	background-position:bottom left;
}
a.artproject {
	background-image:url(images/global-nav_artproject.gif);
	background-position:top left;
}
a.artproject:hover {
	background-position:bottom left;
}

/* ループイメージ */

div#loop-img {
	width:720px;
	height:35px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

/* タブナビ */

div#tab-nav {
	width:720px;
	height:20px;
	margin-bottom:-18px;
	zoom: 100%;
}
div#tab-nav:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#tab-nav a.tab-nav_news-on {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_news-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_news-off{
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_news-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_news-off:hover {
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_news-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_event-on {
	display:block;
	float: left;
	width:215px;
	height:21px;
	margin-left:-39px;
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_event-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_event-off{
	display:block;
	float: left;
	width:212px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_event-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_event-off:hover {
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_event-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_media-on {
	display:block;
	float: left;
	width:200px;
	height:21px;
	margin-left:-40px;
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_media-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_media-off {
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_media-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_media-off:hover {
	background: url(http://www.tpoint.co.jp/news/img/tav-navi_media-off.gif) left -21px no-repeat;
}

div#tab-nav a.tab-nav_concept-off{
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/concept/img/tav-navi_concept-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_concept-off:hover {
	background: url(http://www.tpoint.co.jp/concept/img/tav-navi_concept-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_creator-off{
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/concept/img/tav-navi_creator-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_creator-off:hover {
	background: url(http://www.tpoint.co.jp/concept/img/tav-navi_creator-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_tpoint-on {
	display:block;
	float: left;
	width:220px;
	height:21px;
	margin-left:-39px;
	background: url(http://www.tpoint.co.jp/concept/img/tav-navi_tpoint-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

div#tab-nav a.tab-nav_plan-on {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/stay/img/tav-navi_plan-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_design-off{
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/stay/img/tav-navi_design-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_design-off:hover {
	background: url(http://www.tpoint.co.jp/stay/img/tav-navi_design-off.gif) left -21px no-repeat;
}

div#tab-nav a.tab-nav_art-project-on {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/art-project/img/tav-navi_art-project-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

/* タブナビ（英語ページ） */

div#tab-nav a.tab-nav_news-on_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_news-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_news-off_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_news-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_news-off_e :hover {
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_news-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_event-on_e {
	display:block;
	float: left;
	width:215px;
	height:21px;
	margin-left:-39px;
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_event-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_event-off_e{
	display:block;
	float: left;
	width:212px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_event-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_event-off_e:hover {
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_event-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_media-on_e {
	display:block;
	float: left;
	width:200px;
	height:21px;
	margin-left:-40px;
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_media-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_media-off_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_media-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_media-off_e:hover {
	background: url(http://www.tpoint.co.jp/e/news/img/tav-navi_media-off.gif) left -21px no-repeat;
}

div#tab-nav a.tab-nav_concept-off_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/e/concept/img/tav-navi_concept-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_concept-off_e:hover {
	background: url(http://www.tpoint.co.jp/e/concept/img/tav-navi_concept-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_creator-off_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/e/concept/img/tav-navi_creator-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_creator-off_e:hover {
	background: url(http://www.tpoint.co.jp/e/concept/img/tav-navi_creator-off.gif) left -21px no-repeat;
}
div#tab-nav a.tab-nav_tpoint-on_e {
	display:block;
	float: left;
	width:200px;
	height:21px;
	margin-left:-39px;
	background: url(http://www.tpoint.co.jp/e/concept/img/tav-navi_tpoint-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

div#tab-nav a.tab-nav_plan-on_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/e/stay/img/tav-navi_plan-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_design-off_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	margin-left:-20px;
	background: url(http://www.tpoint.co.jp/e/stay/img/tav-navi_design-off.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
div#tab-nav a.tab-nav_design-off_e:hover {
	background: url(http://www.tpoint.co.jp/e/stay/img/tav-navi_design-off.gif) left -21px no-repeat;
}

div#tab-nav a.tab-nav_art-project-on_e {
	display:block;
	float: left;
	width:180px;
	height:21px;
	background: url(http://www.tpoint.co.jp/e/art-project/img/tav-navi_art-project-on.gif) left top no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

/* サブナビ */

div#sub-nav {
	width:auto;
	height:18px;
	margin-right:5px;
}
div#sub-nav ul {
	list-style-position:outside;
	list-style-type:none;
	zoom: 100%;
}
div#sub-nav ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#sub-nav ul li {
	float:right;
	height: 18px;
	margin-left:15px;
}
div#sub-nav ul li a.top {
	display:block;
	width: 30px;
	background-image:url(images/bt_top.gif);
	background-position: left top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
div#sub-nav ul li a.top:hover {
	background-position: left -18px;
}
div#sub-nav ul li a.english {
	display:block;
	width: 56px;
	background-image:url(images/bt_english.gif);
	background-position: left top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
div#sub-nav ul li a.english:hover {
	background-position: left -18px;
}
div#sub-nav ul li a.japanese {
	display:block;
	width: 71px;
	background-image:url(images/bt_japanese.gif);
	background-position: left top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
div#sub-nav ul li a.japanese:hover {
	background-position: left -18px;
}

/* コンテンツ */

div#content {
	width:658px;
	height:auto;
	background-color:#FFFFFF;
	padding: 50px 30px 0px 30px;
	margin-bottom:20px;
	border: 1px solid #E1D9BF;
}
p.catch {
	margin-bottom:30px;
	font-size: 14px;
	line-height: 175%;
	font-family:  "Times New Roman", "ヒラギノ明朝 Pro W3", "MS P 明朝", serif;
	color:#000000;
}
/* for WinIE6*/
* html p.catch {
	font-size: 75%;
	font-family: Times New Roman, "MS P 明朝", serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html p.catch { 
	font-size: 75%;
	font-family: Times New Roman, "MS P 明朝", serif;
	letter-spacing: 1px;
}
ul#rssWrapper {
	list-style-type:none;
	margin-bottom:10px;
	zoom: 100%;
}
ul#rssWrapper:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
ul#rssWrapper li {
	float:right;
	width:60px;
	height:14px;
	margin-left:10px;
}
div.post {
	margin-bottom:30px;
	padding: 30px 30px 25px 30px;
	border:1px solid #E1D9BF;
}
div.post h2 {
	color:#886600;
	margin:0px 0px 5px 0px;
}
p.postmetadata {
	font-size:10px;
	line-height: 19px;
	border-top:1px solid #CCCCCC;
	margin-top: 15px;
	padding-top: 15px;
}
.entry {
	margin: 20px 0px 0px 0px;
}
.entry a span {
	display: block;
	margin-top: 20px;
}
.more-link {
	width:620px;
	font-size:12px;
	display: block;
	margin: 10px 0px 0px 0px;
}
div.navigation {
	color:#886600;
	margin-bottom:30px;
	zoom: 100%;
}
div.navigation:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div.navigation div.alignleft {
	float:left;
}
div.navigation div.alignright {
	float:right;
}

/* フッター */

div#footer {
	width:720px;
	height:auto;
	text-align:center;
}	
div#footer-content {
	zoom: 100%;
}
div#footer-content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#footer-nav {
	width:720px;
	height:auto;
	margin-bottom:15px;
	font-size: 12px;
	text-align:center;
}
div#footer-credit {
	float:left;
	width: auto;
	font-size: 10px;
}
div#copyright {
	float:right;
	width: auto;
	text-align: right;
	font-size: 10px;
	margin:0px 0px 30px 0px;
}

/* 詳細設定 */

h4 {
	color: #886600;
}
h5 {
	color: #886600;
}
div#content h2 {
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	font-size: 16px;
}
div.entry {
	width:596px;
	zoom: 100%;
}
div.entry:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div.text {
	float:left;
	width:266px;
	height:auto;
	margin-right:30px;
}
div.photo {
	float:left;
	width:300px;
	height:auto;
}
div.entry img {
	margin-bottom:15px;
}

