@charset "utf-8";

/*
		テキストの太字
 ----------------------------------------------------------------------*/

.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.italic{ font-weight: italic; }



/*
		テキストのサイズ
 ----------------------------------------------------------------------*/

.fs08{ font-size: 0.8em; }
.fs09{ font-size: 0.9em; }
.fs10{ font-size: 1.0em; }
.fs11{ font-size: 1.1em; }
.fs12{ font-size: 1.2em; }
.fs13{ font-size: 1.3em; }
.fs14{ font-size: 1.4em; }
.fs15{ font-size: 1.5em; }
.fs16{ font-size: 1.6em; }
.fs17{ font-size: 1.7em; }
.fs18{ font-size: 1.8em; }
.fs19{ font-size: 1.9em; }
.fs20{ font-size: 2em; }


/*
		テキストのカラー
 ----------------------------------------------------------------------*/

.red{ color: #ff0000; }		/*　赤　*/
.blue{ color: #0000ff; }	/*　青　*/
.green{ color: #009900; }	/*　緑　*/
.yellow{ color: #ffff00; }	/*　黄　*/
.navy{ color: #003399; }	/*　紺色　*/
.black{ color: #000000; }	/*　黒　*/
.gray{ color: #999999; }	/*　グレー　*/
.purple{ color: #9900cc; }	/*　紫　*/
.orange{ color: #ff6633; }	/*　橙　*/
.pink{ color: #ff00ff; }	/*　桃　*/
.white{ color :#ffffff; }	/*　白　*/


/*
		テキストの背景
 ----------------------------------------------------------------------*/

.back-red{ background-color: #ff0000; }		/*　赤　*/
.back-blue{ background-color: #0000ff; }	/*　青　*/
.back-green{ background-color: #009900; }	/*　緑　*/
.back-yellow{ background-color: #ffff00; }	/*　黄　*/
.back-navy{ background-color: #003399; }	/*　紺色　*/
.back-black{ background-color: #000000; }	/*　黒　*/
.back-gray{ background-color: #999999; }	/*　グレー　*/
.back-purple{ background-color: #9900cc; }	/*　紫　*/
.back-orange{ background-color: #ff6633; }	/*　橙　*/
.back-pink{ background-color: #ff00ff; }	/*　桃　*/
.back-white{ background-color: #ffffff; }	/*	白	*/



/*
		テキストのまつわる線
 ----------------------------------------------------------------------*/

.under{ text-decoration: underline; }		/*　下線　*/
.through{ text-decoration: line-through; }	/*　打ち消し線　*/


/*
		テキストの位置配置
 ----------------------------------------------------------------------*/

.text-l{ text-align: left; }	/*　左寄せ　*/
.text-c{ text-align: center; }	/*　中央揃え　*/
.text-r{ text-align: right; }	/*　右寄せ　*/



/*
		マージンの位置配置
 ----------------------------------------------------------------------*/

.m0{ margin: 0px!important; }				/*全margin無し*/
.mt-0{ margin-top: 0px!important; }			/*上marginが0px*/
.mr-0{ margin-right: 0px!important; }		/*右marginが0px*/
.mb-0{ margin-bottom: 0px!important; }		/*下marginが0px*/
.ml-0{ margin-left: 0px!important; }		/*左marginが0px*/

.m1{ margin: 1px!important; }
.mt-1{ margin-top: 1px!important; }	
.mr-1{ margin-right: 1px!important; }
.mb-1{ margin-bottom: 1px!important; }
.ml-1{ margin-left: 1px!important; }

.m2{ margin: 2px!important; }
.mt-2{ margin-top: 2px!important; }	
.mr-2{ margin-right: 2px!important; }
.mb-2{ margin-bottom: 2px!important; }
.ml-2{ margin-left: 2px!important; }

.m3{ margin: 3px!important; }
.mt-3{ margin-top: 3px!important; }	
.mr-3{ margin-right: 3px!important; }
.mb-3{ margin-bottom: 3px!important; }
.ml-3{ margin-left: 3px!important; }

.m4{ margin: 4px!important; }
.mt-4{ margin-top: 4px!important; }	
.mr-4{ margin-right: 4px!important; }
.mb-4{ margin-bottom: 4px!important; }
.ml-4{ margin-left: 4px!important; }

.m5{ margin: 5px!important; }
.mt-5{ margin-top: 5px!important; }	
.mr-5{ margin-right: 5px!important; }
.mb-5{ margin-bottom: 5px!important; }
.ml-5{ margin-left: 5px!important; }

.m6{ margin: 6px!important; }
.mt-6{ margin-top: 6px!important; }	
.mr-6{ margin-right: 6px!important; }
.mb-6{ margin-bottom: 6px!important; }
.ml-6{ margin-left: 6px!important; }

.m7{ margin: 7px!important; }
.mt-7{ margin-top: 7px!important; }	
.mr-7{ margin-right: 7px!important; }
.mb-7{ margin-bottom: 7px!important; }
.ml-7{ margin-left: 7px!important; }

.m8{ margin: 8px!important; }
.mt-8{ margin-top: 8px!important; }	
.mr-8{ margin-right: 8px!important; }
.mb-8{ margin-bottom: 8px!important; }
.ml-8{ margin-left: 8px!important; }

.m9{ margin: 9px!important; }
.mt-9{ margin-top: 9px!important; }	
.mr-9{ margin-right: 9px!important; }
.mb-9{ margin-bottom: 9px!important; }
.ml-9{ margin-left: 9px!important; }

.m10{ margin: 10px!important; }
.mt-10{ margin-top: 10px!important; }
.mr-10{ margin-right: 10px!important; }
.mb-10{ margin-bottom: 10px!important; }
.ml-10{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.mt-15{ margin-top: 15px!important; }
.mr-15{ margin-right: 15px!important; }
.mb-15{ margin-bottom: 15px!important; }
.ml-15{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.mt-20{ margin-top: 20px!important; }
.mr-20{ margin-right: 20px!important; }
.mb-20{ margin-bottom: 20px!important; }
.ml-20{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.mt-25{ margin-top: 25px!important; }
.mr-25{ margin-right: 25px!important; }
.mb-25{ margin-bottom: 25px!important; }
.ml-25{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.mt-30{ margin-top: 30px!important; }
.mr-30{ margin-right: 30px!important; }
.mb-30{ margin-bottom: 30px!important; }
.ml-30{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.mt-40{ margin-top: 40px!important; }
.mr-40{ margin-right: 40px!important; }
.mb-40{ margin-bottom: 40px!important; }
.ml-40{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.mt-50{ margin-top: 50px!important; }
.mr-50{ margin-right: 50px!important; }
.mb-50{ margin-bottom: 50px!important; }
.ml-50{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.mt-60{ margin-top: 60px!important; }
.mr-60{ margin-right: 60px!important; }
.mb-60{ margin-bottom: 60px!important; }
.ml-60{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.mt-70{ margin-top: 70px!important; }
.mr-70{ margin-right: 70px!important; }
.mb-70{ margin-bottom: 70px!important; }
.ml-70{ margin-left: 70px!important; }


/*------------------------------------------------------------
		padding
-------------------------------------------------------------*/

.p0{ padding: 0px!important; }				/*全padding無し*/
.pt-0{ padding-top: 0px!important; }		/*上paddingが0px*/
.pr-0{ padding-right: 0px!important; }		/*右paddingが0px*/
.pb-0{ padding-bottom: 0px!important; }		/*下paddingが0px*/
.pl-0{ padding-left: 0px!important; }		/*左paddingが0px*/

.p1{ padding: 1px!important; }
.pt-1{ padding-top: 1px!important; }
.pr-1{ padding-right: 1px!important; }
.pb-1{ padding-bottom: 1px!important; }
.pl-1{ padding-left: 1px!important; }

.p2{ padding: 2px!important; }
.pt-2{ padding-top: 2px!important; }
.pr-2{ padding-right: 2px!important; }
.pb-2{ padding-bottom: 2px!important; }
.pl-2{ padding-left: 2px!important; }

.p3{ padding: 3px!important; }
.pt-3{ padding-top: 3px!important; }
.pr-3{ padding-right: 3px!important; }
.pb-3{ padding-bottom: 3px!important; }
.pl-3{ padding-left: 3px!important; }

.p4{ padding: 4px!important; }
.pt-4{ padding-top: 4px!important; }
.pr-4{ padding-right: 4px!important; }
.pb-4{ padding-bottom: 4px!important; }
.pl-4{ padding-left: 4px!important; }

.p5{ padding: 5px!important; }
.pt-5{ padding-top: 5px!important; }
.pr-5{ padding-right: 5px!important; }
.pb-5{ padding-bottom: 5px!important; }
.pl-5{ padding-left: 5px!important; }

.p6{ padding: 6px!important; }
.pt-6{ padding-top: 6px!important; }
.pr-6{ padding-right: 6px!important; }
.pb-6{ padding-bottom: 6px!important; }
.pl-6{ padding-left: 6px!important; }

.p7{ padding: 7px!important; }
.pt-7{ padding-top: 7px!important; }
.pr-7{ padding-right: 7px!important; }
.pb-7{ padding-bottom: 7px!important; }
.pl-7{ padding-left: 7px!important; }

.p8{ padding: 8px!important; }
.pt-8{ padding-top: 8px!important; }
.pr-8{ padding-right: 8px!important; }
.pb-8{ padding-bottom: 8px!important; }
.pl-8{ padding-left: 8px!important; }

.p9{ padding: 9px!important; }
.pt-9{ padding-top: 9px!important; }
.pr-9{ padding-right: 9px!important; }
.pb-9{ padding-bottom: 9px!important; }
.pl-9{ padding-left: 9px!important; }

.p10{ padding: 10px!important; }
.pt-10{ padding-top: 10px!important; }
.pr-10{ padding-right: 10px!important; }
.pb-10{ padding-bottom: 10px!important; }
.pl-10{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.pt-15{ padding-top: 15px!important; }
.pr-15{ padding-right: 15px!important; }
.pb-15{ padding-bottom: 15px!important; }
.pl-15{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.pt-20{ padding-top: 20px!important; }
.pr-20{ padding-right: 20px!important; }
.pb-20{ padding-bottom: 20px!important; }
.pl-20{ padding-left: 20px!important; }

.p30{ padding: 30px!important; }
.pt-30{ padding-top: 30px!important; }
.pr-30{ padding-right: 30px!important; }
.pb-30{ padding-bottom: 30px!important; }
.pl-30{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.pt-40{ padding-top: 40px!important; }
.pr-40{ padding-right: 40px!important; }
.pb-40{ padding-bottom: 40px!important; }
.pl-40{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.pt-50{ padding-top: 50px!important; }
.pr-50{ padding-right: 50px!important; }
.pb-50{ padding-bottom: 50px!important; }
.pl-50{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.pt-60{ padding-top: 60px!important; }
.pr-60{ padding-right: 60px!important; }
.pb-60{ padding-bottom: 60px!important; }
.pl-60{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.pt-70{ padding-top: 70px!important; }
.pr-70{ padding-right: 70px!important; }
.pb-70{ padding-bottom: 70px!important; }
.pl-70{ padding-left: 70px!important; }

@charset "utf-8";


/*
		枠組み
 -------------------------------------------------- */

#container{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}


#contents_box{
	margin: 10px 0px;
}


/*
		初期設定
 -------------------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p,blockquote{
	margin: 0;
	padding: 0;
}


div,h1,h2,h3,h4,p,address{
	display: block;
}


h1, h2, h3, h4{
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
}


img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}


p{
	color: #333333;
	line-height: 160%;
}


li,dt,dd{
	line-height: 160%;
	list-style: none none outside;
}


body{
	color: #333333;
	font-size: 90%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	text-align: center;
	background: #fff url(../img/bg.jpg) left top repeat-x;
}


a{ color: #0000ff; text-decoration: underline; }
a:hover{ color: #ff0000; text-decoration: underline; }


blockquote{
	margin: 20px 30px;
	padding: 1px;
	border-top: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
	border-left: 3px solid #6f370f;
	background-color: #f9f9f9;
}


/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0px;
   font-size: 0px;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

@charset "utf-8";



/*
		フッター
 -------------------------------------------------- */

#footer{
	clear: both;
	width: 100%;
	padding: 12px 0px 0px;
	background: #6f370f url(../img/footer.jpg) left top repeat-x;
}


#footer #footer-contents{
	width: 800px;
	margin: 0px auto;
	padding: 30px 0px 15px;
	text-align: center;
	background-color: #6f370f;
}


#footer p{ color: #fff; }

#footer address{
	color: #fff;
	text-align: center;
}

#footer ul{
	padding: 3px 0px;
	text-align: right;
	border-top: 1px #e9e9e9 solid;
}

#footer ul li{
	display: inline;
	margin: 0px 5px;
	font-size: 0.8em;
}

#footer ul li a{ color: #fff; }

@charset "utf-8";



/*
		ヘッダー
 -------------------------------------------------- */

/* 枠 */
#header{
	width: 800px;
	height: 200px;
	text-align: left;
	background: url(../img/header.jpg) left top no-repeat;
}

#header h1{
	position: absolute;
	top: 43px;
	margin-left: 230px;
	color: #fff;
	font-size: 180%;
}


#header h1 a{ color: #fff; text-decoration: none; }


#header p{
	padding: 100px 20px 0px 220px;
	color: #fff;
	font-size: 0.9em;
}





/*
		ヘッダー内リンク
 -------------------------------------------------- */


#menu{
	position: absolute;
	top: 0px;
	z-index: 5;
}

#menu ul{
	width: 750px;
	text-align: right;
}

#menu ul li{
	display: inline;
	margin: 0px 10px 0px 0px;
	font-size: 0.75em;
}


#menu ul li a{ color: #fff; text-decoration: none; }
#menu ul li a:hover{ color: #fff00; text-decoration: underline; }



/*
		グローバルメニュー
 -------------------------------------------------- */

#gmenu{
	position: absolute;
	top: 185px;
	height: 40px;
}

#gmenu ul li{
	display: inline;
}

#gmenu ul li a{
	float: left;
	display: inline;
	width: 160px;
	height: 40px;
	font-size: 0.85em;
	line-height: 40px;
	text-align: center;
	background: url(../img/gmenu.jpg) left top no-repeat;
}


#gmenu ul li a:hover{ background: url(../img/gmenu_on.jpg) left top no-repeat; }



/*
		トピックパス
 -------------------------------------------------- */

#topicpath p{
	margin: -5px 0px 0px 10px;
	font-size: 0.8em;
}

@charset "utf-8";

/*
		メインコンテンツ
 -------------------------------------------------- */

#main{
	float: left;
	display: inline;
	width: 560px;
	margin: 0px;
	padding: 15px 0px 0px;
	background: url(../img/main.jpg) left top no-repeat;
}





/*
		見出し
 -------------------------------------------------- */

#main h2{
	margin: 0px 10px;
	color: #333;
	font-size: 1.3em;
	text-indent: 15px;
	line-height: 40px;
	font-weight: bold;
	border-top: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
	border-left: 10px double #6f370f;
}


#main h3{
	margin: 30px 15px 0px;
	padding: 0px 0px 3px 20px;
	color: #454545;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 3px #6f370f double;
}





/*
		本文テキスト・画像
 -------------------------------------------------- */

/* テキスト */
#main p{
	margin: 25px 30px;
	color: #545454;
	line-height: 170%;
}


/*	画像リンク  */
#main a img{ border: 1px #0000ff solid; }
#main a:hover img{ border :1px #ff0000 solid; }


/*　回り込み設定（画像：左、テキスト：右）　*/
#main img.left{
	float: left;
	display: inline;
	margin: 0px 15px 15px 0px;
}


/*　回り込み設定（画像：右、テキスト：左）　*/
#main img.right{
	float: right;
	display: inline;
	margin: 0px 0px 15px 15px;
}





/*
		定義　-　dl, dt, dd
 -------------------------------------------------- */

#main dl{
	margin: 25px 30px;
	padding: 0px 0px 10px;
	border: 1px #6f370f dotted;
}

#main dl dt{
	margin: 10px 0px 0px 10px;
	font-weight: bold;
	text-indent: 10px;
	color: #6f370f;
	border-left: 2px #6f370f solid;
}

#main dl dd{
	margin: 7px 0px 0px 0px;
	padding: 0px 20px;
	color: #666;
}





/*
		リスト　-　ul, ol, li
 -------------------------------------------------- */

#main ul,
#main ol{ margin: 25px 30px; }

#main ul li,
#main ol li{
	margin: 5px 30px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #6f370f;
	list-style: none none outside;
	background: url(../img/list.gif) left 4px no-repeat;
}


/* ------------------------------ 更新情報のRSS */

#main ul.update li{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 3px 5px;
	color: #333;
	list-style: none none outside;
	background-image: none;
	border-bottom: 1px #6f370f dotted;
}

#main ul.update li.rss{
	margin: 12px 0px 0px 210px;	/*	日本語を変えた場合は、ここの数値も変更してください。　*/
	padding: 0px 0px 0px 35px;
	border-bottom: none;
	line-height: 35px;
	background: url(../img/rss_icon.gif) left top no-repeat;
}





/*
		table tr th td - テーブル
 -------------------------------------------------- */

#main table{
	margin: 20px 30px;
    font-size: 1.0em;
    empty-cells: show;
    border-spacing: 0px;
    border-collapse: collapse;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}


#main table tr th{
	margin: 1px;
	padding: 7px;
    color: #fff;
	font-weight: bold;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #6f370f;
}


#main table tr td{
	padding: 7px;
	text-align: left;
	border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}





/*
		ランキング設定
 -------------------------------------------------- */

#main .ranking{
	margin: 25px 30px;
}


#main .ranking dl{
	margin: 10px 0px;
	padding: 5px 5px 10px 5px;
	border: none;
	border-bottom: 1px #ddd solid;
}

#main .ranking dl dt{
	font-size: 1.4em;
	font-weight: bold;
	border: none;
	line-height: 50px;
}

#main .ranking dl.ranking-1 dt{ background: url(../img/ranking-1.jpg) left top no-repeat; }
#main .ranking dl.ranking-2 dt{ background: url(../img/ranking-2.jpg) left top no-repeat; }
#main .ranking dl.ranking-3 dt{ background: url(../img/ranking-3.jpg) left top no-repeat; }


#main .ranking dl dt.img{
	float: left;
	margin: 0px 20px 0px 0px;
	background: none;
}

#main .ranking dl dt.text{
	margin: 0px 0px 0px 150px;
	text-indent: 50px;
}


