@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}
body {
	font-size: 100%;
}
html>body {
	font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
	border: none;
}

/* フォーム */
form {
	margin: 0px;
}
#search-options,
input,
textarea {
	padding: 1px;
}
#search {
	width: 140px;
	height: 20px;
}
html > body #search {
	height: 15px;
}

/* ヘッダ */
#header {
	position: relative;
	border-top: 5px solid #632e2f;
	width: 970px;
	height: 365px;
	background-image: url("images/header-back.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: left;
}

#header h1 a {
	position: absolute;
	top: 11px;
	left: 16px;
	width: 342px;
	height: 32px;
	font-size: 1px;
	text-indent: -9999px;
}

/* タイトルバナー下の説明 */
.blog-description {
	font-size: 1px;
	text-indent: -9999px;
}

/* ヘッダトップメニュー */
#header #top-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	text-align: right;
}
#header #top-menu li {
	display: inline;
	list-style: none;
	margin: 0 0 0 5px;
	font-size: 75%;
	font-weight: bold;
}

#header #top-menu li a {
	display: inline;
	list-style: none;
	padding: 5px;
}
#header #top-menu li a:hover {
	background-image: url("common/images/alpha.png");
}

/* ヘッダバナー */
#header #bana1-toyama,
#header #bana1-kanazawa,
#header #bana1-noto,
#header #bana1-fukui {
	position: absolute;
	top: 159px;
	width: 79px;
	height: 66px;
	font-size: 0px;
	text-indent: -9999px;
}
#header #bana1-toyama {
	left: 37px;
}
#header #bana1-kanazawa {
	left: 137px;
}
#header #bana1-noto {
	left: 237px;
}
#header #bana1-fukui {
	left: 337px;
}

#header #bana1-toyama a,
#header #bana1-kanazawa a,
#header #bana1-noto a,
#header #bana1-fukui a {
	display: block;
	width: 79px;
	height: 66px;
	font-size: 0px;
	text-indent: -9999px;
}

#header #bana2 {
	position: absolute;
	top: 65px;
	left: 630px;
	width: 330px;
	height: 200px;
	font-size: 0px;
	text-indent: -9999px;
}
#header #bana2 a {
	display: block;
	width: 330px;
	height: 200px;
	font-size: 0px;
	text-indent: -9999px;
}

/* ヘッダメニュー */
#header #header-menu {

}
#header #header-menu li {
	position: absolute;
	top: 313px;
	display: block;
	height: 38px;
	font-size: 0px;
	text-indent: -9999px;
	list-style: none;
}
#header #header-menu li.shop-news {
	left: 95px;
	width: 132px;
}
#header #header-menu li.shop-guide {
	left: 313px;
	width: 123px;
}
#header #header-menu li.open-closed {
	left: 515px;
	width: 87px;
}
#header #header-menu li.access {
	left: 665px;
	width: 87px;
}
#header #header-menu li.parking {
	left: 821px;
	width: 87px;
}
#header #header-menu li a {
	display: block;
	height: 38px;
	font-size: 0px;
	text-indent: -9999px;
	list-style: none;
}

#header #header-menu li.shop-news a {
	width: 132px;
}
#header #header-menu li.shop-guide a {
	width: 123px;
}
#header #header-menu li.open-closed a {
	width: 87px;
}
#header #header-menu li.access a {
	width: 87px;
}
#header #header-menu li.parking a {
	width: 87px;
}

#shop-news {
	width: 625px;
	height: 41px;
	font-size: 1px;
	text-indent: -9999px;
	background-image: url("common/images/shop-news.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}
#friendship-news {
	width: 625px;
	height: 41px;
	font-size: 1px;
	text-indent: -9999px;
	background-image: url("common/images/friendship-news.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.top-line {
	clear:both;
	margin:10px 0 3px;
	padding:0;
}
.top-date {
	float:left;
	margin:0;
	padding:0;
	width:150px;
}
.top-title {
	margin:0 0 0 160px;
	padding:0;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #630;
    background: #8fabbe;
    font-size: 100%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background-image: url("common/images/contents-title-back.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #630;
	font-size: 100%;
	font-weight: bold;
}

/* ブログ記事 */
.entry {
	width: auto;
	margin: 0 0 15px;
	padding: 10px;
	background-image: url("common/images/contents-back.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
    color: #36414d;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* 検索 */
#sidetitle-search {
	width: 300px;
	height: 31px;
	background-image: url("common/images/search-back.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
#side-search {
	position: relative;
	width: 300px;
	height: 34px;
	background-image: url("common/images/search-back.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

#side-search #search {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 215px;
	height: 14px;
	border: 1px solid #CCC;
	padding: 2px;
}
#side-search #searchBtn {
	position: absolute;
	top: 5px;
	left: 235px;
}

fieldset {
    border: none;
}

/* サイドメニュー(カテゴリ) */
#sidetitle-shop-guide {
	width: 300px;
	height: 31px;
	background-image: url("common/images/side-title.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
#side-shop-guide {
	width: 300px;
	background-image: url("common/images/side-back.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px 0;
}
#floor-14,
#floor-2,
#floor-1,
#floor-b1 {
	min-height: 38px;
	margin: 0 0 10px 15px;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#floor-14 {
	background-image: url("common/images/floor-title-14f.png");
}
#floor-2 {
	background-image: url("common/images/floor-title-2f.png");
}
#floor-1 {
	background-image: url("common/images/floor-title-1f.png");
}
#floor-b1 {
	background-image: url("common/images/floor-title-b1f.png");
}
#side-shop-guide li {
	display: block;
	margin: 0 10px 0 65px;
	padding: 0 0 0 15px;
	list-style: none;
	color: #630;
	background-image: url("common/images/shop-list.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 100%;
}
#side-shop-guide li a {
	display: block;
	color: #630;
	font-weight: bold;
}

