@charset "utf-8";


#main{
	float: left;
	display: inline;
	width: 630px;
	margin: 0px 20px;
}


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

/* h2 */
#main h2{
	margin: 30px 0px;
	font-size: 1.4em;
	line-height: 45px;
	text-indent: 50px;
	font-weight: bold;
	color: #000;
	background: url(../img/h2-bg.jpg) left center no-repeat;
}


/* h3 */
#main h3{
	margin: 30px 0px;
	padding: 3px 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 30px;
	color: #000;
	border-bottom: 3px #9b794b double;
	background: url(../img/h3-bg.gif) 5px 3px no-repeat;
}




/* ------------------------------ 本文 */

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


/* 本文中の画像設定 */
#main a img{ padding: 1px; border: 1px #0000ff solid; }
#main a:hover img{ padding: 1px; border :1px #ff0000 solid; }


/*画像回り込み*/
#main img.left{
	float: left;
	margin: 0px 15px 15px 0px;
}

#main img.right{
	float: right;
	margin: 0px 0px 15px 15px;
}

/* ------------------------------ dl, dt, dd - 定義リスト */

#main dl{
	margin: 30px;
	padding: 15px 20px 10px;
	border: 1px #9b794b dotted;
}

#main dl dt{
	font-size: 110%;
	font-weight: bold;
	text-indent: 10px;
	color: #9b794b;
	border-bottom: 3px #9b794b double;
}

#main dl dd{
	margin: 7px 0px 10px 0px;
	padding: 0px 15px;
	font-size: 0.9em;
	color: #666;
}





/* ------------------------------ ul, ol, li - リスト */
#main ul{ margin: 30px; }

#main ul li{
	margin: 7px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none none outside;
	border-bottom: 1px #9b794b dotted;
	background: url(../img/list.gif) left top no-repeat;
}

#main ul.update li{
	margin: 10px 10px;
	padding: 0px 0px 10px 10px;
	list-style: none none outside;
	background: none;
}

/*更新情報内 - rssリンク*/
#main ul.update li.rss{
	margin: 0px 10px 0px 270px;
	padding: 0px 0px 0px 35px;
	line-height: 30px;
	border: none;
	background: url(../img/rss_icon.gif) left top no-repeat;
}



/* ------------------------------ Blockquote - 引用 */

#main blockquote{
	margin: 30px;
	padding: 1px;
	border: 1px #9b794b dotted;
}



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

#main table{
	margin: 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;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #9b794b;
}

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



/* ------------------------------ ranking - ランキング */

#main .ranking{
	margin: 30px;
	border: 1px #9b794b dotted;
}

#main .ranking dl{
	margin: 10px 0px;
	padding: 5px 5px 15px 5px;
	border: none;
	border-bottom: 3px #9b794b double;
}

#main .ranking dl.ranking-3{ border-bottom: none; }

#main .ranking dl dt{
	margin: 10px 0px 0px 60px;
	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.95em;
}



/* ------------------------------ review - 口コミ */

#main .review{
	margin: 30px;
	min-height: 250px;
	border: 3px #9b794b double;
}

/*　人物左側　*/
#main .person-l{ padding: 20px 20px 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 20px; 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.95em;
	line-height: 200%;
	border-bottom: 1px #9b794b 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: -25px 10px 0px 0px;
	font-size: 0.9em;
	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: -15px 0px 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-bottom: 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;
	font-weight: bold;
}

#main .ping p.tb-more,
#main .ping p.tb-ref,
#main .ping p.tb-time{
	padding-left: 15px;
	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 30px;
	float: left;
	display: inline;
}

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

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

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

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

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

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

