@charset "UTF-8";


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

* {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	background-color: #C7BCB0;
}

a {
	text-decoration: none;
}

a img {
	border:0;
}

a:link {
	color:#990033;
}

a:visited {
	color:#990033;
	text-decoration: none;	
}

a:hover {
	color:#999999;
	text-decoration: none;	
}

a:active {
	color:#990033;
	text-decoration: none;	
}

p,ul,dl {
	padding: 0;
	margin: 0;
}

h1,h2,h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h2 {
	color: #3B051B;
}

table {
		margin: 0;
		padding: 0;
		width: 100%;
}

table th {
	background-color: #DDB7BC;
	font-weight: bold;
	color: #3B051B;
	padding: 3px 8px;
	text-align: left;
}

table td {
	text-align: left;
	margin:2px;
	padding: 3px 8px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

table td.align-right {
	text-align: right;
}

ul li, ol li {
	margin: 0;
	padding: 0;
}

span.price {
	color: #990000;
	font-size: 100%;
}


/* レイアウト関係
-----------------------------*/

.twoColFixLt #container {
	width: 800px;
	margin: 0 auto;
	border: 0px solid #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.twoColFixLt #sidebar1 {
	position:relative;
	float:left;
	width: 150px;
	padding: 15px 15px 15px 15px;
	margin: 0;
	background-color: #3B051B;
}

.twoColFixLt #mainContent {
	position:relative;
	float:left;
	/*margin: 0 0 0 181px;*/
	/*padding: 14px;*/
	padding:12px;
	width: 591px;
}

.twoColFixLt #header {
	float:left;
	width:620px;
	/*margin: 0 0 0 181px;*/
	background-color: #EDE3DE;
}


.twoColFixLt #header h2 {
	text-indent: -9999px;
	margin: 0;
	height: 104px;
	padding: 15px 20px 20px;
}


.twoColFixLt #footer {
	position:relative;
	clear:both;
	height:70px;
	padding: 15 auto;
	background-color: #EDE3DE;
}

.twoColFixLt #footer p.sc {
	float:right;
	color: #990033;
	padding: 15px 5px 0 0;
}

.twoColFixLt #footer ul#address{
	width:250px;
	float:left;
}

.twoColFixLt #footer ul#address li{
	float:left;
	clear:left;
	list-style:none;
}

.twoColFixLt #footer ul#address li address {
	color: #990033;
	margin:0;
	padding:5px 0 0 5px;
	width:230px;
}

.twoColFixLt #footer ul#address li p{
	margin:0;
	padding:15px 0 0 8px;
}

.twoColFixLt #footer ul#address li p a{
	color: #666666;
}

.twoColFixLt #footer ul#address li p a:hover{
	color: #990033;
}

.twoColFixLt #footer ul#aed{
	background:url(../images/aed-img.gif) no-repeat;
	width:311px;
	height:49px;
	list-style:none;
	float:left;
	margin:8px 0 0 0;
	padding:0;
}

.twoColFixLt #footer ul#aed li{
	color:#990033;
	margin:27px 0 0 48px;
}

.twoColFixLt #mainContent h2 {
	clear:both;
	width: 500px;
	margin: 10px 0;
	padding: 0;
}

.twoColFixLt #mainContent img#btn-back {
	float:right;
	margin: 10px 0;
	padding: 0;
}

.twoColFixLt br.newline {
	clear:both;
	margin: 0;
	padding: 0;
	height: 0px;
}

/* ナビゲーション関係
-----------------------------*/

#navigation li {
	clear:both;
	list-style:none;
	height: 31px;
	width: 149px;
	text-indent: -9999px;
}

#navigation a {
		height: 31px;
		width: 149px;
		display:block;
}

#navigation li#top {
	background: url(../images/navi-top.gif) no-repeat 0 0;
}

#navigation li#top a:hover {
	background: url(../images/navi-top.gif) no-repeat 0 0;
}

#navigation li#info {
	background: url(../images/navi-info.gif) no-repeat 0 0;
}

#navigation li#info a:hover {
	background: url(../images/navi-info.gif) no-repeat 0 -32px;
}