#main .ranking dl dd{
	margin: 10px;
	font-size: 0.9em;
}





/*
		口コミ系
 -------------------------------------------------- */


#main .review{
	margin: 25px 30px;
	min-height: 250px;
	border: 1px #6f370f dotted;
}

/*　人物左側　*/
#main .person-l{ padding: 20px 30px 20px 120px; }

#main .person-l-01{ background: url(../img/person-l-01.gif) 20px 20px no-repeat; }
#main .person-l-02{ background: url(../img/person-l-02.gif) 20px 20px no-repeat; }
#main .person-l-03{ background: url(../img/person-l-03.gif) 20px 20px no-repeat; }
#main .person-l-04{ background: url(../img/person-l-04.gif) 20px 20px no-repeat; }
#main .person-l-05{ background: url(../img/person-l-05.gif) 20px 20px no-repeat; }

/*　人物右側　*/
#main .person-r{ padding: 20px 120px 20px 30px; text-align: right; }

#main .person-r-01{ background: url(../img/person-r-01.gif) right 10px no-repeat; }
#main .person-r-02{ background: url(../img/person-r-02.gif) right 10px no-repeat; }
#main .person-r-03{ background: url(../img/person-r-03.gif) right 10px no-repeat; }
#main .person-r-04{ background: url(../img/person-r-04.gif) right 10px no-repeat; }
#main .person-r-05{ background: url(../img/person-r-05.gif) right 10px no-repeat; }


