@charset "UTF-8";
/* @Style license ID.0247 */
/* 全体の設定 */
body {
	font-family:Arial, Tahoma, "Trebuchet MS", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 0;
}

/* Reset */
h1,h2,h3,h4,h5,blockquote,ul,li,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.linkthumb {
	background:url(img/mk_blank.gif) ;
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:26px;
}

.arc90_linkpic {
	display: none;
	position: absolute;
	left: 0;
	top: 1.5em;
	width: 128px;
	height: 128px;
}

.indentmenu{
	font-size: 120%;
	font-weight: bold;
	width: 516px;
	overflow: hidden;
	margin-top: 10px;
	clear: both;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #ffcc00;
	border-width: 1px 0;
	background: black url(http://www.guam-style.com/img/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	font-weight: bold;
	color: black  !important;
	padding: 8px 11px;
	text-decoration: none;
	border-right: 1px solid #ffcc00;
}

.indentmenu ul li a:visited{
	color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white  !important;
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 8px; /*shift text down 1px for selected and active item*/
	background: black url(http://www.guam-style.com/img/indentbg2.gif) bottom center repeat-x;
}

.accordion_toggle {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0 5px 0 5px;
	font-size: 90%;
	color: #ff9900;
	font-weight: bold;
	text-align: right;
	text-decoration: non;
	outline: none;
	margin-top: -5px;
	margin-bottom: 10px;
	float: right;
	cursor: url("http://www.guam-style.com/img/popbox/magplus.cur"), pointer;
}
		
.accordion_toggle_active {
	background-color: #ff6600;
	color: #ffffff;
	cursor: url("http://www.guam-style.com/img/popbox/magminus.cur"), pointer;
}

.accordion_content{
	overflow:hidden;
	clear: both;
}
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	margin-bottom: 1px;
	margin-left: 11px;
	cursor: url("http://www.guam-style.com/img/popbox/magplus.cur"), pointer;
}
.PopBoxImageSmall2
{
	border: none 0px #ffffff;
	cursor: url("http://www.guam-style.com/img/popbox/magplus.cur"), pointer;
	margin-right: 3px;
	clear:both;
}
.PopBoxImageSmall3
{
	border: none 0px #ffffff;
	cursor: url("http://www.guam-style.com/img/popbox/magplus.cur"), pointer;
	margin-right: 3px;
	float: left;
}

.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("http://www.guam-style.com/img/popbox/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("http://www.guam-style.com/img/popbox/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #FF6600;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
div.separate
{
	clear:both;
}


/* 全体の枠 */
#container {
	background-image: url(img/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 950px;
}

/* ヘッダー */
#header {
	color: #333333;
	background-color: #ffffff;
	background-image: url(img/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
}
/* 見出し */

/* ブログの説明 */
.description {
	font-size: 80%;
	padding: 10px;
}
/* ヘッダーリンク */
#header a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーリンク色 */
#header a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーマウスオーバー時 */
#header a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダークリック時 */
#header a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済み */
#header a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* ヘッダー訪問済みマウスオーバー */
#header a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済みクリック時 */
#header a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ロゴエリア左 */
#banner {
	width: 200px;
	float: left;
}
/* ロゴエリア右 */
#banner2 {
	text-align: right;
	width: 720px;
	float: right;
}
/* ロゴエリア右余白 */
#banner2 .pad {
	padding-top: 0px;
	padding-right: 12px;
}
/* 検索エリア */
#searchbox {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}
/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 0px;
	padding-left: 0px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* 検索 ボックス・ボタンサイズ */
#searchbox input {
	font-size: 75%;
}

