@import url("reset.css");

/* 全般設定 */
html {
	background:#0080fe;
}

body {
	background:#F3EBE0 url(images/bg.gif) repeat-x;
	font:78%/1.5 Verdana, Tahoma, Arial, Geneva, sans-serif;
	color:#333;
	text-align:center;
}

a,
a:visited {
	color:#5A93C9;
	text-decoration:none;
}

a:hover {
	color:#88AC0B;
	text-decoration:underline;
}

h1,
h2,
h3 {
	font-family:'Trebuchet MS', Tahoma, Sans-serif;
	color:#444;
}

h1 {
	font-size:200%;
	font-weight:normal;
	letter-spacing:-1px;
}

h2 {
	font-size:160%;
	color:#88AC0B;
}

h3 {
	font-size:140%;
	font-weight:normal;
}

h1,
h2,
h3,
p {
	padding:10px;
	margin:0;
}

ul,
ol {
	margin:5px 20px;
	padding:0 20px;
}

ul {
	list-style:none;
}

img {
	border-none;
}

img.float-right {
	margin:5px 0px 10px 10px;
}

img.float-left {
	margin:5px 10px 10px 0px;
}

table {
	width:100%;
	border-collapse:collapse;
}

th {
	background:url(images/search-topbg.gif) repeat-x;
	padding:3px 0;
	color:#8B4726;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border:double 3px #828282;
}

th a {
	color:#EEE;
}

th a:hover {
	color:#FFF;
	text-decoration:underline;
}

td {
	vertical-align:top;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #9FB6CD;
	font:normal 1em Verdana, sans-serif;
	color:#777;
}

input.button {
	font:bold 12px Arial, Sans-serif;
	height:24px;
	margin:0;
	padding:2px 3px;
	color:#FFF;
	background:#00ffff url(images/nav.jpg) repeat-x 0 0;
	border:1px solid #009999;
}

/* レイアウト */
#canvas {
	position:relative;
	background:#fff;
	width:900px;
	margin:10px auto 0 auto;
	text-align:left;
}

#content-wrap {
	position:relative;
	background:#fff url(images/content-bg.gif) repeat-x;
	clear:both;
	float:left;
	width:870px;
	padding:0 0 15px 0;
	margin-left:15px;
	display:inline;
	border-top:5px solid #fff;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

/* ヘッダ */
#header {
	position:relative;
	background:#FFF url(images/header-bg.gif) repeat-x;
	width:870px;
	height:80px;
	padding:0;
	margin:0 auto;
}

#header h1 a {
	position:absolute;
	margin:0;
	padding:0;
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	color:#111;
	text-transform:none;
	text-decoration:none;
	top:30px;
	left:20px;
}

#header h1 a:hover {
	color:#666;
	text-decoration:underline;
}

#header h2 {
	position:absolute;
	margin:0;
	padding:0;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color:#5b4a29;
	top:2px;
	left:15px;
}

#header .header-links {
	position:absolute;
	top:53px;
	right:2px;
	color:#5B4A29;
}

#header .searchform {
	position:absolute;
	top:23px;
	right:0px;
	width:210px;
	background:#fff;
	border:none;
}

#header .searchform input.textbox {
	width:150px;
	color:#777;
	height:15px;
	padding:1px;
	vertical-align:top;
	border:solid 1px #999900;
}

#header .searchform input.button {
	width:40px;
	height:20px;
	padding:0px 3px;
	vertical-align:top;
	background:#00cccc;
	border:double 3px #009999;
}

#header-photo {
	clear:both;
	background:#fff;
	margin:5px auto;
	padding:0;
	height:172px;
	width:870px;
	overflow:hidden;
}

#header-photo img {
	border:none;
	margin:0;
	padding:0;
} 

#nav {
	clear:both;
	margin:0;
	padding:0;
	height:30px;
}

#nav ul {
	float:left;
	list-style:none;
	background:url(images/nav.jpg) repeat-x;
	width:870px;
	height:30px;
	text-transform:uppercase;
	margin:0 0 0 15px;
	padding:0;
	display:inline;
}

#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}

#nav ul li a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 14px;
	border-right:1px solid #009999;
	border-left: 1px solid #00ffff;
	font:bold 14px/30px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	color:#fff;
}