#main .review p{
	display: inline;
	margin: 0px;
	font-size: 0.9em;
	line-height: 200%;
	border-bottom: 1px #6f370f dotted;
}

#main .review .person-2 p{ margin: 0px 100px 0px 0px; }









/* 
		Movable Type用に追加
 ------------------------------------------------------------ */

/* 続きを読む */
#main p.more{ margin-bottom: 100px; text-align: right; }
#main p.more a{	text-decoration: underline; }


/* 日付/カテゴリデータ */
#main p.date{
	margin: 5px 20px 0px 0px;
	font-size: 0.8em;
	text-align: right;
}


/* ------------------------------ カテゴリーページ用 */

#main ul.subcatlist li{
	border-bottom: none;
}

#main ul.subcatlist ul{ margin: 0px; }
#main ul.subcatlist ul li{ margin-left: 30px; }



/* ------------------------------ タグ */


#main .tag{
	margin: 0px 30px 70px;
	border-top: 1px #999 dotted;
}


#main .tag dl{
	margin: 15px 15px 0px;
	padding: 0px;
	border: none;
	text-align: right;
}

#main .tag dl dt{
	display: inline;
	margin: 0px;
	color: #000;
	font-weight: normal;
	font-size: 100%;
	text-indent: 0px;
	border: none;
}

