@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.
 */

/* すべて */
*{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60;
	padding-left: 50;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}
html,body{
	color:#e1ddd8;
	font-size: 8pt;
line-height:150%;

	background-color: #f8f8f5;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 9pt;
}






/* リンク */
/* リンク */
a {
	color: #c1ac4a;
	text-decoration: none;
}
a:hover {
	color: #564702;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}
.img001 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img002 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

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

/* ヘッダ */
#header {
	float:right;
	clear:both;
	height:350px;
	width:800px;
	background-image: url(../home/images/toppage12.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #e1ddd8;
	text-align: left;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header002{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage02_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header003{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage03_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header004{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage04_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header005{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage05_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header006{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage06_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header007{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage07_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header008{
	float:right;
	clear:both;
	height:230px;
	width:800px;
	background-image: url(../home/images/toppage08_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color: #e1ddd8;
	text-align: right;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
}
#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* メニュー関連 */
#menu_head{
	float:right;
	clear:none;
	width:800px;
	height: 40px;
	background-image: url(../home/images/toppage_02.gif);
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#menubg{
	float:left;
	clear:none;
	width:800px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#menu {
	position: absolute;
	display: block;
	height: 40px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu em{
	float: left;
	text-indent: -9999px;
	list-style-type: none;
}
#menu a{
	text-decoration: none;
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(../home/images/menu.gif);
	background-position: left top;
}
#menu01 a{
	background-position: 0px 0px;
}

#menu02 a{
	background-position: -100px 0px;
}
#menu03 a{
    background-position: -200px 0px;
}
#menu04 a{
    background-position: -300px 0px;
}
#menu05 a{
    background-position: -400px 0px;
}
#menu06 a{
    background-position: -500px 0px;
}
#menu07 a{
    background-position: -600px 0px;
}
#menu08 a{
    background-position: -700px 0px;
}
#menu01 a:hover{
	background-position: 0px -40px;
}
#menu02 a:hover{
	background-position: -100px -40px;
}
#menu03 a:hover{
	background-position: -200px -40px;
}
#menu04 a:hover{
	background-position: -300px -40px;
}
#menu05 a:hover{
	background-position: -400px -40px;
}
#menu06 a:hover{
	background-position: -500px -40px;
}
#menu07 a:hover{
	background-position: -600px -40px;
}
#menu08 a:hover{
	background-position: -700px -40px;
}



#ad001{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: none;
	color: #e1ddd8;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	width: 260px;
}
#ad001 p{padding-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	
}
#ad001 p a,#ad001 p a:link{
	color:#AB6E05;
	text-decoration: none;
}
#ad001 p a:hover{
	color:#4A3108;
text-decoration: underline;
}

#ad002{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: left;

	color: #e1ddd8;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#ad002 p{padding-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	
}
#ad002 p a,#ad002 p a:link{
	color:#762426;
	text-decoration: none;
}
#ad002 p a:hover{
	color:#e1ddd8;
text-decoration: underline;
}
#ad003{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bolder;
	float: none;
	color: #e1ddd8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ad003 p{padding-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	
}

#ad004{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: none;

	color: #e1ddd8;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
}
#ad004 p{padding-top: 0px;
	padding-left: 10px;
	padding-top: 0px;
	
}
#ad004 p a,#ad001 p a:link{
	color:#AB6E05;
	text-decoration: none;
}
#ad004 p a:hover{
	color:#4A3108;
text-decoration: underline;
}
#ad005{
	font-size: 8pt;
	float: none;
	background-color: #070707;
	color: #e1ddd8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px double #999999;
	padding: 10px;
}
#ad005 p{padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	
}
#ad005 p a,#ad005 p a:link{
	color:#AB6E05;
	text-decoration: none;
}
#ad005 p a:hover{
	color:#4A3108;
text-decoration: underline;
}
#ad006{
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 8pt;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#ad006 h2{padding-top: 5px;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 0px;
	
}
#ad006 p{padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 10px;
	
}
#ad006 p a,#ad003 p a:link{
	color:#CC8221;
	text-decoration: none;
}
#ad006 p a:hover{
	color:#e1ddd8;
text-decoration: underline;
}
#ad007{
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 8pt;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#ad009{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: none;
	font-size: 8pt;
	color: #e1ddd8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	width: 260px;
}
#ad009 p{padding-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	
}
#ad009 p a,#ad001 p a:link{
	color:#AB6E05;
	text-decoration: none;
}
#ad009 p a:hover{
	color:#4A3108;