#nav ul li a:hover, 
#nav ul li a:active {
	background:url(images/nav-hover.jpg) repeat-x;
	color:#ffffff;
}

#nav ul li.current a {
	background:url(images/nav-current.jpg) repeat-x;
}

#nav ul li.nav-left {
	float:left;
	width:10px;
	height:30px;
	background:url(images/nav-left.jpg) left top no-repeat;
	border-right:1px solid #009999;
}

#nav ul li.nav-right {
	float:right;
	width:10px;
	height:30px;
	background:url(images/nav-right.jpg) left top no-repeat;
}

/* メインカラム */
#main {
	width:845px;
	padding:10px 0 0 0;
	margin:0 0 0 10px;
	display:inline;
}

#main ul li {
	list-style-image:url(images/bullet.gif);
}

#main .BlockTitle {
	margin-top:10px;
	padding-top:2px;
	padding-bottom:2px;
	background:url(images/block-bg.gif) left top no-repeat;
	border-bottom: double 3px #847322;
	border-right: solid 2px #847322;
	font:bold 120% 'Trebuchet MS', Tahoma, Sans-serif;
	color:#895F30;
}

#main .BlockContent {
	padding:5px 0;
}

.what-title {
	text-indent:13px;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	background:url(images/block-bg1.gif) left top no-repeat;
	border-bottom: double 3px #847322;
	font:bold 120% 'Trebuchet MS', Tahoma, Sans-serif;
	color:#FFFFE0;
}

.what-title-end {
	margin:0px;
	padding:0px;
	height:10px;
	background:url(images/block-bg2.gif) left top no-repeat;
}

/* コンテンツ設定 */
.CenterCblock,
.CenterLblock,
.CenterRblock {
	clear:both;
	margin-bottom:2px;
}

#CenterLColumn {
	float:left;
	width:100%;
}

#CenterRColumn {
	float:right;
	width:100%;
}

#ModuleContents {
	font-size:100%;
	line-height:1.5;
	padding:5px 10px 5px 5px;
	clear:both;
}

/* サイドカラム */
#sidebar {
	width:845px;
	padding:0;
	margin:0;
}

#sidebar .BlockTitle {
	margin:0px;
	padding:5px;
	font:bold 160% 'Trebuchet MS', Tahoma, Sans-serif;
	color:#899B0D;
}

#sidebar .BlockContent {
	padding:5px 15px;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
}

#sidebar li {
	list-style:none;
	margin:0;
	padding:5px;
}

* html body #sidebar ul.sidemenu li {
	height:1%;
}

/* メインメニュー及びユーザメニュー */
#mainmenu,
#usermenu {
	margin:0;
	padding:0;
	text-align:left;
}

#mainmenu a {
	display:block;
	margin:0 1px;
	padding: 5px 0;
	color:#895F30;
}

#mainmenu a:hover {
	color:#1773BC;
}

#mainmenu a.menuTop {
	border-top:#DDD solid 1px;
	border-bottom:#DDD solid 1px;
}

#mainmenu a.menuMain {
	border-bottom:#DDD solid 1px;
}

#mainmenu a.menuSub {
	padding-left:25px;
}

#usermenu a {
	display:block;
	border-bottom:#DDD solid 1px;
	margin:0 1px;
	padding: 5px 0;
	color:#895F30;
}

#usermenu a:hover {
	color:#1773BC;
}

#usermenu a.menuTop {
	border-top:#DDD solid 1px;
}

#usermenu a.highlight {
	background-color:#FCC;
}

/* フッタ */
#footer {
	clear:both;
	width:900px;
	font-size:95%;
	text-align:center;
	padding:5px 0;
	border-top: 2px solid #FFF8DC;
}

#footer a:hover {
	color:#000;
}

#footer h3 {
	color:#976834;
	margin:0;
	padding:0 10px;
	text-transform:uppercase;
	font-weight:bold;
}

#footer-columns1,
#footer-columns2{
	font-weight:bold;
}

#footer-columns1,
#footer-columns2,
#footer-columns3 {
	clear:both;
	font-size:10px;
	color:#666;
	margin:0 auto;
}

#footer-columns1 ul,
#footer-columns2 ul {
	list-style:none;
}

#footer-columns3 ul {
	list-style:none;
	border-top:1px solid #DEB887;
}

#footer-columns1 li {
	float:left;
	margin-bottom:2px;
	padding:0 10px;
	border-right:solid 1px #999999;
}