#navigation li#point21 {
	background: url(../images/navi-point21.gif) no-repeat 0 0;
}

#navigation li#point21 a:hover {
	background: url(../images/navi-point21.gif) no-repeat 0 -32px;
}

#navigation li#guestroom {
	background: url(../images/navi-guestroom.gif) no-repeat 0 0;
}

#navigation li#guestroom a:hover {
	background: url(../images/navi-guestroom.gif) no-repeat 0 -32px;
}

#navigation li#reservation {
	background: url(../images/navi-reservation.gif) no-repeat 0 0;
}

#navigation li#reservation a:hover {
	background: url(../images/navi-reservation.gif) no-repeat 0 -32px;
}

#navigation li#shiga {
	background: url(../images/navi-shiga.gif) no-repeat 0 0;
}

#navigation li#shiga a:hover {
	background: url(../images/navi-shiga.gif) no-repeat 0 -32px;
}

#navigation li#restaurant {
	background: url(../images/navi-restaurant.gif) no-repeat 0 0;
}

#navigation li#restaurant a:hover {
	background: url(../images/navi-restaurant.gif) no-repeat 0 -32px;
}

#navigation li#blog {
	background: url(../images/navi-blog.gif) no-repeat 0 0;
}

#navigation li#blog a:hover {
	background: url(../images/navi-blog.gif) no-repeat 0 -32px;
}

#navigation li#recruit {
	height: 31px;
	background: url(../images/navi-recruit.gif) no-repeat 0 0px;
}

#navigation li#recruit a:hover {
	background: url(../images/navi-recruit.gif) no-repeat 0 -32px;
}


#navigation li#access {
	height: 32px;
	background: url(../images/navi-access.gif) no-repeat 0 0px;
}

#navigation li#access a:hover {
	background: url(../images/navi-access.gif) no-repeat 0 -32px;
}

#navigation li#mail {
	height: 26px;
	background: url(../images/navi-mail.gif) no-repeat 0 0;
}

#navigation li#mail a {
	height: 26px;
	background: url(../images/navi-mail.gif) no-repeat 0 0;
}

#navigation li#mail a:hover {
	height: 26px;
	background: url(../images/navi-mail.gif) no-repeat 0 0;
}

#navigation li#longstay {
	height: 53px;
	background: url(../images/banner_longstay_s.gif) no-repeat 0 0;
}

#navigation li#longstay a {
	height: 53px;
	background: url(../images/banner_longstay_s.gif) no-repeat 0 0;
}

#navigation li#longstay a:hover {
	height: 53px;
	background: url(../images/banner_longstay_s.gif) no-repeat 0 0;
}

#navigation li#address {
	height:auto;
	text-indent: 0px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	margin: 10px 0;
}

#navigation li#bunner {
	width: 149px;
	margin: 4px auto 0 auto;
	text-indent: 0px;
}

#navigation li.bunner2 {
	margin: 35px auto 0 auto;
	text-indent: 0px;
	height:auto;
}



/* ページヘッダ関係
-----------------------------*/
.twoColFixLt #header h2#head-info {
	background-image: url(../info/images/header.gif);
}

.twoColFixLt #header h2#head-room {
	background-image: url(../room/images/header.gif);
}

.twoColFixLt #header h2#head-room-single {
	background-image: url(../room/images/header-room-single.gif);
}

.twoColFixLt #header h2#head-room-double {
	background-image: url(../room/images/header-room-double.gif);
}

.twoColFixLt #header h2#head-room-d1double {
	background-image: url(../room/images/header-room-d1double.gif);
}

.twoColFixLt #header h2#head-room-d2double {
	background-image: url(../room/images/header-room-d2double.gif);
}

.twoColFixLt #header h2#head-room-twin {
	background-image: url(../room/images/header-room-twin.gif);
}

.twoColFixLt #header h2#head-room-dtwin {
	background-image: url(../room/images/header-room-dtwin.gif);
}

.twoColFixLt #header h2#head-room-japanese {
	background-image: url(../room/images/header-room-japanese.gif);
}