#main .tag dl dd{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #666;
}


/* ------------------------------ trackback */

#main p.tb{
	margin: 20px 0px 0px;
	text-align: center;
}

#main #trackback{
	margin-top: 70px;
}


#main p.tb{
	margin: 10px 0px 0px;
	font-size: 0.9em;
	text-align: center;
}


/* 送られてきたトラックバック表示 */
#main .ping{
	margin: 10px 30px 0px;
	border-top: 1px #ccc dotted;
}


#main .ping p{ margin: 0px; }

#main .ping p.tb-ttl{
	margin: 25px 0px 5px 10px;
	font-weight: bold;
}

#main .ping p.tb-more,
#main .ping p.tb-ref,
#main .ping p.tb-time{
	padding-left: 20px;
	font-size: 0.9em;
}

#main .ping p.tb-time{
	color: #999;
	text-align: right;
}


/* ------------------------------ コメント */

#main #comments{
	margin-top: 70px;
}


#main .comment{
	margin: 0px 30px 30px;
	border-bottom: 1px #ccc dotted;
}


#main .comment p{
	margin: 15px 0px;
	font-size: 0.9em;
}


#main p.author{
	font-size: 0.8em;
	text-align: right;
}


/* ------------------------------ コメント投稿 */

#main .comment-form{
	margin-top: 70px;
}