/* 上部ナビゲーションバー */
#navi {
	font-size: 75%;
	color: #000000;
	background-color: #ffffff;
	background-image: url(img/navibg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	clear: both;
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 6px;
	padding-right: 6px;
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	background-image: url(img/navi0.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: .3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0.5em;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #ff6600;
	background-color: #ffffff;
	background-image: url(img/navi.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* イメージ画像エリア */
#image {
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 150px;
	clear: both;
}
#image1 {
	margin-left: 6px;
	_margin-left:3px;
	padding-left: 6px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	width: 745px;
	height: 150px;
	float: left;
}
#image2 {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	width: 193px;
	height: 150px;
	text-align: right;
	float: left;
}
/* コンテンツ枠 */
#content {
	width: 558px;
	float: left;
}

/* メインエリア */
#main {
	font-size: 80%;
	line-height: 120%;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 558px;
}
/* メインリンク設定 */
#main a {
	color: #006699;
}
/* メインリンク基本色 */
#main a:link {
	color: #006699;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	color: #ff6600;
}
/* メインリンククリック時 */
#main a:link:active {
	color: #ff6600;
}
/* メインリンク訪問済み */
#main a:visited {
	color: #003366;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	color: #ff6600;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	color: #ff6600;
}

/*メイン余白  */
#main .pad {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
}
/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(img/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	background-color: #eeeeee;
	font-size: 100%;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}

/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	font-weight: bold;
}

h4.midashi {
	clear: both;
}

/* メイン見出しh5 */
#main h5 {
	font-size: 100%;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}

.kakaku {
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	font-family:Arial, Tahoma, Osaka, sans-serif;
	color: #ff6600;
}


/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #333333;
	background-color: #ffffe8;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 8px;
}


table.price {
	font-size: 100%;
        color: #000000;
        width: 516px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
        clear: both;
}
.price th{
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #E1E2E6;
}
.price td{
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}
.price input {
        border: 1px solid #7F9DB9;
}
.price textarea {
        border: 1px solid #7F9DB9;
}
.price h3{
	font-size: 110%;
	text-indent: -5px;
        color: #ff9900;
        border-left: 1px solid #CCCCCC;
        clear: both;
}

table.price2 {
	font-size: 80%;
}





/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 0;
	padding-left: 5;
	padding-right: 0;
	padding-bottom: 0;
	margin-right: 20px;
}

/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-bottom: 1px dotted #666666;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 16em;
	margin-right: 0px;
	margin-bottom: .8em;
}
/* お問い合わせ用 */
.form {
	line-height: 100%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.4em;
	margin-left: 7em;
	margin-right: 3;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 15px;
}

.rentory {
	background-image: url(img/whatnew.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 15em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type:none;
}

/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
}
/* 実線 */
#main p.jissen {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
/* 実線 */
#main p.clear{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
/* 強調 */
#main p.bold{
	color: #ff6600;
}
/* 画像左配置 */
#main .imageleft{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}

/* タグ */
.entry-tags {
	clear:both;
    margin: 0 0 10px 15px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}
/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

label {
margin-bottom: 0.5em;
width: 10em;
float: left;
clear: both;
white-space: nowrap;
}

textarea[id="comment-text"] {
	width: 80%;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

textarea {
	font-size: 100%;
}

/* サイドバー */
#sub1 {
	font-size: 80%;
	line-height: 140%;
	width: 193px;
	float: left;
}

/* サイドバー */
#sub2 {
	font-size: 80%;
	line-height: 140%;
	width: 190px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
}
/* サイドバー余白 */
#sub1 .pad ,#sub2 .pad {
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーリンク設定 */
#sub1 a ,#sub2 a {
	color: #006699;
}
/* サイドバーリンク色 */
#sub1 a:link , #sub2 a:link {
	color: #006699;
}
/* サイドバーマウスオーバー時 */
#sub1 a:link:hover ,#sub2 a:link:hover {
	color: #ff6600;
}
/* サイドバークリック時 */
#sub1 a:link:active , #sub2 a:link:active {
	color: #FF6600;
}
/* サイドバー訪問済み */
#sub1 a:visited ,#sub2 a:visited {
	color: #003366;
}
/* サイドバー訪問済みマウスオーバー */
#sub1 a:visited:hover ,#sub2 a:visited:hover {
	color: #ff6600;
}
/* サイドバー訪問済みクリック時 */
#sub1 a:visited:active ,#sub2 a:visited:active {
	color: #ff6600;
}
/* サイドバー見出しh2 */
#sub1 h2 ,#sub2 h2 {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	color: #333333;
	background-image: url(img/h2sub2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー見出しh3 */
#sub1 h3,#sub2 h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-image: url(img/h2-3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 27px;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
}
/* サイドバー段落 */
#sub1 p,#sub2 p {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