#footer-columns2 li {
	float:left;
	margin-bottom:10px;
	padding:0 10px;
	border-right:solid 1px #999999;
}

#footer-columns3 li {
	float:left;
	margin-top:5px;
	margin-bottom:2px;
	padding:0 5px;
	border-right:solid 1px #999999;
}

#footer-columns1 li a,
#footer-columns2 li a {
	font-weight:normal;
	color:#FF8C00;
	text-decoration:underline;
	display:block
}

#footer-columns3 li a {
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
	display:block
}

#footer-columns1 li a:hover,
#footer-columns2 li a:hover,
#footer-columns3 li a:hover {
	color:#0080ff;
	text-decoration:none;
}

.fc-left {
	border-left:solid 1px #999999;
}

#footer-bottom {
	clear:both;
	color:#666;
	margin:0 auto;
	padding:0px;
	width:500px;
	text-align:center;
}

#footer-bottom  a {
	color:#976834;
}

.outer {}

.head {
	background-color:#E8E8E8;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}

.head-pro {
	text-align:right;
	background-color:#A4D3EE;
	padding:5px;
	font-weight:bold;
}

.head-pro a {
	color:#d31a1a;
}

.even {
	background-color:#ffffff;
	padding:5px;
}

.odd  {
	background-color:#F8F8F8;
	padding:5px;
}

.foot {
	padding:5px;
}

tr.even td {
	background-color:#EEE;
	padding:5px;
}

tr.odd td {
	background-color:#FAFAFA;
	padding:5px;
}

.item {}

.itemHead {
	padding:3px 8px;
	background:transparent;
	color:#895F30;
	border-left:1px solid #895F30;
	border-bottom:1px solid #895F30;
}

.itemInfo {
	text-align:right;
	padding:3px;
	background:#F3F3F3;
	border-right:1px solid #895F30;
}

.itemTitle a {
	font-weight:bold;
	font-size:160%;
	color:#895F30;
}

.itemPoster {
	font-size:90%;
}

.itemPostDate {
	font-size:90%;
}

.itemStats {
	font-size:90%;
}

.itemBody {
	padding:5px 10px;
}

.itemText {
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5;
}

.itemText:first-letter {}

.itemFoot {
	text-align:right;
	padding:3px;
	border-top:1px solid #895F30;
}

.itemAdminLink {
	font-size:90%;
}

.itemPermaLink {
	font-size:90%;
}

div.errorMsg {
	background:url(images/search-bg.gif) repeat-x;
	text-align:center;
	border-top:1px solid #DDF;
	border-left:1px solid #DDF;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	font-weight:bold;
	padding:10px;
}

div.confirmMsg {
	background: #DDFFDF;
	color:#136C99;
	text-align:center;
	border-top:1px solid #DDF;
	border-left:1px solid #DDF;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	font-weight:bold;
	padding:10px;
}

div.resultMsg {
	background:#CCC;
	color:#333;
	text-align:center;
	border-top:1px solid silver;
	border-left:1px solid silver;
	font-weight:bold;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px;
}

div.xoopsCode {
	background:#FAFAFA;
	border:1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	padding:0px 6px 6px 6px;
}

div.xoopsQuote {
	background:#FAFAFA;
	border:1px solid #369;
	padding:3px;
}

.comTitle {
	font-weight:bold;
	margin-bottom:2px;
}

.comText {
	padding:2px;
}

.comUserStat {
	font-size:10px;
	color:#2F5376;
	font-weight:bold;
	border:1px solid silver;
	background-color:#FFF;
	margin:2px;
	padding:2px;
}

.comUserStatCaption {
	font-weight:normal;
}

.comUserStatus {
	margin-left:2px;
	margin-top:10px;
	color:#2F5376;
	font-weight:bold;
	font-size:10px;
}

.comUserRank {
	margin:2px;
}

.comUserRankText {
	font-size:10px;
	font-weight:bold;
}

.comUserRankImg {
	border:0;
}

.comUserName {}

.comUserImg {
	margin:2px;
}

.comDate {
	font-weight:normal;
	font-style:italic;
	font-size:smaller;
}
.comDateCaption {
	font-weight:bold;
	font-style:normal;
}

/* alignment classes */
.float-left  {
	float: left;
}

.float-right {
	float: right;
}

.align-left  {
	text-align: left;
}

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

/* display and additional classes */
.clear {
	clear: both;
}

/* メインページ改造 */
#CenterLColumn {
	float:left;
	text-align:left;
	padding:0px;
	width:624px;
	clear:both;
}

