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

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body {
    font-size: 100%;
    word-break: normal;
    word-wrap: break-word;
}
html>body {
    font-size: 12pt;
}

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

/* リンク */
a,
a:link,
a:visited {
    color: #00a0c6;
    text-decoration: none;
}
a:hover {
    color: #87cefa;
    text-decoration: none;
}
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 {
    border-bottom: 0px solid #669;
    height: 390px;
    color: #999;
    background: #ffffff;
    outlinewidth: 0;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 0px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

.header_img {
	border: none;
	margin-bottom:0px;
	margin-top:0px;
}

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 0px;
}

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

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

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    font-size: 75.3%;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 0px solid  #666666;
    color: #ffffff;
    background: #ffffff;
    text-align: left;
    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;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 0px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #ffffff;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
	margin-bottom: 10px;
	overflow: hidden;
}
.layout-one-column #container {
    margin-bottom: 0;
}

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

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 802px;
}
html > body.layout-two-column-right #box {
    width: 800px;
}

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

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

/* フッタ */
.layout-two-column-right #footer {
	width: 802px;
    margin-right: auto;
    margin-left: auto;
    border-left: 0px solid #669;
    border-right: 0px solid #669;
    border-bottom: 0px solid #669;
    height: 45px;
    color: #cccccc;
    background: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}

.layout-two-column-left #footer,
.layout-two-column-right #footer {
    
}
html > body.layout-two-column-right #box {
    width: 800px;
}
.layout-one-column #footer {
    width: 478px;
}

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

.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}


/* パンくずリスト */
.breadcrumbs {
    margin: 13px 3px 30px 3px;
    font-size: 73.5%;
}

/* textsize切り替え*/
.textsize {
    padding-bottom: 0px;
    text-align: right;
}

/* 旧サイトからの引き継ぎ*/
#data {
	float: right;
	width: 200px;
	color: #000000;
	background: #ffffff;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 20px;
}

#data_L {
	float: left;
	width: 200px;
	color: #000000;
	background: #ffffff;
	margin-bottom: 8px;
	margin-right: 0px;
	padding-right: 20px;
}

.kakomi {
	background: #FAFAD2;
	margin: 10px;
	padding: 1em;
}

.caption {
	background: none;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	font-weight:normal;
	font-size: 0.8em;
	line-height:1.6em;
	margin-top:0.5em;
	padding: 0em;
}

.img{
	border: none;
	margin-bottom:10px;
	margin-top:5px;
}


.img_L{
	float: left;
	border: none;
	margin-right:8px;
	margin-bottom:8px;
}



.img_R{
	float: right;
	border: none;
	margin-left:8px;
	margin-bottom:8px;
}

.img_0{
	border: none;
	margin: 0px;
	padding: 0px;
}

.midashi	{
	background: none;
	border-top: 0px solid #000000;
	border-bottom: 0px dotted #999999;
	color: #4682B4;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", 　"細明朝", HiraMinPro-W6 ,Palatino, Georgia, Times New Roman,　serif; 
	font-size:1.3em;
	font-weight: bold;
	padding-top: 5px; 
	padding-bottom: 0px; 
}

.strong	{
	background: none;
	border-top: 0px solid #000000;
	border-bottom: 0px dotted #999999;
	color: #FF9900;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	font-size:1.3em;
	font-weight: bold;
	padding-top: 5px; 
	padding-bottom: 5px; 
}

.clearing {
    height: 0;   
    margin-bottom: 20px;
    clear: both;  
}

/* サイド囲み*/
#side_box {
	width: 240px;
	border: 1px #d3d3d3 solid;
	color: #666666;
	text-align: center;
	padding: 10px 5px 0px 5px;
	margin-bottom: 15px;
	margin-left:0px;
}

.side_box a:visited h2{
	color: #91918f;
	font-weight: bold;
	text-decoration:none; 
	} 
	
.side_box a:hover h2{
    color: #ff9500;
	font-weight: bold;
	text-decoration:none; 
	} 
	
.side_box  h2{
	color: #00a0c6;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0;	
	} 
	
.side_box  img{
	margin: 0px;
	} 
	
.side_box  p{
	margin-bottom: 0px;
	} 

.side-header{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url() no-repeat;
    color: #6b8e23;
    font-size: 100%;
    font-weight: bold;
}