#sub1 p.ad,#sub2 p.ad{
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}



div.category-archives
{
	margin-top:10px;
	margin-left:2px;
}

div.category-archives ul
{
	list-style-type:none;
}

div.category-archives ul li
{
	background-color:#ffffff;
	margin-bottom:5px;
	font-weight: bold;
}

div.category-archives ul li a
{
	text-decoration:none;
	background:transparent url(http://www.guam-style.com/img/category_list.gif) no-repeat 0 0;
	display:block;
	padding:12px 0px 12px 10px;
	line-height:100%;
	border-bottom:1px solid #999999;
	margin-bottom:2px;
}

div.category-archives ul li a:hover
{
	background-position:0 -300px;
	text-decoration:none;
}

div.category-archives2
{
	margin-top:10px;
	margin-left:2px;
}
div.category-archives2 ul
{
	list-style-type:none;
}

div.category-archives2 ul li
{
	background-color:#ffffff;
	margin-bottom:5px;
}

div.category-archives2 ul li a
{
	text-decoration:none;
	background:transparent url(http://www.guam-style.com/img/category_list2.gif) no-repeat 0 0;
	display:block;
	padding:12px 0px 12px 10px;
	line-height:100%;
	border-bottom:1px solid #999999;
	margin-bottom:2px;
}

div.category-archives2 ul li a:hover
{
	background-position:0 -300px;
	text-decoration:none;
}

/* カテゴリー */
div#categories ul
{
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
/* カテゴリーリスト */
div#categories ul li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリーリスト リンク */
div#categories ul li a
{
	background-image: url(img/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリーリスト ホバー */
div#categories ul li a:hover
{
	color: #FF6600;
	background-image: url(img/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* カテゴリー2 */
div#categories2 ul
{
	padding: 0;
	margin-left: 0px;
	margin-bottom: 20px;
	list-style: none;
}
/* カテゴリーリスト2 */
div#categories2 ul li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリーリスト2 リンク */
div#categories2 ul li a
{
	background-image: url(img/arrowcat0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリーリスト2 ホバー */
div#categories2 ul li a:hover
{
	color: #FF6600;
	background-image: url(img/arrowcat.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* カテゴリー3（カフェ） */
div#categories3 ul
{
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
/* カテゴリー3（カフェ）リスト */
div#categories3 ul li
{
	background:url(../img/mk_blank.gif) ;
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリー3（カフェ）リスト リンク */
div#categories3 ul li a
{
	background-image: url(img/arrow_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* カテゴリー3（カフェ）リスト ホバー */
div#categories3 ul li a:hover
{
	color: #FF6600;
	background-image: url(img/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
}



/* 詳細ボタン */
div#det ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
/* 詳細ボタン リスト */
div#det ul li
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}
/* 詳細ボタンリスト リンク */
div#det ul li a
{
	background-image: url(img/arrowcat0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}
/* 詳細ボタンリスト ホバー */
div#det ul li a:hover
{
	color: #FF6600;
	background-image: url(img/arrowcat.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーリスト */
#sub1 ul, #sub2 ul {
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	list-style-type: none;
}
#sub1 ul ul li ,#sub2 ul ul li {
	margin-left: 10px;
}

/* タグ */
.module-tagcloud .module-content { font-size: 100%; text-align: left; margin-top: 5px; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }

/* サイドバー画像 */
#sub1 img ,#sub2 img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}

.rss {
	margin-top: 0px;
	margin-bottom: 0px;
}

.rss a {
	background-image: url(img/feed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.rss a:hover {
	background-image: url(img/feed.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}

#powered {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 75%;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}

#footernavi ul li a:hover {
	color: #FF6600;
	background-color: #ffffff;
}

/* フッター */
#footer {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	clear: both;
}



.hotelnavi {
	margin-top: 10px;
	clear: both;
}
.hotelnavi01 {
	background-image: url(hotel/img/hotel_navi01.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.hotelnavi01 a {
	background-image: url(hotel/img/hotel_navi01.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
}
.hotelnavi01 a:hover {
	background-image: url(hotel/img/hotel_navi01.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
}
.hotelnavi02 {
	background-image: url(hotel/img/hotel_navi02.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.hotelnavi02 a {
	background-image: url(hotel/img/hotel_navi02.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
}
.hotelnavi02 a:hover {
	background-image: url(hotel/img/hotel_navi02.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
}
.hotelnavi03 {
	background-image: url(hotel/img/hotel_navi03.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.hotelnavi03 a {
	background-image: url(hotel/img/hotel_navi03.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
}
.hotelnavi03 a:hover {
	background-image: url(hotel/img/hotel_navi03.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
}
.hotelnavi04 {
	background-image: url(hotel/img/hotel_navi04.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.hotelnavi04 a {
	background-image: url(hotel/img/hotel_navi04.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
	float: left;
}
.hotelnavi04 a:hover {
	background-image: url(hotel/img/hotel_navi04.jpg);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 129px;
	height: 30px;
	display: block;
}

address {
	font-size: 75%;
	font-style: normal;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 100%;
	margin-bottom: 0px;
}
.yoyaku {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 170px;
	clear: both;
}

.yoyaku a {
	background-image: url(img/yoyaku.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.yoyaku a:hover {
	background-image: url(img/yoyaku.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.yoyaku3 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 170px;
	clear: both;
}

.yoyaku3 a {
	background-image: url(img/yoyaku2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.yoyaku3 a:hover {
	background-image: url(img/yoyaku2.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.yoyaku2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}


.syousai {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 170px;
	clear: both;
}

.syousai a {
	background-image: url(img/syousai.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}
.syousai a:hover {
	background-image: url(img/syousai.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 37px;
	display: block;
}

.coupon{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.coupon a {
	background-image: url(img/coupon.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	width: 220px;
	height: 37px;
	display: block;
}
.coupon a:hover {
	background-image: url(img/coupon.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 220px;
	height: 37px;
	display: block;
}
.up {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	float: right;
}

.up a {
	background-image: url(img/up.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: block;
}
.up a:hover {
	background-image: url(img/up.png);
	background-position: 0px -20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: block;
}

/* プラン料金表 */
div.plan1 {
	text-indent: 10px;
	background-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.plan4 {
	font-size: 90%;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}

/* タグ表示 */
.tag {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
}
.tag ul li {
	display: block;
	list-style-type:none;
}
.tag ul li a {
	background-image: url(img/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tag ul li a:hover {
	color: #FF6600;
	background-image: url(img/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* 詳細ボタン */
.det
{
	list-style: none;
	margin-top: 0px;
}
/* 詳細ボタン リスト */
.det ul li
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-right: 0px;
	padding-left: 0px;
	display: block;
}
/* 詳細ボタンリスト リンク */
.det ul li a
{
	background-image: url(img/arrowcat0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #FFFFCC;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
/* 詳細ボタンリスト ホバー */
.det ul li a:hover
{
	color: #FF6600;
	background-image: url(img/arrowcat.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #6699CC;
}

.blank
{
	background:url(img/mk_blank.gif) ;
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:15px;
}
.blank2
{
	background:url(img/mk_blank.gif) ;
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:26px;
}

.plans {
	clear:both;
	margin-top: 10px;
	margin-bottom: 30px;
	list-style-type: none;
	border-top: 1px dotted #999;
}
 
.plans li {
	width: 502px;
	_width: 516px;
	display: block;
	overflow: auto;
	padding: 8px 5px 0px 7px;
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	zoom:1; /* Should be IE only */
}
 
.plans li.bl-hot {
	background-image: url(img/plans01.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.plans li.bl-hover {
	background-image: url(img/plans02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
 
.plans p {
	color: #333;
	padding-left: 10px;
}
 
.plans span {
	color: #3366ff;
	font-size: 120%;
	font-weight: bold;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.plans-cat {
	clear:both;
	margin-top: 10px;
	list-style-type: none;
	border-top: 1px dotted #999;
}
 
.plans-cat li {
	display: block;
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	height:auto;
	min-height: 90px;
	width: 502px;
	_width: 516px;
	padding: 10px 5px 7px 10px;
	zoom:1; /* Should be IE only */
}
 
.plans-cat li.bl-hot {
	background-image: url(img/plans-cat01.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.plans-cat li.bl-hover {
	background-image: url(img/plans-cat02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
 
.plans-cat p {
	color: #333;
}
 
.plans-cat span {
	color: #3366ff;
	font-size: 120%;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.plans-cat img {
	margin-right: 10px;
	float: left;
}

.plans2 {
	clear:both;
	margin: 10px 0 20px 0;
	list-style-type: none;
	border-top: 1px dotted #999;
}
 
.plans2 li {
	display: block;
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	height:auto;
	min-height: 90px;
	width: 502px;
	_width: 516px;
	padding: 10px 5px 7px 10px;
	zoom:1; /* Should be IE only */
}
 
.plans2 li.bl-hot {
	background-image: url(img/plans-cat03.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.plans2 li.bl-hover {
	background-image: url(img/plans-cat02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
 
.plans2 p {
	color: #333;
}

.plans2 span {
	color: #3366ff;
	font-size: 120%;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.plans2 img {
	margin-right: 10px;
	float: left;
}

/* 写真ギャラリー */
.gallery {
margin-bottom:5px;
_margin-bottom:10px;
clear:both;
}
.gallery li {
display: block;
float:left;
overflow:hidden;
width: 96px;
_width: 118px;
margin:5px;
padding: 5px;
text-align: center;
text-decoration: none;
zoom:1; /* Should be IE only */
}
.gallery li.bl-hot {
background-image: url(img/feature_bg01.jpg);
background-position: top right;
border: 6px solid #B1CBE4;
}
.gallery li.bl-hover {
background-image: url(img/feature_bg02.jpg);
background-position: top right;
border: 6px solid #6699cc;
}
.gallery h3{
font-weight: normal !important;
background-image:none !important;
background-color:transparent !important;
font-size: 70% !important;
margin:3px 0 -2px 0 !important;
padding-left: 0 !important;
_margin-bottom:20px !important;
border:none !important;
line-height:1.4em !important;
}

/* 写真ギャラリー */
.gallery2 {
margin-bottom:20px;
_margin-bottom:20px;
clear:both;
}
.gallery2 li {
display: block;
float:left;
overflow:hidden;
width: 144px;
_width: 165px;
margin:3px;
padding: 5px;
text-align: center;
text-decoration: none;
zoom:1; /* Should be IE only */
}
.gallery2 li.bl-hot {
background-image: url(img/feature_bg01.jpg);
background-position: top right;
border: 6px solid #B1CBE4;
}
.gallery2 li.bl-hover {
background-image: url(img/feature_bg02.jpg);
background-position: top right;
border: 6px solid #6699cc;
}
.gallery2 h3{
background-image:none !important;
background-color:transparent !important;
margin:3px 0 -2px 0 !important;
padding-left: 0 !important;
border:none !important;
line-height:1.4em !important;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }

.clearfix { display: inline-block; }

/* Hides From IE-mac */
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* End hide from IE-mac */