#CenterRColumn {
	float:right;
	text-align:center;
	padding:0px;
	width:230px;
}

/* ログインページ改造 */
.u-outer {
	text-align:center;
	margin:0px;
	padding:0px;
	color:#000;
	height:330px;
	background:url(images/u-bg.gif) center top no-repeat;
}

.u-head {
	text-align:center;
	line-height:36px;
	margin-top:10px;
	font-size:18px;
	font-family:Georgia;
	padding:10px 0;
	color:#6E7B8B;
	background:url(images/u-headbg.gif) center 10px no-repeat;
}

.u-name {
	text-align:left;
	text-indent:330px;
	margin-top:10px;
	padding:0px;
	height:16px;
	color:#000;
}


.u-pass {
	text-align:left;
	text-indent:330px;
	margin:0px;
	padding:0px;
	color:#000;
}

.u-even {
	text-align:center;
	padding:5px;
}

.u-odd  {
	text-align:center;
	padding:5px;
}

.u-button {
	text-align:center;
	margin:5px 0;
	padding:0px;
	font-size:16px;
}

/* ユーザー情報ページ改造 */
.ug-head,
.ug-head2 {
	text-align:center;
	line-height:40px;
	margin-top:10px;
	font-size:18px;
	font-family:Georgia;
	font-weight:bold;
	padding:10px 0;
	color:#6E7B8B;
	background:url(images/ug-headbg.gif) center 10px no-repeat;
}

.ug-name {
	text-align:left;
	text-indent:15px;
	line-height:35px;
	margin:0px;
	padding:0px;
	color:#6E7B8B;
	font-size:14px;
	width:150px;
	background:url(images/ug-namebg.gif) center top no-repeat;
}

/* ホテル更新・新着情報改造 */
.new-icon {
	float:left;
	text-align:center;
	line-height:22px;
	margin:0px;
	padding:0px;
	width: 30px;
	height:22px;
	background:#EEEED1;
	border-left:solid 1px #DBC971;
}

.new-l {
	float:left;
	text-align:left;
	line-height:22px;
	margin:0px;
	padding:0px;
	font-size:10px;
	width:85px;
	height: 22px;
	background:#EEEED1;
}

.new-r {
	text-align:left;
	text-indent:10px;
	line-height:22px;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bolder;
	height: 22px;
	background:#FFFACD;
	border-right:solid 1px #DBC971;
}

.new-word {
	text-align:left;
	text-indent:20px;
	line-height:20px;
	margin:0px;
	padding:0px;
	font-size:10px;
	height: 20px;
	border-right:solid 1px #DBC971;
	border-bottom:dotted 2px #DBC971;
	border-left:solid 1px #DBC971;
	clear:both;
}

/* 会社情報改造 */
.company-name{
	text-align:left;
	text-indent:45px;
	position:relative;
	left:83px;
	margin-bottom:10px;
	padding:0px;
	width:690px;
	height:35px;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	line-height:35px;
	background:url(images/com-head.jpg) left top no-repeat;
}

.company-lefttop {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	text-indent:10px;
	margin:0px;
	padding:0px;
	line-height:35px;
	width:140px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	background-color:#E6E6FA;
	border-top:solid 1px #adaed6;
	border-bottom:solid 1px #adaed6;
	border-left:solid 1px #adaed6;
	clear:both;
}

.company-righttop {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	text-indent:10px;
	margin:0px;
	padding:0px;
	line-height:35px;
	width:530px;
	font-size:13px;
	color:#666666;
	border-top:solid 1px #adaed6;
	border-right:solid 4px #9C9C9C;
	border-bottom:solid 1px #adaed6;
}

.company-left {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	text-indent:10px;
	margin:0px;
	padding:0px;
	line-height:35px;
	width:140px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	background-color:#E6E6FA;
	border-bottom:solid 1px #adaed6;
	border-left:solid 1px #adaed6;
	clear:both;
}

.company-right {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	text-indent:10px;
	margin:0px;
	padding:0px;
	line-height:35px;
	width:530px;
	font-size:13px;
	color:#666666;
	border-right:solid 4px #9C9C9C;
	border-bottom:solid 1px #adaed6;
}