#main .comment-form input{
	padding: 5px;
}


#main .comment-form .button{
	clear: both;
}


#main .comment-form .button input{
	padding: 5px 25px;
}


/* ------------------------------ コメント投稿（captcha使用時） */

#main .comment-form .label{
	margin: 0px 10px 0px 50px;
	float: left;
	display: inline;
}

#main .comment-form .field input{
	float: left;
	margin: 15px 10px 15px 50px;
	padding: 3px;
}

#main .comment-form .field p{
	margin: 15px 0px 0px;
	font-size: 0.9em;
}

/* ------------------------------ サイトマップ用 */

#main .sitemap ul{
	margin: 20px 30px;
	padding: 0px;
}

#main .sitemap ul ul{
	margin: 0px 30px;
}

#main .sitemap ul li{
	margin: 0px;
	padding-bottom: 5px;
	border: none;
	color: #333;
}

#main .sitemap ul li{ background-image: url(../img/tree.gif); }
#main .sitemap ul li.home{ background-image: none; }
#main .sitemap ul li.tree_last{ background-image: url(../img/tree-last.gif); }

#main .sitemap ul li ul{ margin: 0px 0px 0px 20px; }

@charset "utf-8";


/*
		サイドコンテンツ
 -------------------------------------------------- */
 
#side{
	float: right;
	display: inline;
	width: 220px;
}