#sidetitle-urban-guide {
	width: 300px;
	height: 10px;
	font-size: 1px;
	text-indent: -9999px;
}
#side-urban-guide {
	width: 300px;
}
#side1,
#side2,
#side3,
#side4,
#side5,
#side6 {
	display: block;
	width: 300px;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
#side1 {
	height: 40px;
	background-image: url("images/side1.gif");
}
#side2 {
	height: 40px;
	background-image: url("common/images/side2.png");
}
#side3 {
	height: 40px;
	background-image: url("common/images/side3.png");
}
#side4 {
	height: 40px;
	background-image: url("common/images/side4.png");
}
#side5 {
	height: 40px;
	background-image: url("images/side5.gif");
}
#side6 {
	height: 40px;
	background-image: url("common/images/side6.png");
}
#side1 a,
#side2 a,
#side3 a,
#side4 a,
#side6 a {
	display: block;
	width: 300px;
	height: 40px;
	font-size: 1px;
	text-indent: -9999px;
}
#side5 a {
	display: block;
	width: 300px;
	height: 40px;
	font-size: 1px;
	text-indent: -9999px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-result-header {
    margin: 15px 0 0;
}

/* カラム切り替え */
body.layout-two-column-right {
    text-align: center;
    background-color: #fff;
}
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* 固定レイアウト共通 */
.layout-two-column-right #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color: #fff;
    width: 970px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 625px;
    margin-left: 15px;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 300px;
    margin-left: 15px;
}
.layout-two-column-right #links-right {
    padding: 15px 0;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 15px 0;
}

/* フッタ */
.layout-two-column-right #footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 970px;
	height: 450px;
	background-image: url("common/images/footer-back.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: left;
}

#footer #footer-menu {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 940px;
}
#footer #footer-menu li {
	display: block;
	float: left;
	margin: 0 10px 0 5px;
	padding: 0 0 0 15px;
	list-style: none;
	color: #630;
	background-image: url("common/images/footer-menu-list.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 83.3%;
}
#footer #shoplist-b1,
#footer #shoplist-1,
#footer #shoplist-2,
#footer #shoplist-14 {
	position: absolute;
	top: 100px;
	width: 148px;
	height: 170px;
	padding-top: 30px;
	border-left: 2px solid #bc0056;
	background-repeat: no-repeat;
}
#footer #shoplist-b1 {
	left: 15px;
	background-image: url("common/images/flag-b1f.png");
}
#footer #shoplist-1 {
	left: 175px;
	background-image: url("common/images/flag-1f.png");
}
#footer #shoplist-2 {
	left: 335px;
	background-image: url("common/images/flag-2f.png");
}
#footer #shoplist-14 {
	left: 495px;
	background-image: url("common/images/flag-14f.png");
}

#footer #shoplist-b1 li,
#footer #shoplist-1 li,
#footer #shoplist-2 li,
#footer #shoplist-14 li {
	display: block;
	list-style: none;
	color: #630;
	background-image: url("common/images/shop-list.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 83.3%;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
}
#footer #shoplist-b1 li a,
#footer #shoplist-1 li a,
#footer #shoplist-2 li a,
#footer #shoplist-14 li a {
	display: block;
	color: #630;
}

#footer #aubade-hall {
	position: absolute;
	display: block;
	top: 100px;
	left: 655px;
	width: 300px;
	height: 70px;
	background-image: url("common/images/aubade-hall-banner.png");
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}
#footer #aubade-hall a {
	display: block;
	width: 300px;
	height: 70px;
	font-size: 0px;
	text-indent: -9999px;
}
#footer #footer-info {
	position: absolute;
	top: 180px;
	left: 665px;
	width: 280px;
	height: 100px;
}
#footer-info #info-title {
	color: #bc0056;
	font-size: 83.3%;
	font-weight: bold;
}
#footer-info #info-address {
	color: #630;
	font-size: 75%;
	line-height: 1.5em;
	margin: 5px 0 0 0;
}
#footer-info #info-phone {
	width: 224px;
	height: 27px;
	margin: 5px 0 0 0;
	background-image: url("common/images/phone.png");
	font-size: 0px;
	text-indent: -9999px;
}
#footer-info #info-mail {
	display: block;
	width: 277px;
	height: 21px;
	margin: 5px 0 0 2px;
	background-image: url("common/images/mail.png");
	font-size: 0px;
	text-indent: -9999px;
}
#footer-info #info-mail a {
	display: block;
	width: 277px;
	height: 21px;
	font-size: 0px;
	text-indent: -9999px;
}

#footer #copyright {
	position: absolute;
	top: 428px;
	left: 15px;
	width: 940px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

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

.clearfix {display: inline-table;}

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