.company-right-address {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	margin:0px;
	padding:6px 0;
	text-indent:5px;
	width:530px;
	border-right:solid 4px #9C9C9C;
	border-bottom:solid 1px #adaed6;
}

.company-left-end {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	text-indent:10px;
	margin-bottom:15px;
	padding:0px;
	line-height:35px;
	width:140px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	background-color:#E6E6FA;
	border-bottom:solid 3px #9C9C9C;
	border-left:solid 1px #adaed6;
	clear:both;
}

.company-right-end {
	float:left;
	text-align:left;
	position:relative;
	left:92px;
	text-indent:10px;
	margin-bottom:15px;
	padding:0px;
	line-height:35px;
	width:530px;
	font-size:13px;
	color:#666666;
	border-right:solid 4px #9C9C9C;
	border-bottom:solid 3px #9C9C9C;
}

.com-use {
	text-align:left;
	position:relative;
	left:90px;
	margin-bottom:10px;
	padding:3px 0 3px 0;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-indent:15px;
	width:680px;
	background-color:#778899;
	border-bottom:solid 1px #483D8B;
	border-left:solid 3px #483D8B;
	clear:both;
}

.com-use-content {
	text-align:left;
	position:relative;
	left:93px;
	margin:0px;
	padding:20px;
	width:630px;
	border:solid 1px #adaed6;
}

/* 広告掲載について */
.advert-name {
	text-align:left;
	text-indent:45px;
	position:relative;
	left:83px;
	margin-bottom:10px;
	padding:0px;
	width:690px;
	height:35px;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	line-height:35px;
	background:url(images/com-head.jpg) left top no-repeat;
}

.advert-content {
	text-align:left;
	position:relative;
	left:90px;
	margin:0px;
 	font-size:15px;
	padding:20px;
	width:630px;
	border:solid 1px #adaed6;
}

/* クーポン改造 */
.outer-coupon {
}

.coupon-header {
	margin:5px 0 0 0;
	font-size:120%;
	font-weight:bold;
	padding:0px 10px;
	color:#004891;
	height:30px;
	line-height:26px;
	background: url(images/cat-titlebg.gif) repeat-x;
	border-left:solid 5px #436EEE;
}

.head-couponname {
	text-align:center;
	line-height:70px;
	margin-bottom:10px;
	padding:0px;
	font-size:18px;
	color:#003f7d;
	font-weight:bold;
	height:50px;
	background:url(images/headbg-banner.gif) top center no-repeat;
}

.head-coupon-top {
	margin:0px;
	padding:0px;
	height:10px;
	background:url(images/coupon-top.gif) left top no-repeat;
}

.head-coupon1 {
	text-indent:40px;
	line-height:30px;
	margin:0 auto;
	padding:5px;
	height:30px;
	background:url(images/coupon-side1.gif) left top no-repeat;
}

.head-coupon1 a {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.head-coupon2 {
	margin:0 auto;
	padding:5px;
	background:url(images/coupon-side.gif) repeat-y;
}

.head-coupon3 {
	text-indent:20px;
	margin:0 auto;
	padding:5px;
	background:url(images/coupon-side.gif) repeat-y;
}

.head-coupon4 {
	text-indent:20px;
	line-height:25px;
	margin:0 auto;
	padding:5px;
	height:25px;
	background:url(images/coupon-side4.gif) repeat-y;
}

.head-coupon5 {
	margin:0 auto;
	padding:5px;
	background:url(images/coupon-side.gif) repeat-y;
}

.head-coupon-end {
	margin:0px;
	padding:0px;
	height:10px;
	background:url(images/coupon-bottom.gif) left top no-repeat;
}

.head-coupon a {
	color:#ffffff;
}

#gnn_title_top3 {
	margin:3px 0 0 0;
	font-size:120%;
	font-weight:bold;
	padding:0px;
	color:#fff;
	width:0px auto;
	height:25px;
	line-height:25px;
	clear:both;
}

#gnn_title_top3 ul {
	text-align: center;
	margin:0px;
	padding:0px;
}

#gnn_title_top3 li {
	float:left;
	width: 0px auto;
	display: inline;
}

#gnn_title_top3 a:hover {
	color:red;
}

