@charset "utf-8";




/*
	layout, framework
------------------------------------------------------------ */


/* 全体中央揃え */
#wrapper{
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0px auto;
}


/* コンテンツ部中央揃え */
#container{
	position: absolute;
	width: 800px;
	margin: 200px 0px 0px 0px;
}


h1{
	position: absolute;
	right: 0px;
	margin: 180px 10px 0px 0px;
	text-align: right;
	z-index: 1;
}



/*
	Header
------------------------------------------------------------ */


/* 枠 */
#header{
	position: absolute;
	width: 800px;
	height: 115px;
	margin: 5px auto 0px;
	background: url(../img/header-logo.jpg) left 15px no-repeat;
}


/* サイトタイトル */
#header p.title{
	padding: 30px 0px 0px 130px;
	font-size: 2em;
	font-weight: bold;
}

#header p a{ color: #333; text-decoration: none; }
#header p a:hover{ color: #333; text-decoration: underline; }

#header p.subtitle{
	padding: 0px 0px 0px 150px;
	font-size: 0.9em;
}

/*
	header-menu
------------------------------------------------------------ */

#header-menu{
	position: absolute;
	top: 120px;
	width: 800px;
}


#header-menu ul{
	margin: 0px 0px 0px 5px;
	border-left: 1px #fff solid;
	text-align: center;
}


#header-menu ul li{
	float: left;
	display: inline;
	width: 158px;
	line-height: 50px;
}

#header-menu ul li a{
	display: block;
	color: #fff;
	background: url(../img/header-menu.jpg) left top no-repeat;
}


#header-menu ul li a:hover{
	color: #ffff00;
	background: url(../img/header-menu_on.jpg) left top no-repeat;
}


/*
	navi（パンくず）
------------------------------------------------------------ */

/* パンくず全体枠 */
#navi{
	position: absolute;
	top: 180px;
	width: 800px;
}

/* パンくず各テキスト設定 */
#navi p{
	font-size: 0.8em;
}





/*
	main
------------------------------------------------------------ */


#main{
	float: right;
	display: inline;
	width: 560px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

#main a img{ opacity: 1.0; filter: alpha(opacity=100); }
#main a:hover img{ opacity: 0.8; filter: alpha(opacity=80); }


#main .left{
	float: left;
	margin: 0px 10px 10px 0px;
}

#main .right{
	float: right;
	margin: 0px 0px 10px 10px;
}


#main h2{
	color: #333;
	font-size: 140%;
	font-weight: bold;
	line-height: 50px;
	text-indent: 30px;
	background: url(../img/h2.gif) left top no-repeat;
}


#main p{
	margin: 20px 40px;
}


#main p.explain{
	margin: 0px 0px 20px;
	padding: 25px;
	border: 1px #990033 solid;
}



/* ------------------------------ ranking */

#main .rank{
	margin: 20px 0px;
	border: 1px #990033 dotted;
}

#main .rank dl.order{
	padding: 20px 20px 5px 20px;
	border-bottom: 1px #990033 dotted;
}

#main .rank dl.order dt{
	float: left;
}

#main .rank dl.order dt.name{
	float: none;
	margin: 0px 0px 0px 90px;
	font-size: 2.0em;
	line-height: 35px;
}

#main .rank dl.order dd{
	margin: 0px 20px 0px 90px;
}


#main .rank p{
	margin: 10px 40px;
}


#main .rank dl.detail{
	margin: 10px 50px 0px;
	padding: 0px 0px 20px 0px;
}


#main .rank dl.detail dt{
	float: left;
	width: 150px;
	padding: 5px 0px;
	font-weight: bold;
	text-align: right;
	color: #990033;
}

#main .rank dl.detail dd{
	padding: 5px 1em 5px 13em;
	border-bottom: 1px #990033 dotted;
}



/*
	Sidemenu
------------------------------------------------------------ */


/* メニュー全体枠（左枠） */
#side{
	float: left;
	display: inline;
	width: 220px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}


/* 各メニュー枠 */
#side dl{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px #990033 solid;
	border-bottom: 4px #990033 solid;
}


/* メニュー見出し */
#side dl dt{
	display: block;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-align: center;
	background: url(../img/side-bg.jpg) left top repeat-x;
}


/* 各メニュー共通設定 */
#side dl dd{
	display: inline;
}


/* 各メニューリンク文字設定 */
#side dl dd a{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 20px;
	border-bottom: 1px #990033 solid;
	background: #fff url(../img/side-mark.gif) 5px 16px no-repeat;
}

#side dl dd a:hover{
	color: #fff;
	background: #990033 url(../img/side-mark.gif) 5px 16px no-repeat;
}


#side p{
	margin: 20px 0px;
	padding: 10px;
	font-size: 0.9em;
	border: 3px #990033 double;
}



/*
	Footer
------------------------------------------------------------ */

/* フッター全体枠 */
#footer{
	clear: both;
	text-align: center;
}


#footer p{
	margin: 0px 10px 5px 0px;
	text-align: right;
	font-size: 0.9em;
}

#footer ul{
	padding: 5px 20px 20px;
	border-top: 1px #990033 dotted;
}

#footer ul li{
	display: inline;
	margin: 0px 15px;
	font-size: 0.9em;
}


/* コピーライト設定 */
#footer address{
	clear: both;
	line-height: 30px;
	font-size: 0.9em;
	border-bottom: 5px #990033 solid;
}





/*
	下層ページ用設定
------------------------------------------------------------ */

#main h3{
	margin: 30px 10px 0px;
	padding: 5px 0px 5px 20px;
	color: #333333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	border-top: 1px #990033 dotted;
	border-bottom: 1px #990033 dotted;
}


/* ------------------------------ ul, ol, li - リスト */

#main ul,
#main ol{
	margin: 30px 40px;
}

#main ul li,
#main ol li{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none none outside;
	background: url(../img/list.gif) left 1px no-repeat;
}

/* 更新情報のRSS */
#main ul.update li{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none none outside;
	background-image: none;
}

#main ul.update li.rss{
	margin: 12px 0px 0px 330px;	/*	日本語を変えた場合は、ここの数値も変更してください。　*/
	padding: 0px 0px 0px 35px;
	border-bottom: none;
	line-height: 35px;
	background: url(../img/rss_icon.gif) left top no-repeat;
}


/* ------------------------------ 引用 */
#main blockquote{
	margin: 50px 40px;
	padding: 0px;
	border-left: 3px #990033 double;
}


/* ------------------------------ table tr th td - テーブル */

#main table{
	margin: 30px 40px;
	font-size: 1.0em;
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#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: #990033;
}

#main table tr td{
	padding: 7px;
	text-align: left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* ------------------------------ 口コミ系 */

#main .review{
	margin: 25px 40px;
	min-height: 250px;
	border-top: 1px #990033 solid;
	border-right: 1px #990033 dotted;
	border-bottom: 1px #990033 solid;
	border-left: 1px #990033 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%;
	border-bottom: 1px #990033 dotted;
}