#side .menu dl{
	margin: 0px 0px 20px 0px;
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
}

#side .menu dl dt{
	color: #fff;
	font-size: 1.2em;
	line-height: 42px;
	text-indent: 40px;
	background: url(../img/side.jpg) left top no-repeat;
}


#side .menu dl dd{
	margin: 15px;
	text-indent: 10px;
	background: url(../img/link_bg.gif) left 6px no-repeat; 
}


#side .text{
	margin: 0px 0px 20px 0px;
	border: 1px dotted #6f370f;
}
#side .text dl dt{
	color: #fff;
	font-size: 1.2em;
	line-height: 42px;
	text-indent: 40px;
	background: url(../img/side.jpg) left top no-repeat;
}

#side .text dl dd{
	margin: 20px;
}

#side .text p{
	margin: 20px;
}







/* 
		Movable Type用に追加
 ------------------------------------------------------------ */

/* ------------------------------ calendar */

#side .calendar{
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#side .calendar dl{
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
}


#side .calendar dl dt{
	color: #fff;
	font-size: 1.2em;
	line-height: 42px;
	text-indent: 40px;
	text-align: left;
	background: url(../img/side.jpg) left top no-repeat;
}

#side .calendar dl dd{
	margin: 0px;
	padding: 0px;
}


#side .calendar table{
	width: 95%;
	margin: 0px auto 5px;
}