#gnn_title_top3 li.title-l-black {
	width: 5px;
	height: 25px;
	background:url(images/header_black_l.gif) left top no-repeat;
}

#gnn_title_top3 li.title-r-black {
	margin-right:10px;
	width: 5px;
	height: 25px;
	background:url(images/header_black_r.gif) left top no-repeat;
}

#gnn_title_top3 li.title-r-blue {
	margin-right:10px;
	width: 5px;
	height: 25px;
	background:url(images/header_blue_r.gif) left top no-repeat;
}

.title-t31 a,
.title-t32 a,
.title-t33 a,
.title-t35 a {
	color:#1874CD;
}

.title-t31 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
}

.title-t32 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
	border-left:solid 1px #999;
}

.title-t33 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
	border-left:solid 1px #999;
}

.title-t34 {
	padding:0px;
	background: url(images/header_blue_m.gif) repeat-x;
	border-left:solid 1px #999;
}

.title-t34 a {
	color:#fff;
}

.title-t35 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
}

#gnn_title_bar {
	margin:0 0 8px 0;
	width:0px auto;
	border-bottom:solid 5px #1E90FF;
	clear:both;
}

#Coupons-right a {
	color:#d31a1a;
}

/* 新着情報 */
.whatnew-headname {
	text-align:center;
	line-height:50px;
	margin-bottom:10px;
	padding:0px;
	font-size:18px;
	color:#EE7942;
	font-weight:bold;
	height:55px;
	background:url(images/headbg-banner.gif) center center no-repeat;
}

.itemHead-new {
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	padding:0px;
	background:url(images/nav-new1.gif) left center repeat-x;
	height:30px;
	border-bottom:2px solid #895F30;
	border-left:7px solid #895F30;
}

.itemHead-new a {color:#ffffff;}

.odd th {
	background:url(images/nav-new2.gif) left center repeat-x;
	height:30px;
	color:#FFF;
	text-align:center;
}

/* 写真 */
#Album-right a {
	color:#d31a1a;
}

.title-t41 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
}

.title-t42 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
	border-left:solid 1px #999;
}

.title-t43 {
	padding:0px;
	background: url(images/header_blue_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
	border-left:solid 1px #999;
}

.title-t44 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-left:solid 1px #999;
}

.title-t45 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
}

.album-headname {
	text-align:center;
	line-height:50px;
	margin-bottom:10px;
	padding:0px;
	font-size:18px;
	color:#EE7942;
	font-weight:bold;
	height:55px;
	background:url(images/headbg-banner.gif) center center no-repeat;
}

.album-header {
	margin:5px 0 0 0;
	font-size:120%;
	font-weight:bold;
	padding:0px 10px;
	color:#004891;
	height:30px;
	line-height:26px;
	background: url(images/cat-titlebg.gif) repeat-x;
	border-left:solid 5px #436EEE;
}

/* 客室備品表 */
.fd-roomhead {
	text-align:left;
	line-height:27px;
	text-indent:25px;
	margin:10px 0 5px 0;
	padding:0px;
	color:#104E8B;
	font-size:14px;
	font-weight:bold;
	width:100%;
	height:25px;
	background:url(images/headname-bg.gif) left top no-repeat;
	border-bottom:solid 3px #0066ff;
}

.data-all,
.data2-all {
	border-collapse:separate;
	border-spacing:5px;
	border:solid 1px #cccccc;
}

.data-left {
	text-align:left;
	text-indent:10px;
	margin:0px;
	padding:5px;
	line-height:18px;
	font-weight:bold;
	width:150px;
	height:18px;
	background:#FFDEAD;
	border:solid 1px #cccccc;
}

.data-right {
	text-align:center;
	margin:0px;
	padding:5px;
	line-height:18px;
	font-size:15px;
	width:25px;
	height:18px;
	border:solid 1px #cccccc;
}

.data2-left {
	text-align:left;
	text-indent:10px;
	margin:0px;
	padding:5px;
	line-height:18px;
	font-weight:bold;
	width:208px;
	height:18px;
	background:#BFEFFF;
	border:solid 1px #cccccc;
}

.data2-right {
	text-align:center;
	margin:0px;
	padding:5px;
	line-height:18px;
	font-size:15px;
	width:25px;
	height:18px;
	border:solid 1px #cccccc;
}