.shop_info-header  {
	color: #00a0c6;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	} 

.side-text {
	width: 220px;
    margin-bottom: 5px;
    padding: 0px 0px 10px 10px;
    background: #fff;
    line-height:1.5;
    word-break: break-all;
    text-align: left;
}

.side-text ul,
.side-text ol {
    padding-left: 16px;
}
.side-text ul li {
padding-left: 16px;
    list-style-type: circle;
}
.side-text ul li ul {
    padding-left: 0px;
}
.side-text li li {
    list-style-type: none;
}

.side-entry {
    margin: 0px;
    color: #36414d;
    background: #fff;
    font-size: 72%;
    line-height:1.5;
    word-break: break-all;
}

.side-entry  img{
	margin-bottom: 5px;
	} 
	
.side-entry  p{
	margin-bottom: 10px;
	} 

.side-date {
	color: #b0c4de;
    background-color: transparent;
    padding: 5px 10px 0px 0px;
    border-top: 0px dotted #36414d;
    font-size: 90%;
    text-align: right;
}

/* サイド枠なし囲み*/
#side_nonbox {
	width: 240px;
	border: 0px #d3d3d3 solid;
	color: #666666;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-bottom: 15 px;
	margin-left: 0px;
}

/* コンテンツ用リスト（横並び）*/
#contens_menu {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;

}

#contens_menu_tate {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;

}

.contens_description{
	color: #36414d;
	text-align: left;
    font-size: 86%;
    line-height:1.8;
	word-break: break-all;
	margin-bottom: 10px;
	paddingt: 0px;
}

.contens_row{
	margin-left: -8px;
	margin-bottom: 8px;
	overflow:hidden;
}

a.contens_box {
	border: 0px #d3d3d3 solid;
	float:left;
	width: 172px;
	color: #36414d;
	background: #f5f2ee;
	font-size: 72%;
	text-align: left;
	line-height:1.5;
	word-break: break-all;
	margin-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#contens_menu  a:hover{
	border: 0px #87cefa solid;
	text-align: left;
	background: #f8f4e6;
	float: left;
	display: block;
	text-decoration: none;
	} 

#contens_menu a:visited h2{
	color: #59b9c6;
	text-decoration:none; 
	} 
	
#contens_menu a:hover h2{
	color: #f8b500;
	text-decoration:none; 
	} 
	
#contens_menu a h2{
	color: #59b9c6;
	font-size: 14px;
	font-weight : bold; 
	margin: 0px;
	padding: 0;	
	} 
	
#contens_menu a img{
	margin: 10px 10px 5px 10px;
	} 
	
#contens_menu a p{
	margin: 10px 5px 10px 5px;
	color: #36414d;
	} 

/* コンテンツ用リスト（縦並び）*/
#contens_menu_tate {
	width: 252px;
	padding: 0px 0px 0px 32px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

#contens_menu_tate  a:hover{
	border: 0px #87cefa solid;
	text-align: left;
	background: #f8f4e6;
	float: left;
	display: block;
	text-decoration: none;
	} 

#contens_menu_tate a:visited h2{
	color: #59b9c6;
	text-decoration:none; 
	} 
	
#contens_menu_tate a:hover h2{
	color: #f8b500;
	text-decoration:none; 
	} 
	
#contens_menu_tate a h2{
	color: #59b9c6;
	font-size: 14px;
	font-weight : bold; 
	margin: 0px;
	padding: 0;	
	} 
	
#contens_menu_tate a img{
	margin: 10px;
	} 
	
#contens_menu_tate a p{
	margin: 10px 5px 10px 5px;
	margin-top: 5px;
	color: #36414d;
	} 

/*毎月新聞ごはん用リスト（横並び）*/
#gohan_menu {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

.gohan_row{
	margin-left: -8px;
	margin-bottom: 0px;
}

a.gohan_box {
	border: 1px #d3d3d3 solid;
	float:left;
	width: 172px;
	color: #36414d;
	background: #fff;
	font-size: 72%;
	text-align: center;
	line-height:1.5;
	word-break: break-all;
	padding: 10px;
	margin-left: 8px;
	margin-bottom: 10px;
}

#gohan_menu  a:hover{
	border: 1px #87cefa solid;
	text-align: center;
	float: left;
	display: block;
	text-decoration: none;
	} 

#gohan_menu a:visited h2{
	color: #d3d3d3;
	text-decoration:none; 
	} 
	
#gohan_menu a:hover h2{
	color: #00a0c6;
	text-decoration:none; 
	} 
	
#gohan_menu a h2{
	color: #b6b6b6;
	font-size: 14px;
	margin: 0px;
	padding: 0;	
	} 
	
#gohan_menu a img{
	margin: 0px;
	} 
	
#gohan_menu a p{
	margin: 0px;
	color: #b6b6b6;
	} 

/* ショップインフォメーション（横並び）*/
#shop_info {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow:hidden;
}