#side .calendar table caption{
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#side .calendar table th,
#side .calendar table td{
	margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    line-height: 180%;
    text-align: center;
}

#side .calendar table th{
    font-weight: bold;
    line-height: 2;
    border: 1px #6f370f solid;
    background-color: #eee;
}

#side .calendar table th.sat{
	color: #3399ff;
    font-weight: bold;
}

#side .calendar table th.sun{
	color: #ff3300;
    font-weight: bold;
}

#side .calendar table td{
    width: 14%;
    color: #999;
    border: 1px #6f370f solid;
}

#side .calendar table td a{
    display: block;
    font-weight: bold;
    background-color: #eee;
}

#side .calendar table td a:hover{
    color: #fff;
    background-color: #6f370f;
}




/* ------------------------------ entrylist */

#side .entrylist{
	margin: 0px 0px 20px 0px;
}

#side .entrylist dl{
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
}

#side dl dt{
	color: #fff;
	font-size: 1.2em;
	line-height: 42px;
	text-indent: 40px;
	background: url(../img/side.jpg) left top no-repeat;
}


#side dl dd{
	margin: 15px 10px;
}




/* ------------------------------ コメント一覧用 */

#side .commentlist{
	margin: 0px 0px 20px;
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
}


#side .commentlist dl dl{
	margin: 3px;
}


#side .commentlist dl dl dd{
	display: block;
	margin: 0px;
	font-size: 0.9em;
}




/* ------------------------------ category */

#side .category{
	margin: 0px 0px 20px;
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;

}

#side .category dl dl{
	margin: 3px 0px 0px 10px;
}

#side .category dl dd dd{
	margin: 3px;
	padding: 0px;
	font-size: 0.9em;
}



/* ------------------------------ アーカイブ, feed, etc... */

#side .archives,
#side .feed,
#side .search,
#side .profile,
#side .powerdby{
	margin: 0px 0px 20px;
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
}



/* ------------------------------ タグクラウド */

#side .tagcloud{
	margin: 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	border-left: 1px dotted #6f370f;
	border-right: 1px dotted #6f370f;
	border-bottom: 1px dotted #6f370f;
}
#side .tagcloud dl dd{
    display: inline;
	margin: 7px;
    word-break: break-all;
}

#side .tagcloud .rank-10{font-size: 80%;}
#side .tagcloud .rank-9{font-size: 85%;}
#side .tagcloud .rank-8{font-size: 90%;}
#side .tagcloud .rank-7{font-size: 100%;}
#side .tagcloud .rank-6{font-size: 108%;}
#side .tagcloud .rank-5{font-size: 115%;}
#side .tagcloud .rank-4{font-size: 125%;}
#side .tagcloud .rank-3{font-size: 130%; font-weight: bold;}
#side .tagcloud .rank-2{font-size: 138%; font-weight: bold;}
#side .tagcloud .rank-1{font-size: 145%; font-weight: bold;}