/* 宿泊プラン */
#Plan-right a {
	color:#d31a1a;
}

.plan-header {
	margin:5px 0 0 0;
	font-size:120%;
	font-weight:bold;
	padding:0px 10px;
	color:#004891;
	height:30px;
	line-height:26px;
	background: url(images/cat-titlebg.gif) repeat-x;
	border-left:solid 5px #436EEE;
}

.title-t51 a,
.title-t53 a,
.title-t54 a,
.title-t55 a {
	color:#1874CD;
}

.title-t51 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
}

.title-t52 {
	padding:0px;
	background: url(images/header_blue_m.gif) repeat-x;
	border-left:solid 1px #999;
	border-right:solid 1px #F5F5F5;
}

.title-t52 a {
	color:#fff;
}

.title-t53 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
	border-left:solid 1px #999;
}

.title-t54 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
	border-right:solid 1px #F5F5F5;
	border-left:solid 1px #999;
}

.title-t55 {
	padding:0px;
	background: url(images/header_black_m.gif) repeat-x;
}

.head-plan1 {
	text-indent:30px;
	line-height:35px;
	margin:0 auto;
	padding:5px;
	height:35px;
	background:url(images/plan-side1.gif) left top no-repeat;
}

.head-plan1 a {
	color:blue;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.head-plan2 {
	margin:0 auto;
	padding:5px;
	background:url(images/plan-side.gif) repeat-y;
}

.head-plan3 {
	text-indent:20px;
	margin:0 auto;
	padding:5px;
	background:url(images/plan-side.gif) repeat-y;
}

.head-plan4 {
	text-align:center;
	line-height:30px;
	margin:0 auto;
	padding:5px;
	height:30px;
	background:url(images/plan-side4.gif) repeat-y;
}

.head-plan5 {
	margin:0 auto;
	padding:5px;
	background:url(images/plan-side.gif) repeat-y;
}

.head-plan-end {
	margin:0px;
	padding:0px;
	height:10px;
	background:url(images/plan-bottom.gif) left top no-repeat;
}

.head-plan a {
	color:#ffffff;
}

/* ＦＡＱ改造 */
.q-catname {
	text-indent:20px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:1px 0 0 10px;
	width:100%;
	height:36px;
	background:url(images/faq-top.gif) left top no-repeat;
}

.q-main {
	text-indent:10px;
	line-height:25px;
	margin:5px 0;
	font-weight:bold;
	font-size:16px;
	width:100%;
	height:25px;
	background:url(images/faq-main.gif) left top no-repeat;
}

.q-sub {
	text-indent:40px;
	line-height:25px;
	font-size:15px;
	width:100%;
	background:url(images/faq-sub.gif) 20px center no-repeat;
}

.q-catname2 {
	text-indent:20px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:1px 0 0 10px;
	width:100%;
	height:36px;
	background:url(images/faq-top2.gif) left top no-repeat;
}

.q-main2 {
	text-indent:38px;
	line-height:25px;
	margin:5px 0;
	font-weight:bold;
	font-size:16px;
	width:100%;
	height:25px;
	background:url(images/faq-main2.gif) 3px top no-repeat;
}

.q-sub2 {
	text-indent:25px;
	line-height:25px;
	padding-left:15px;
	font-size:14px;
	width:820px;
	background:url(images/faq-a.gif) 12px 7px no-repeat;
}

.q-sub3 {
	text-align:right;
	line-height:25px;
	margin-top:10px;
	padding-left:10px;
	font-size:14px;
	width:820px;
	text-decoration:underline;
}

/* お問合せ */
.inquiry-tophead {
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	background:url(images/search-bg.gif) repeat-x;
	border-top:1px solid #DDF;
	border-left:1px solid #DDF;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	padding:10px;
}

/* 検索 */
.head-search {
	background:url(images/search-topbg.gif) repeat-x;
	padding:3px 0 3px 15px;
	font-size:20px;
	font-family:Arial Black;
	font-weight:bold;
	border:outset 2px #EEEED1;
}

.h-search {
	background:url(images/search-topbg.gif) repeat-x;
	text-align:left;
	color:#363636;
	font-size:16px;
	border-top:1px solid #DDF;
	border-left:1px solid #DDF;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	font-weight:bold;
	padding:1px 0 1px 20px;
}

.search-head-sub {
	background-color:#E8E8E8;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}