@charset "utf-8";


/* ------------------------------ コンテンツ枠 */

#main{
	float: right;
	display: inline;
	width: 630px;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	background: url(../../img/main2.jpg) left top no-repeat;
}





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

/* h2 */
#main h2{
	height: 40px;
	margin: 30px 30px 0px;
	color: #333;
	font-size: 1.3em;
	text-indent: 45px;
	line-height: 45px;
	border-bottom: 1px #333333 dotted;
	background: url(../../img/h2.gif) left center no-repeat;
}


/* h3 */
#main h3{
	margin: 30px 30px 0px;
	padding: 0px 0px 3px 10px;
	color: #454545;
	font-size: 1.2em;
	border-bottom: double 3px #333333;
}


/* h4 */
#main h4{
	margin: 30px 30px 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	color: #454545;
	line-height: 30px;
	font-size: 1.1em;
	border-bottom: solid 1px #333333;
}





/* ------------------------------ 本文テキスト */

#main p{
	margin: 30px 30px 30px 50px;
	line-height: 170%;
}


#main a img{ border: 1px #333333 solid; }
#main a:hover img{ border :1px #0000ff 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: 30px 30px 30px 50px;
}

#main dl dt{
	margin: 15px 0px;
	color: #333333;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 3px #333333 double;
}

#main dl dd{
	margin: 5px 0px 0px 0px;
	padding: 0px 15px;
	font-size: 0.9em;
}





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

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

#main ul li,
#main ol li{
	color: #666;
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none none outside;
	border-bottom: 1px #333333 dotted;
	background: url(../../img/list.gif) left 3px no-repeat;
}


/*　更新情報　*/
#main ul.update{
	margin: 15px 30px 0px 50px;
}

#main ul.update li{
	margin: 7px 30px 7px 0px;
	padding: 0px 0px 3px 0px;
	background-image: none;
	list-style: none none outside;
	border-bottom: 1px #333333 dotted;
}

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





/* ------------------------------ blockquote - 引用 */

#main blockquote{
	margin: 0px 30px 0px 50px;
	padding: 0px;
	border-left: 3px #333333 double;
}





/* ------------------------------ table - テーブル */

#main table{
	margin: 20px 50px;
    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: #333333;
}


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





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

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


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


#main .ranking dl dt{
	margin: 10px 0px 0px 80px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 50px;
	border: none;
}

#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 155px;
	text-indent: 55px;
}

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





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

#main .review{
	margin: 25px 50px;
	min-height: 230px;
	border: 1px #333333 dotted;
}

/*　人物左側　*/
#main .person-l{ padding: 30px 50px 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: 30px 120px 20px 50px; 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%;
	color: #777;
	border-bottom: 1px #333333 dotted;
}