text-decoration: underline;
}
#ad010{
	font-size: 12pt;
        line-height: 18px;
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	background-color: #070707;
	color: #e1ddd8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px double #999999;
	padding: 10px;
}
#ad010 p{padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	
}
#ad010 p a,#ad005 p a:link{
	color:#ffffff;
	text-decoration: none;
}
#ad010 p a:hover{
	color:#4A3108;
text-decoration: underline;
}
#ad011{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: none;
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	width: 260px;
}
#ad011 p{padding-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	
}
#ad011 p a,#ad001 p a:link{
	color:#AB6E05;
	text-decoration: none;
}
#ad011 p a:hover{
	color:#4A3108;
text-decoration: underline;
}

#ad012{
	font-size: 18pt;
        font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	color: #e1ddd8;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#ad012 p{padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	
}
#ad012 p a,#ad005 p a:link{
	color:#ffffff;
	text-decoration: none;
}
#ad012 p a:hover{
	color:#4A3108;
text-decoration: underline;
}



form {
	margin:0px;
}
textarea {
	background-color:#453E36;
	width:390px;
	height:100px;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	margin:0px 0px 0px 0px;
}
select {
	color:#e1ddd8;
	background-color:#333333;
	border-color:#CC6600;
    border-style:solid;
	border-width:2px;
	height:14px;
	margin:0px 0px 6px 15px;
}
input.check {
	margin:0px 0px 5px 15px;
}
input.fo {
	background-color:#453E36;
	border-color:#666666;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	width:100%;
	margin:0px 0px 5px 0px
}
input.f1 {
	width:200px;
}
input.f2 {
	width:80px;
	margin:0px 20px 0px 5px
}
input.f3 {
	width:20px;
	margin:0px 0px 0px 5px
}


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

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

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
	color: #fff;

	font-weight: ;
	margin: 0px;
	padding: 0px;
}

/* ブログ記事タイトル */
.entry-header {
	font-weight: ;

	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-left-width: 3px;
	border-left-style: none;
	color: #c1ac4a;
	padding: 0px;
}
.entry-header002 {
	font-weight: ;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-left-width: 3px;
	border-left-style: none;
	color: #c1ac4a;
	padding: 0px;
}
.entry-header003 {
	font-weight: ;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-left-width: 3px;
	border-left-style: none;
	color: #c1ac4a;
	padding: 0px;
}
.entry-header004 {
	font-weight: ;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	border-left-width: 3px;
	border-left-style: none;
	color: #c1ac4a;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 11pt;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b88c46;
}
.entry-header005 {
	font-weight: ;

	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-left-width: 3px;
	border-left-style: none;
	color: #c1ac4a;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* ブログ記事 */
.entry {
	width: auto;
	margin: 0 3px 15px;
	color: #e1ddd8;
	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: 8pt;
}

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

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

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

/* 追記 */
.entry-more002 p {
	margin-top: 100px;
}
.entry-more {
	padding-top: 0px;
	padding-bottom: 10px;
}
.entry-more a {
	color:#855703;
	text-decoration: none;
}
.entry-more a link {
	color:#855703;
	text-decoration: none;
}
.entry-more a:hover {
	color: #4A3108;
	text-decoration: underline;
}
.entry-more002 a {
	color:#972C2E;
	text-decoration: none;
}
.entry-more002 a link {
	color:#972C2E;
	text-decoration: none;
}
.entry-more002 a:hover {
	color: #e1ddd8;
	text-decoration: underline;
}



/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    font-size: 8pt;
    text-align: right;
}


/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
}
.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;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    font-size: 8pt;
	margin: 10px;
	text-align: left;

}
/* 枠 */
#waku001 {
	text-align: left;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* カレンダー */
.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: 8pt;
    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 {

}

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