.shop_info_row{
	margin-left: 0px;
	margin-bottom: 0px;
}

.shop_info_box {
	border-right: 1px #d3d3d3 dotted;
	float:left;
	width: 236px;
	color: #36414d;
	background: #fff;
	font-size: 72%;
	text-align: left;
	line-height:1.7;
	word-break: break-all;
	margin-left: 0px;
	padding-right: 12px;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
.shop_info_box a:visited h2{
	color: #91918f;
	font-weight: bold;
	text-decoration:none; 
	} 
	
.shop_info_box a:hover h2{
    color: #ff9500;
	font-weight: bold;
	text-decoration:none; 
	} 
	
.shop_info_box  h2{
	color: #00a0c6;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0;	
	} 
	
.shop_info_box  img{
	margin: 0px;
	} 
	
.shop_info_box  p{
	margin-bottom: 12px;
	} 

/* フォトギャラリーサムネイル*/
table.gallery{
    width: 480px;
    border: 0px #d3d3d3 dotted;
    border-collapse:0;
    border-spacing:0;
    empty-cells:show;
    margin-bottom: 20px;
}
.gallery td{
    width: 160px;
    text-align: center;
    vertical-align: top;
    border: 0px solid #663300;
    padding-bottom: 18px;
}

/* サブカテゴリリスト_サイドバー（目次） */
.cat_list_sb {
    width: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    color: #36414d;
    background: #ffffff;
    font-family : “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
    font-size: 83.5%;
    line-height: 1.8;
    word-break: break-all;
}

.cat_list_sb ul,
.cat_list_sb ol {
    margin-left: 20px;
    padding-left: 10px;
}
.cat_list_sb ul li {
    margin-left: 0px;
}


/* サブカテゴリリスト（目次） */
.cat_list {
    width: auto;
    padding: 20px 40px 10px 40px;
    margin-bottom: 40px;
    border: 1px #d3d3d3 dotted;
    color: #36414d;
    background: #ffffff;
    font-family : “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
    font-size: 90%;
    line-height: 1.8;
    word-break: break-all;
}

.cat_list ul,
.cat_list ol {
    margin-left: 10px;
    padding-left: 20px;
}
.cat_list ul li {
    margin-left: 20px;
}
.cat_list ol li {
    margin-left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px #d3d3d3 dotted;
}

/* アーカイブテンプレートの前後リンク */
#navi_menu {
       margin-top: 60px;
	margin-bottom: 60px;
}

a.navi-box {
	border: 1px #d3d3d3 solid;
	padding: 10px 20px 10px 20px;
	color: #a3a3a2;
	background: #fff;
    font-family : “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
       font-size: 75.3%;
}

#navi_menu  a:hover{
	border: 1px #595857 solid;
       color: #595857;
	text-decoration: none;
	} 

/* トク★スタ用カテゴリナビ */
.cate_navi {
	text-align: center;
    padding: 15px 0px 10px 0px;
    border-top: 2px dotted #d3d3d3;
    border-bottom: 2px dotted #d3d3d3;
}

/* ページ分割（PageBute） */
.content-nav {  
       font-size: 75.3%;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
    text-align: center;
    margin: 10px 0px 50px 0px;
	background-color: #FFFFFF;  
} 

.content-nav ul li {  
	list-style-type: none;  
	display: inline;  
	background-color: #FFFFFF;  
} 

.content-nav ul li a {  
text-decoration: none;  
border: 1px solid;  
padding: 5px 7px;  
margin: 2px;  
} 

.content-nav ul li a:hover {  
border: 1px solid;  
} 

.content-nav a:visited {  
} 

.content-nav ul span.current_page {  
text-decoration: bold;  
 color: #ffffff;
padding: 5px 7px;  
margin: 1px;  
background-color:  #00a0c6;  
border: 1px solid #00a0c6;  
}

/*コンテンツ折り畳み（accordion) */
#accordion {
	width:459px;
	margin:50px auto;
	}

.accordion {
	width:459px;
	font:12px Verdana,Arial;
	color:#033;
	}

.accordion dt {
	width:439px;
	border:0px solid #9ac1c9;
	padding:8px; font-weight:bold;
	margin-top:5px; cursor:pointer;
	background:;
	}

.accordion dt:hover {
	background:;
	}

.accordion dd {
	overflow:hidden;
	background:#fff;
	}

.accordion span {
	display:block;
	width:425px; 
	border:2px solid #9ac1c9;
	border-top:none;
	padding:15px;
	}

/* 点線 */
hr.dot {
    margin-top: 30px;
    margin-bottom: 30px;
    border:0;
    border-bottom: 1px dotted #d3d3d3;
}