@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;
}
body {
    font-size: 100%;
	background: url(common/back.jpg) center top;
	background-attachment: fixed;
}
html>body {
    font-size: 12pt;
}

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

/* リンク */
a,
a:link,
a:visited {
    color: #a3a3a2;
    text-decoration: none;
}
a:hover {
    color: #595857;
    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;
    color: #999;
    background: #ffffff;
    margin-bottom:20px;
    margin-top:0px;
    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;
}

/* タイトルバナー下の説明 */
.blog-description {
    color: #36414d;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #ffffff;
    font-family : "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 96%;
    line-height: 2.0;
    word-break: break-all;
}

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

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

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

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

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

.side dt,
.side dd {
    margin: 0;
    padding: 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: 180%;
    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;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: 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;
}
/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.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;
}
.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-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 0px solid #669;
    border-left: 0px solid #669;
    border-right: 0px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 702px;
}
html > body.layout-one-column #box {
    width: 700px;
}

/* 1カラム固定レイアウト*/
.layout-one-column .blog {
    padding: 0;
    margin: 0px 90px 0px 90px;
    width: 520px;
}

/* フッタ */
.layout-one-column #footer {
	width: 700px;
    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-three-column #footer {
    width: 850px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    
}
html > body.layout-two-column-right #box {
    width: 800px;
}

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-bottom: 40px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
    font-size: 83%;
}

/* 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;
	margin-top: 0;
	padding: 0;
}

.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;
}

.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;   
    clear: both;  
}

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

.side-header{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #d4dcda;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}

.side-text {
	width: 200px;
    margin-bottom: 5px;
    padding: 0px 0px 0px 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-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;
}

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

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

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

#contens_menu a:visited h2{
	color: #87cefa;
	font-weight: bold;
	text-decoration:none; 
	} 
	
#contens_menu a:hover h2{
	color: #00a0c6;
	font-weight: bold;
	text-decoration:none; 
	} 
	
#contens_menu a h2{
	color: #87cefa;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0;	
	} 
	
#contens_menu a img{
	margin: 0px;
	} 
	
#contens_menu a p{
	margin: 0px;
	} 

/* ショップインフォメーション（横並び）*/
#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;
	} 