.twoColFixLt #header h2#head-point21 {
	background-image: url(../point21/images/header.gif);
}

.twoColFixLt #header h2#head-reservation {
	background-image: url(../reservation/images/header.gif);
}

.twoColFixLt #header h2#head-weekend {
	background-image: url(../weekend/images/header.gif);
}

.twoColFixLt #header h2#head-restaurant {
	background-image: url(../restaurant/images/header.gif);
}

.twoColFixLt #header h2#head-blog {
	background-image: url(../blog/images/header.gif);
}

.twoColFixLt #header h2#head-recruit {
	background-image: url(../recruit/images/header.gif);
}

.twoColFixLt #header h2#head-access {
	background-image: url(../access/images/header.gif);
}

.twoColFixLt #header h2#head-inquiry {
	background-image: url(../inq/images/header.gif);
}

.twoColFixLt #header h2#head-golf {
	background-image: url(../golf/images/header.png);
}


/* ボックス関係
-----------------------------*/

/* TOPページ */

.twoColFixLt h2#head-top {
	/*
	height: 350px;
	background-image: url(../images/img-top-header.jpg);
	background-repeat: no-repeat;
	*/
	width: 619px;
	float: left;
	margin: 0;
	padding:0;
	text-indent:0;
}

.twoColFixLt #top-content {
	float:left;
	width:800px;
	background-color: #C7BCB0;
	font-weight: normal;
}

.twoColFixLt #top-point {
	float:left;
	/*width: 380px;*/
	width: 380px;
	/*padding: 10px 30px;*/
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #3B051B;
}

.twoColFixLt #top-point h3 {
	float:left;
	width: 360px;
	padding: 15px 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.twoColFixLt #top-point dl {
	float:left;
	width: 360px;
	margin: 10px;
	color: #FFFFFF;
}

.twoColFixLt #top-point dt {
	clear:both;
	float:left;
	width: 360px;
	color: #C1B695;
}

.twoColFixLt #top-point dd {
	float:left;
	font-size: 90%;
	margin: 5px 5px 8px 10px;
	width: 350px;
	color: #E6E6E6;
}


.twoColFixLt #top-blogtopics {
	float:left;
	width: 320px;
	/*padding: 10px;*/
	padding: 5px;
	margin: 0;
	background-color: #C7BCB0;
	color: #FFFFFF;
}

.twoColFixLt #top-blogtopics h3 {
	float:left;
	width: 320px;
	padding: 15px 10px;
	margin: 0;
	color: #57474E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.twoColFixLt #top-blogtopics dl {
	float:left;
	width: 290px;
	padding:0;
	margin: 10px;
	color: #FFFFFF;
}

.twoColFixLt #top-blogtopics dt {
	clear:both;
	width: 290px;
	float:left;
	margin: 5px 0 0 0;
	padding:0;
	color: #537544;
}

.twoColFixLt #top-blogtopics dd {
	float:left;
	width: 290px;
	padding: 5px 5px 8px 10px;
	margin:0;
	font-size: 90%;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

/* ブログ */
ul#sidebar2 {
	overflow:hidden;
	position:relative;
	float:left;
	list-style:none;
	padding: 0;
	margin: 0 0 0 -5px;
	background-color: #3B051B;
	clear:both;
	width: 160px;
}

ul#sidebar2 li {
	clear:both;
	list-style:none;
	width: 149px;
}

.twoColFixLt .box-blog {
	width: 591px; 
	float:left;
	margin: 20px 0;
	background: #EDE3DE url(../images/box01-bg.gif) repeat;
}

.twoColFixLt .box-blog h3 {
	padding: 5px 10px;
	background: #3B051B url(../images/box01-top.gif) no-repeat left top;
	color: #FFFFFF;
}

.twoColFixLt .box-blog h3 a {
	color: #FFFFFF;
}

.twoColFixLt .box-blog h3 a:hover {
	color: #FFCC00;
}

.twoColFixLt .box-blog ul, .twoColFixLt .box-blog ol {
	float:left;
	padding: 10px;
}