/* サイドメニュータイトル */
.sidetitle {
	border: 1px none #666666;
	color: #e1ddd8;
	text-align: left;
	width: 80%;
	background-color: #53512b;
	float: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: ;
	font-weight: bold;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sidetitle002 {
	border: 1px none #666666;
	color: #e1ddd8;
	text-align: left;
	background-color: #53512b;
	float: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: ;
	font-weight: bold;

	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sidetitle003 {
	border: 1px none #666666;
	color: #e1ddd8;
	text-align: left;
	background-color: #53512b;
	float: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: ;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sidetitle004 {
	border: 1px none #666666;
	color: #e1ddd8;
	text-align: left;

	background-color: #53512b;
	float: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sidetitle005 {
	color: #cc8221;
	text-align: left;
	float: none;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.sidetitle006 {
	border: 1px none #666666;
	color: #c1ac4a;
	text-align: left;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../home/images/title001.gif);
}
.sidetitle007 {
	border: 1px none #666666;
	color: #e1ddd8;
	text-align: left;
	background-color: #53512b;
	float: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: ;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
    width: 770px;
}

/* サイドメニュー */
.side {
    margin: 3px 0 0px;
    background: none;
    color: #e1ddd8;
    
    line-height: 1.5;
}
.side ul,
.side ol {
	padding-left: 0px;
}
.side ul li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../home/images/icon001.gif);
	background-position: 10px;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

.side002 {
	background: none;
	color: #e1ddd8;

	line-height: 1.5;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10;
}
.side002 ul,
.side002 ol {
	padding-left: 10px;
}
.side002 ul li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../home/images/icon001.gif);
}
.side002 ul li ul {
    padding-left: 0px;
}
.side002 li li {
    list-style-type: none;
}


/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 0px;
}
.side #categories ul ul {
    padding-left: 0px;
}
.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;
}

/* カウンター */
.counter {
    margin: 8pt 0 25px;
    padding: 2px;
    background: none;
}

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    
    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: 1px 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: 8pt;
    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;
    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: 8pt 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-color: #f8f8f5;

}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.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;
	text-align: left;
	background-color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.layout-three-column #box002,
.layout-two-column-left #box002,
.layout-two-column-right #box002,
.layout-one-column #box002 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.layout-three-column #box003,
.layout-two-column-left #box003,
.layout-two-column-right #box003,
.layout-one-column #box003 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}




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


/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
	float:left;
	clear:none;
	width:300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9e8043;
    background-color: #070707;
}
.layout-two-column-right #content002 {
	float:left;
	clear:none;
	width:200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.layout-two-column-right #content003 {
	float:left;
	clear:none;
	width:500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9e8043;
    background-color: #070707;
}
.layout-two-column-right #content004 {
	float:left;
	clear:none;
	width:600px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
    background-color: #070707;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9e8043;
}
.layout-two-column-right #content005 {
	float:left;
	clear:none;
	width:600px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
    background-color: #070707;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9e8043;
}
.layout-two-column-right #content006 {
	float:left;
	clear:none;
	width:500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
    background-color: #070707;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9e8043;
}
.layout-two-column-right #content007 {
	color: #e1ddd8;
	float:left;
	clear:none;
	width:500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9e8043;
    background-color: #070707;
}
.layout-two-column-right #content008 {
	float:left;
	clear:none;
	width:500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
    background-color: #14140d;
}
.layout-two-column-right #content009 {
	float:left;
	clear:none;
	width:90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
    background-color: #070707;
}

.layout-two-column-right #links-right-box {
	float: right;
	width: 490px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: right;
}
.layout-two-column-right #links-right-box002 {
	float: right;
	width: 593px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9e8043;
    background-color: #070707;
}
.layout-two-column-right #links-right-box004 {
	float: right;
	width: 190px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: right;

}
.layout-two-column-right #links-right-box005 {
	float: right;
	width: 290px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: right;
}

.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}
.layout-two-column-right #box {
	background-color: #2f2e24;
	background-image: url(../home/images/bg001-3.gif);
	background-repeat: repeat-y;
	background-position: right 310px;
}
.layout-two-column-right #box002 {
	background-color: #2f2e24;
	background-image: url(../home/images/bg001-3.gif);
	background-repeat: repeat-y;
	background-position: left 310px;
}
.layout-two-column-right #box003 {
    background-color: #070707;
}


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

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


/* フッタ */

#bottom001{
       width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../home/images/bbg.gif);
}
#bottom002{
	float:none;
	clear:both;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	color: #999999;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 50px;
	background-color: #f8f8f5;
	line-height: 140%;
}
#bottom002 a:link{
	color: #575353;
text-decoration: underline;
}
#bottom002 a:visited{
	color: #575353;
text-decoration: underline;
}
#bottom002 a:hover{
	color:#666666;
text-decoration: underline;
}



/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    height: 45px;
    color: #e1ddd8;
    background: #8fabbe;
    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 {
    width: 665px;
}
.layout-one-column #footer {
    width: 478pt;
}

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 */

