@charset "utf-8";

/* 基本設定 */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 5px 0;
}
p  {
	line-height: 150%;
	margin: 15px;
	padding: 0;
}


/* リンク */

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ff6600;
}
a img { border: 0; }
.s a:link, .s a:visited. .s a:hover, .s a:active {
	text-decoration: underline;
	color: #333;
}
p a:link, p a:visited, p a:hover, p a:active {
	text-decoration: none;
	color: #333;
}
.af a:link, .af a:visited, .af-center a:link, .af-center a:visited, .af-right a:link, .af-right a:visited, .af-left a:link, .af-left a:visited {
	text-decoration: underline;
	color: #0000ff;
	font-weight: bold;
}
.af a:hover, .af a:active, .af-center a:hover, .af-center a:active, .af-right a:hover, .af-right a:active, .af-left a:hover, .af-left a:active {
	text-decoration: underline;
	color: #ff6600;
	font-weight: bold;
}

.af-toptext {
	text-align: center;
	padding: 0 0 20px 0;
}
.af-toptext a, .af-toptext a:link, .af-toptext a:visited {
	text-decoration: underline;
	font-size: 1.2em;
	color: #0000ff;
	font-weight: bold;
}
.af-toptext a:hover, .af-toptext a:active {
	text-decoration: underline;
	font-size: 1.2em;
	color: #ff6600;
	font-weight: bold;
}


/* 文字装飾 */

.bbb {
	color: #000;
	font-size: 1.4em;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB";	*/
	font-weight: bold;
	padding: 0;
}
.bb {
	color: #000;
	font-size: 1.2em;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB";	*/
	font-weight: bold;
}
.bbbr {
	color: #dc0000;
	font-size: 1.4em;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB";	*/
	font-weight: bold;
}
.bbr {
	color: #dc0000;
	font-size: 1.2em;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB";	*/
	font-weight: bold;
}
.b { font-weight: bold; color: #000000; }
.br {
	color: #dc0000;
	font-weight: bold;
}
.line { background: #ffff00; color: #000000; }
.u { border-bottom: 1px solid; }


/* 文字色 */

.red { color: #cc0000; }
.blue { color: #003399; }
.green { color: #339900; }
.orange { color: #ff9900; }
.pink { color: #ff00ff; }
.kome {
	font-size: 12px;
	color: #cc0000;
	line-height: 1.25;
}
.s {
	font-size: 12px;
	color: #333;
	line-height: 1.25;
}


/* 文字位置 */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.af-center { text-align: center; }
.af-right { text-align: right; }
.af-left { text-align: left; }


/* 画像回り込み */

.img1 {
	float: right;
	margin-left: 10px;
}
.img2 {
	float: left;
	margin: 0 15px 10px 0;
}


/* 見出し */

h1 {
	position: relative;
	margin: 0px auto;
	width: 800px;
	text-align: right;
	font-size: 0.8em;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB";	*/
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	color: #999;
}

h2 {
	text-indent: -10000px;
	margin: 0;
	padding: 0;
/*	width: 500px;	*/
	font-size: 1.6em;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB";	*/
	font-weight: bold;
/*	position: absolute;	*/
/*	top: 40px;	*/
/*	right: 20px;	*/
}

h3 {
	position: relative;
	margin: 5px 0 15px;
	padding: 2px 0 2px 25px;
	color: #cc5f29;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px dotted #803c1a;
	clear: both;
	background: url(../img/check.gif) no-repeat left;
}
/* 色付き背景用h3 */
/*
h3 {
	line-height: 40px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	background: #000 url(../img/h3.gif) no-repeat left;
	height: 40px;
	margin: 5px 0 15px;
	padding: 0 10px 0 35px;
	clear: both;
        text-align: left;
}
*/
/* 色無し背景用h3 */
/*
h3 {
	line-height: 40px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	background: url(../img/h3.gif) no-repeat left;
	height: 40px;
	margin: 5px 0 15px;
	padding: 0 10px 0 35px;
	clear: both;
        text-align: left;
}
*/

h4 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px dotted #803c1a;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";	*/
	text-align: center;
	clear: both;
}


/* レイアウト */

body {
	position: relative;
	width: 820px;
	text-align: center; /* center on ie */
	margin: 0 auto;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.25;
	background: url(../img/bg.gif) no-repeat top #ffffff;
}
*:first-child+html body { padding: 0 1px 0 0; }

#head {
	position: relative;
	width: 810px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #666;
	background: url(../img/0.jpg) no-repeat left top;
}
#head p {
	text-indent: -10000px;
/*	width: 500px;	*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
/*	position: absolute;	*/
/*	top: 95px;	*/
/*	right: 20px;	*/
	font-size: 0.9em;
}

#wrapper {
	position: relative;
	width: 730px;
	margin: 0 auto;
	* margin: 0 0 0 1px;
	padding: 10px 45px;
	text-align: left;
	* text-align: center;
	background: url(../img/bbg.gif) repeat-y;
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.content {
	margin: 10px 15px;
	padding: 1px 0 15px;
	clear: both;
	text-align: left;
}

#ad1, #ad2 {
	clear: both;
	padding: 10px 0;
	text-align: left;
}

ul.pick {
	list-style: none;
	border: 1px solid #803c1a;
	padding: 10px 20px 5px 20px;
	margin: 0 15px 20px 15px;
}
*html ul.pick { padding: 10px 20px 15px 20px; }
*+html ul.pick { padding: 10px 20px 15px 20px; }
html>/**/body ul.pick { padding /*\**/: 10px 20px 15px 20px\9; }
ul.pick li {
	font-weight: bold;
	font-size: 1.2em;
	color: #cc5214;
	background: url(../img/pickli.gif) no-repeat left 50%;
	border-bottom: 1px dotted #803c1a;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 40px;
}

ul#menu1, ul#menu2 {
	position: relative;
	display: block;
	width; auto;
	min-height: 30px;
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 5px 10px;
	text-align: center;
}
ul.link {
	position: relative;
	display: block;
	width; auto;
/*	min-height: 30px;	*/
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 5px 10px;
	text-align: center;
}
ul#menu1 li, ul#menu2 li {
	margin: 0;
	padding: 5px;
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-size: 13px;
}
ul.link li {
	margin: 0;
	padding: 5px;
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-size: 12px;
}
ul.link li a:link, ul.link li a:visited, ul.link li a:hover, ul.link li a:active {
	text-decoration: none;
	color: #333;
}


#foot {
	position: relative;
	width: 730px;
	margin: 0 auto;
	* margin: 0 0 0 1px;
	padding: 1px 45px 20px;
	text-align: center;
	background: url(../img/fbg.gif) no-repeat bottom left;
	clear: both;
}
#foot p {
	margin: 0 20px 5px;
	padding: 0;
	font-size: 12px;
}