.twoColFixLt .box-blog li {
	margin: 0 20px;
	padding: 0;
}

.twoColFixLt .box-blog p {
	float:left;
	margin: 0;
	width: 571px;
	padding: 10px;
}
.twoColFixLt .box-blog p.commentinfo {
	float:left;
	margin: 0;
	width: 571px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #AAAAAA;
}

.twoColFixLt .box-blog p p {
	float:left;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: none;
}


.twoColFixLt .box-blog p.footer {
	float:left;
	background: url(../images/box01-bottom.gif) no-repeat left bottom;
	margin: 0;
	width: 571px;
	padding: 10px;
}


/* ウィジット */
#categories {
	padding: 15px 0 0 0;
}

#sidebar1 h2 {
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	background-color: #826822;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #483A12;
	border-bottom-color: #483A12;
	border-left-color: #FFFFFF;
}

#sidebar1 #categories li {
	color:#FFCC66;
	font-weight: normal;
	font-size: 90%;
}

#sidebar1 #categories a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	margin: 0 0 0 10px;
}


#calendar {
	padding: 15px 0 15px 0;
	color: #FFFFFF;
}

#calendar a {
	color: #FFCC66;
}

#calendar table#wp-calendar {
	width: 100px:

}

table#wp-calendar th, table#wp-calendar td {
	margin: 0 auto;
	padding: 0;
	width: 10px:
	height:auto;
	text-align: center;
}

div.democracy {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	
}

#democracy ul{
	margin:5px 0;
}
#democracy ul li {
	width:130px;
}

.dem-vote-button {
	width: 130px;
}

/* １列タイプ */
.twoColFixLt .box01 {
	width: 591px; 
	float:left;
	margin: 20px 0;
	background: #EDE3DE url(../images/box01-bg.gif) repeat;
}


.twoColFixLt .box01 h3 {
	padding: 5px 10px;
	background: #3B051B url(../images/box01-top.gif) no-repeat left top;
	color: #FFFFFF;
}

.twoColFixLt .box01 h3 a {
	color: #FFFFFF;
}

.twoColFixLt .box01 p {
	float:left;
	background: url(../images/box01-bottom.gif) no-repeat left bottom;
	margin: 0;
	width: 571px;
	padding: 10px;
}

.twoColFixLt .box01 dl {
	float:left;
	width: 591px;
	clear:both;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/box01-bottom.gif) no-repeat left bottom;

}

.twoColFixLt .box01 dt {
	clear: left;
	float:left;
	margin: 0;
	padding: 10px;
}

.twoColFixLt .box01 dt.ivent {
	clear: left;
	float:left;
	margin-left: 5px;
	padding: 10px 10px 10px 2em;
	border-bottom: 1px #000000 dotted;
	width:560px;
}


.twoColFixLt .box01 dd {
	margin: 5px;
	padding: 10px 10px 10px 150px;
	border-bottom: 1px #000000 dotted;
}

.twoColFixLt .box01 a.btn {
	float:left;
	clear:both;
	margin: 15px 0 0 450px;
}

.twoColFixLt .box01 a.btn2 {
	/*clear:both;*/
	position:relative;
	float: right;
	/*margin: 0 0 0 460px;*/
}

.twoColFixLt .box01 dd table {
	width: 100%;
}

.twoColFixLt .box01 dl table.golf tr td{
	margin:5px 2px 5px 2px;
}

.twoColFixLt .box01 dl dd ol li {
	margin: 0 0 0 17px; 
}

.twoColFixLt .box01 .box01-01 {
	float: left;
	width: 275px;
	padding: 8px 8px 0px 8px;
	margin: 10px 0;
}

.twoColFixLt .box01 .box01-01 p {
	float: left;
	width: 150px;
	background-image: none;
}

.twoColFixLt .box01 .box01-01 h4 {
	float: left;
	width: 150px;
	margin: 0 5px;
	color: #537544;
}

.twoColFixLt .box01 .box01-01 img {
	float: left;
}

.twoColFixLt .box01 .box01-01 img.btn {
	float: left;
	margin: 5px;
}


.twoColFixLt .box01 .box01-02 {
	float: left;
	width: 570px;
	padding: 8px 8px 0px 8px;
	margin: 10px 0;
}

.twoColFixLt .box01 .box01-02 p {
	float: left;
	width: 450px;
	background-image: none;
}

.twoColFixLt .box01 .box01-02 h4 {
	float: left;
	width: 450px;
	margin: 0 5px;
	color: #537544;
}

.twoColFixLt .box01 .box01-02 img {
	float: left;
}

.twoColFixLt .box01 .box01-02 img.btn {
	float: left;
	margin: 5px;
}




/* 2列タイプ */
.twoColFixLt .box02 {
	position: relative;
	float:left;
	width: 291px;
	margin: 10px 2px;
	background: #EDE3DE url(../images/box02-bg.gif) repeat;
}
/*
.twoColFixLt .box02_left {
	clear: left;
	position:relative;
	
}
*/
.twoColFixLt .box02 img {
	float:left;
}

.twoColFixLt .box02 h3 {
	width: 271px;
	padding: 5px 10px;
	background: #3B051B url(../images/box02-top.gif) no-repeat left top;
	color: #FFFFFF;
}

.twoColFixLt .box02 p {
	width: 270px;
	float: left;
	margin: 0;
	padding: 8px 10px;
}

.twoColFixLt .box02 dl {
	width: 291px;
	clear:both;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/box02-bottom.gif) no-repeat left bottom;

}
.twoColFixLt .box02 p.footer {
	clear:both;
	width: 291px;
	padding: 0;
	background: url(../images/box02-bottom.gif) no-repeat left bottom;
}


.twoColFixLt .box02 dt {
	float:left;
	margin: 0;
	padding: 10px;
}

.twoColFixLt .box02 dd {
	margin: 5px;
	padding: 10px 10px 10px 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.twoColFixLt .box02 a.btn {
	clear:both;
	float:right;
	padding: 5px;
}

.twoColFixLt .box02 a.btn2 {
	/*clear:both;*/
	position:relative;
	float: right;
	/*margin: 0 0 0 460px;*/
}

.twoColFixLt .box02 table {
	width: 290px;
	padding: 5px;
	margin: 0;
	float:left;
}



/* 客室紹介タイプ */

.twoColFixLt .box-room-01 {
	float:left;
	width: 586px;
	margin: 10px 2px;
}

.twoColFixLt .box-room-01 img {
	float:right;
	border: 1px solid #CCCCCC;
}

.twoColFixLt .box-room-01 p {
	clear:left;
	width: 300px;
	margin: 0;
	padding: 5px 0;
}

.twoColFixLt .box-room-01 p.price-right {
	text-align: right;
	
}

.twoColFixLt .box-room-01 span.price {
	font-size: 120%;
	color: #990033;
}

.twoColFixLt .box-room-01 p.footer {
	clear:both;
	padding: 0;
	margin: 5px 0;
	background: url(../images/box01-bottom.gif) no-repeat left bottom;
}

.twoColFixLt .box-room-01 table {
	width: 300px;
	padding: 5px;
	margin: 0;
	float:left;
}

.twoColFixLt .box-room-01 div#btn-reservation {
	text-indent: -9999px;
	width: 300px;
	height: 100px;
}

.twoColFixLt .box-room-01 div#btn-reservation a {
	margin: 10px auto;
	display: block;
	width: 113px;
	height: 21px;
	background: url(../room/images/btn-reservation.gif) no-repeat 0 0;
}

.twoColFixLt .box-room-01 div#btn-reservation a:hover {
/*	margin: 10px auto;
	display: block;
	width: 113px;
	height: 21px;
	*/
	background: url(../room/images/btn-reservation.gif) no-repeat 0 -21px;
}

.twoColFixLt .box-room-point {
	width: 295px;
	float:left;
	margin:0;
	padding: 5px 0;
}

/* 客室詳細：共通ポイント */

.twoColFixLt .box-room-02 {
	width: 295px;
	float:left;
	margin:0;
	padding: 5px 0;
}
/*
.twoColFixLt .box02_left {
	clear: left;
	position:relative;
	
}
*/
.twoColFixLt .box-room-02 img {
	float:left;
	border: 1px solid #854D70;
}