/* ボックス */

.box {
	margin: 10px 0;
	border: 1px solid #999;
	background-color: #fff;
	padding: 0 10px 10px 10px;
	clear: both;
	line-height: 1.25;
}
.box p {
	margin: 10px 0;
	line-height: 1.5;
	font-size: 1em;
}


/* ランキングテーブル */

table {
	width: 680px;
	margin: 20px auto;
	background: #ccc;
}
table th {
	padding: 5px 10px;
	background: #f4f4f4;
}
table td {
	padding: 5px;
	background: #ffffff;
	vertical-align: top;
}
table td p {
	line-height: 28px;
	background: url(../img/note.gif);
	padding: 4px 5px 6px 5px;
}
#rank1 {
	background: url(../img/rank1.gif) no-repeat left top;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 8px 160px;
}
#rank2 {
	background: url(../img/rank2.gif) no-repeat left top;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 8px 160px;
}
#rank3 {
	background: url(../img/rank3.gif) no-repeat left top;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 8px 160px;
}
#rank4 {
	background: url(../img/rank4.gif) no-repeat left top;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 8px 160px;
}
#rank5 {
	background: url(../img/rank5.gif) no-repeat left top;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 8px 160px;
}


/* スペックテーブル */

table.spec {
	width: 680px;
	margin: 20px auto;
	background: #ccc;
}
table.spec th {
	text-align: center;
	color: #000000;
	padding: 10px;
	background: #dae0e5;
}
table.spec td {
	text-align: center;
	padding: 10px;
	background: #ffffff;
	vertical-align: top;
}


.af-btn { float: right; }
.af-btn a {
	text-indent: -10000px;
	display: block;
	height: 55px;
	width: 300px;
	margin: 10px 15px;
	background: url(../img/koushiki1.gif) no-repeat;
	text-decoration: none;
}
.af-btn a:hover, .af-btn a:active {
	display: block;
	height: 55px;
	width: 300px;
	background: url(../img/koushiki2.gif) no-repeat;
}
.af-btn a:focus { outline: none; }

.af-btn2 {
	text-indent: -10000px;
	margin: 40px 165px 20px 165px;
}
.af-btn2 a, .af-btn2 a:link, .af-btn2 a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/afbtn2.jpg) no-repeat left top;
	width: 350px;
	height: 60px;
}
.af-btn2 a:hover, .af-btn2 a:active {
	display: block;
	text-decoration: none;
	background: url(../img/afbtn2h.jpg) no-repeat left top;
	width: 350px;
	height: 60px;
}
.af-btn2 a:focus { outline: none; }