.twoColFixLt .box-room-02 h3 {
	float:right;
	width: 149px;
	padding: 2px 5px;
	margin: 0 7px 0 0;
	color: #FFFFFF;
	background-color: #854D70;
}

.twoColFixLt .box-room-02 p {
	width: 151px;
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

/* 客室詳細：アメニュティー */

.twoColFixLt .box-room-03 {
	float:left;
	width: 591px;
	margin:0;
	padding: 20px 0;
}

.twoColFixLt .box-room-03 div.box-amenity {
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px;
}
/*
.twoColFixLt .box02_left {
	clear: left;
	position:relative;
	
}

*/
.twoColFixLt .box-room-03 h3 {
	float:left;
	width: 130px;
	padding: 20px 0 8px 10px;
	margin: 0 5px 100px 0;
	color: #854D70;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #854D70;
}

.twoColFixLt .box-room-03 div.box-amenity h4 {

	font-size: 80%;
	width: 90px;
	padding: 0;
	margin: 0 0 5px 0;
	height:20px;
}

.twoColFixLt .box-room-03 div.box-amenity img {
	float:left;
	border: 1px solid #854D70;

}

.twoColFixLt .box-room-03 div.box-amenity p {
	width: 100px;
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

.twoColFixLt .box-room-03 p {
	float: left;
	width: 580px;
	clear:both;
	margin: 0;
	padding: 5px 0 0 5px;
	text-align: right;
	font-size: 80%;
}

/* 客室詳細：チェックイン／アウト */

.twoColFixLt .box-room-04 {
	float:left;
	margin:20px 0;
	padding: 0;
}

.twoColFixLt .box-room-04 dl {
	width: 591px;
	float: left;
	padding: 0;
	margin: 0;
}
/*
.twoColFixLt .box02_left {
	clear: left;
	position:relative;
	
}

*/
.twoColFixLt .box-room-04 dt {
	float: left;
	width: 100px;
	padding: 5px 8px;
	text-align: right;
	margin: 0 5px 0 0;
	color: #854D70;

}

.twoColFixLt .box-room-04 dd {
	float:left;
	padding: 5px 0;
	margin: 0;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/* 3列タイプ */
.twoColFixLt .box03 {
	position: relative;
	float: left;
	width: 190px;
	margin: 10px 3px;
	background: #EDE3DE url(../images/box03-bg.gif) repeat;
}
/*
.twoColFixLt .box03_left {
	clear: left;
	position:relative;
	
}
*/
.twoColFixLt .box03 img {
	float:left;
	margin: 5px;
	border: 1px solid #999999;
}

.twoColFixLt .box03 h3 {
	width: 170px;
	padding: 5px 10px;
	background: #3B051B url(../images/box03-top.gif) no-repeat left top;
	color: #FFFFFF;
}

.twoColFixLt .box03 p {
	width: 180px;
	margin: 5px;
	padding: 0;
}

.twoColFixLt .box03 p.footer {
	clear: both;
	height: 5px;
	width: 190px;
	padding:0;
	margin: 0;
	background: #EDE3DE url(../images/box03-bottom.gif) no-repeat left bottom;
}


.twoColFixLt .box04 {
	width: 295px;
	float:left;
	margin: 5px 0;
	padding: 5px 0;
}

.twoColFixLt .box04 img {
	float:left;
	border: 1px solid #854D70;
}

.twoColFixLt .box04 h3 {
	float:right;
	width: 149px;
	padding: 2px 5px;
	margin: 0 7px 0 0;
	color: #FFFFFF;
	background-color: #557573;
}

.twoColFixLt .box04 p {
	width: 151px;
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

.twoColFixLt .box-mini2 {
	position:relative;
	float:left;
	width: 200px;
	margin: 5px;
	padding: 0;
}

.twoColFixLt .box-mini2 img {
	float:left;
	border: 1px solid #854D70;
}

.twoColFixLt .box-mini2 strong {
	float:left;
	width: 110px;
	padding: 2px 4px;
	margin: 0;
}

.twoColFixLt .box-mini2 p {
	width: 110px;
	float: left;
	margin: 0;
	padding: 3px 0 0 5px;
	background-image: none;
}

.twoColFixLt .box-mini {
	position:relative;
	float:left;
	width: 400px;
	margin: 5px;
	padding: 0;
}

.twoColFixLt .box-mini img {
	float:left;
	border: 1px solid #854D70;
}

.twoColFixLt .box-mini strong {
	float:left;
	width: 110px;
	padding: 2px 4px;
	margin: 0;
}

.twoColFixLt .box-mini p {
	width: 300px;
	float: left;
	margin: 0;
	padding: 3px 0 0 5px;
	background-image: none;
}

.twoColFixLt .box01-restaurant01 {
	width: 220px;
	float: left;
	margin: 0;
	padding:8px;
	background-image: none;
}

.twoColFixLt .box01-restaurant02 {
	float: right;
	width: 330px;
	margin: 0;
	padding:8px;
	background-image: none;
}
.twoColFixLt .box01-restaurant01 p {
	background-image: none;
	width:200px;
}


.twoColFixLt .box01-restaurant02 img {
	float: right;
	background-image: none;
}

.twoColFixLt .box01-restaurant02 strong {
	width: 190px;
	float: right;
	margin: 0;
	padding:5px;
	background-image: none;
	background-color: #557573;
	color: #FFFFFF;
}

.twoColFixLt .box01-restaurant02 p {
	float: right;
	width: 190px;
	padding:8px;
	background-image: none;
}


/* アクセス */

.twoColFixLt .box-map {
	width: 591px; 
	float:left;
	margin: 20px 0;
	padding: 0;
	background: #EDE3DE url(../images/box01-bg.gif) repeat;
}

.twoColFixLt .box-map02 {
	width :260px;
	float:left;
	margin: 10px 0 10px 10px;
	height: 800px;
}


.twoColFixLt .box-map h3 {
	width: 571px;
	padding: 5px 10px;
	background: #3B051B url(../images/box01-top.gif) no-repeat left top;
	color: #FFFFFF;
}
/*
.twoColFixLt .box-map .box-map03 {
	width:290px;
	margin:0;
	padding:0;
}
*/
.twoColFixLt .box-map03 h4 {
	float:left;
	width: 300px;
	padding: 3px 5px;
	margin: 10px 0;
	background-color: #594C48;
	color: #FFFFFF;
}

.twoColFixLt .box-map03 dl {
	float:left;
	margin: 5px 0px;
	width: 280px;
	padding: 0 3px;
}

.twoColFixLt .box-map03 dt {
	float:left;
	margin: 0;
	width: 270px;
	font-weight: bold;
	color: #594C48;
}

.twoColFixLt .box-map03 dd {
	float:left;
	margin: 5px;
	width: 280px;
}

.twoColFixLt .box-map03 p {
	float:left;
	padding: 0 8px;
	margin: 3px 8px;
	width: 274px;
}

.twoColFixLt .box-map p.footer {
	float:left;
	background: url(../images/box01-bottom.gif) no-repeat left bottom;
	margin: 0;
	width: 571px;
	padding: 10px;
}

.twoColFixLt .box-map img {
	/*float:left;*/
	float:left;
	border: 1px solid #594C48;	/*width:250px;*/
}

.twoColFixLt .box-map div.google {
	float:left;
	border: 1px solid #594C48;
	margin: 5px;
}

.twoColFixLt .box-map02 img.no-border {
	float:left;
	border: none;
	margin: 20px 0 0 0;
}

.twoColFixLt .box01 .map_img {
	float:left;
	background: url(../images/box01-bottom.gif) no-repeat left bottom;
	margin:0;
	padding:1px;
}

h1.pb{
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

h2.pb{
	color:#660000;
	font-size:12.33px;
}

h2.pb a{
	text-decoration:underline;
	font-size:12.33px;
}

p.pb{
	margin-bottom:25px;
	line-height:160%;
}