@charset "utf-8";

* {
margin: 0;
padding:0;
border:0;
}

.clear {
clear:both;
}

a {
color: blue;
text-decoration: underline;
}

a:link,a:visited,a:active {
color: #0000ff;
}

a:hover {
color: #ff0000;
}

body {
	margin: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 850px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(img/container.gif);
	background-repeat: repeat-y;
	background-position: 610px;
	position: relative;
}



#banner {
	width: 850px;
	height: 170px;
	position: relative;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner h1 {
	padding-top: 15px;
	padding-right: 15px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #555555;
}

#banner p {
	color: #666666;
	font-size: 10px;
	position: absolute;
	left: 25px;
	bottom: 60px;
	line-height: 14px;
}

#banner #head_bn {
	height: 60px;
	width: 468px;
	position: absolute;
	top: 41px;
	right: 28px;
}

#content {
	float: left;
	width: 580px;
	padding-left:20px;
	padding-right:0px;
	padding-bottom: 10px;
	overflow: hidden;
	padding-top: 5px;
}

#content h2 {
	height: 53px;
	line-height: 32px;
	padding-left: 70px;
	color: #333333;
	font-size: 16px;
        font-weight: bold;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left;

}

#content h2 span.h2-red {
color:#000;
font-size: 20px;
font-weight: bold;
}

#content h3 {
	height: 37px;
	line-height: 37px;
	margin-bottom: 10px;
	padding-left: 57px;
	color: #FFFFFF;
	font-size: 14px;
　　　 font-weight: bold;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #fff;
	background-image: url(img/h3.jpg);
	background-repeat: no-repeat;
}


#content h3.h3-best {
	height: 41px;
	line-height: 39px;
	margin-bottom: 5px;
	padding-left: 56px;
	color: #ff9900;

	font-size: 16px;
	font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	background-color: #fff;
	background-image: url(img/ranking-h3-3.jpg);
	background-repeat: no-repeat;

}


#content p {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(img/p_line.gif);
	line-height: 28px;
	padding: 5px;
color: #393939;
}

#content p.p-bt0 {
margin-bottom: 0px;
}

#content p.p-go {
background: url(img/check.gif) no-repeat left center;
height: 25px;
line-height: 25px;
margin: 0px;
padding: 0px;
padding-left: 80px;
margin-left: 30px;
margin-bottom: 20px;
}

#content p.p-chu {
background-image: none;
line-height: 120%;
padding: 0px;
font-size: 12px;
text-align: right;
margin-right: 20px;
color: #bc6b00;
}

#content p.p-chu-left {
background-image: none;
line-height: 120%;
padding: 0px;
font-size: 12px;
text-align: left;
margin-left: 20px;
color: #bc6b00;
}

#content p.p-title {
background: url(img/p-title.jpg) no-repeat;
padding: 0px;
margin: 0px;
height:38px;
line-height: 33px;
padding-left: 20px;
font-size: 15px;
margin-bottom: 10px;
margin-left: 8px;
}

#content p.img-c {
background: none;
text-align: center;
padding: 0px;
line-height: 130%;
}

#content h3.note  {
background: url(img/paper01.gif) no-repeat left #f5f5f5;
height: 35px;
line-height: 35px;
margin-bottom: 20px;
padding-left: 30px;
color: #555;
font-size: 18px;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
border-bottom: dotted 1px #f9dd0f;
border-left: none;
}


.contents p {
font-size: 12px;
}



.contents p.img-l {
float: left;
margin-bottom: 0px;
background: #fcf7cb;
}

.contents p.img-l img {
border: solid 1px #666;
}


#right{
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EBEBEB;
	border: 1px solid #AAAAAA;
	background-image: url(img/side_bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

*html #right{
	margin-right: 10px;
}

#right dl {
	margin-bottom: 20px;

}



#right dt {
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	background-color: #266090;
	background-image: url(img/side_dt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#right dd {
font-size: 12px;
}

#right dd a {
	padding-left: 18px;
	line-height: 28px;
	height: 28px;
	width: 180px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(img/side_dd_a.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#right dd a:hover {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	padding-left: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #429CE8;
}


.parts {
margin-bottom: 10px;
}


#foot{
	width: 850px;
	height: 120px;
	font-size:12px;
	color: #fff;
	clear:both;
	background-color: #CCCCCC;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;

}

#foot p {
	padding-top: 85px;
	text-align: center;
	margin:0px;

}

#foot p a{
text-decoration: none;
font-style:normal;
color: #fff;
}

/*----------------------*/

#content p.pagetop {
text-align: right;
font-size: 12px;
background: none;
margin-bottom: 0px;
}


/*----------------------*/

p#pankuzu {
position: absolute;
top: 123px;
left: 20px;
font-size: 13px;
color: #fff
}

p#pankuzu a {
color: #fff;
}

p#pankuzu a:hover {
color: red;
}

/*----------------------*/

.desc p a.aaa {
cursor: text;
color: black; 
text-decoration:none;
}

p a.aaa {
cursor: text;
color: #333333;
text-decoration:none;
}

p a.aaa:visited {
color: #333333;
}

p a.aaa:hover {
color: #333333;
}


p#yahoo {
margin-top: 10px;
text-align: center;
}

/*-----------------------*/


.white {color: white; }

.red  {color: red; }
.redb {color: red; font-weight: bold; font-size: 14px;}
.redl {color: red; font-weight: bold; font-size: 16px; }

.blue {color: blue; }
.blueb {color: blue; font-weight: bold; }
.bluel {color: blue; font-weight: bold; font-size: 24px; }

.yellow  {
	color: #222222;
	font-weight: normal;
	background-color: #ffff99;
}

.blackb  {color: black; font-weight: bold; }


strong {font-weight:normal;}



/*-----------------------*/

table {
	background :#fff;
	margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	width: 550px;
	border-collapse: collapse;
	font-size: 12px;
}

td {
	border: 1px solid #A0B5C7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}

th {
border: solid 1px #acbdcd;
padding: 8px 5px 8px 10px;
background:#f0f5f8;
font-weight: bold;
}

tr.td-c {
text-align: center;
}


td.td-center {
text-align: center;
padding-left: 0px;
}

tr.td-c td {

padding-left: 5px;
}

tr.tr-c td {
text-align: center;
}

tr.td-c th{
padding-left: 0px;
padding-right: 0px;
}

th.th-c {
text-align: center;

}


td.td-left {
text-align: left;
}


caption {
	line-height: 26px;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	color: #333;
	font-size: 13px;
	background-image: url(img/caption.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 1px top;
}

table#last-table {
margin-bottom: 5px;
}

/*-----------------------*/

table.rank-table1 td.rank-cap {
	width: 35%;
	background-color: #F5F5F5;
	background-image: url(img/rank_cap.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;

}

table.rank-table1 td.rank-cap img {
	margin: 0px;
	padding: 2px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

table.rank-table1 td.rank-cap a:hover img {
	margin: 0px;
	padding: 1px;
	border: 2px solid #fb9527;
	background-color: #FFFFFF;
}

table.rank-table1 th.kokki {
color: #666;
background:#f0f5f8;
font-weight: bold;
font-size: 12px;
white-space: nowrap;
padding: 2px 0px 2px 0px;
width: 15%;
text-align: center;
}

table.rank-table1 td.gray {
color: #666;
background: #f2f2f2;
font-weight: bold;
font-size: 12px;
white-space: nowrap;
padding: 5px 0px 5px 10px;
width: 19%;
text-align: center;
}

table.rank-table1 th.gray-2 {
	color: #1C3F62;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	width: 11%;
	text-align: center;
	background-color: #EFF5FA;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: top;
}


table.rank-table1 td.white, 
table.rank-table1 td.white-2 {
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}



table.rank-table1 td.rank-mousikomi {
padding-left: 75px;
overflow: hidden;
}

table.rank-table1 td.rank-mousikomi a {
display: block;
width: 200px;
height: 26px;
background-position:0 0;
background-repeat:no-repeat;
background-image: url(img/rank-mousikomi.jpg);
margin: 0;
padding: 0;
text-indent: -7777px;
}

table.rank-table1 td.rank-mousikomi a:hover {
display: block;
width: 200px;
height: 26px;
background-position:0 -26px;
text-indent: -7777px;
}

table.rank-table1 td.rank-setumei {
padding: 2px;
}

#content table.rank-table1 td.rank-setumei p {
	color: #393939;
	font-size: 12px;
	background-image: url(img/note.gif);
	line-height: 20px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
margin-bottom: 0px;
}



table.rank-table1 td.rank-cap a#rank-btn {
	overflow: hidden;
	display: block;
	width: 186px;
	height: 30px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/mousikomi.jpg);
	padding: 0;
	text-indent: -7777px;
	margin-left: auto;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
}

table.rank-table1 td.rank-cap a#rank-btn:hover {
background-position:0 -30px;
text-indent: -7777px;
}

table.rank-table1 td.rank-setumei a#rank-btn {
	overflow: hidden;
	display: block;
	width: 186px;
	height: 30px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/mousikomi.jpg);
	padding: 0;
	text-indent: -7777px;
	margin-left: auto;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
}

table.rank-table1 td.rank-setumei a#rank-btn:hover {
background-position:0 -30px;
text-indent: -7777px;
}

/*-----------------------*/

table.hikaku-table th {
	color: #1C3F62;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
	background-color: #EFF5FA;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.rank1-td {
text-indent: -9999px;
background: url(img/rank1-1.jpg) no-repeat center;
}

td.rank2-td {
text-indent: -9999px;
background: url(img/rank2-2.jpg) no-repeat center;
}

td.rank3-td {
text-indent: -9999px;
background: url(img/rank3-3.jpg) no-repeat center;
}

/*-----------------------*/

table.tuuka-pair {
background :#fff;
margin: 0px 0px 20px 5px;
padding: 0px 0px 0px 0px;
color: #5d5d5d;
width: 550px;
border-collapse: collapse;
font-size: 12px;
line-height: 1.3em;
}

table.tuuka-pair td {
border: dotted 1px #aaa;
padding: 3px 0px 3px 0px;
background: #f2f2f2;
text-align: center;
}

table.tuuka-pair th {
border: dotted 1px #aaa;
border-top: solid 1px #eccf06;
padding: 3px 0px 3px 0px;
background: #f2f2f2;
text-align: center;
font-weight: bold;
}

table.tuuka-pair th.th-title {
width: 100px;
border-left: solid 1px #eccf06;
border-bottom: dotted 1px #aaa;
}

table.tuuka-pair th.th-title2 {
width: 120px;
border-left: solid 1px #eccf06;
border-bottom: dotted 1px #aaa;
}



table.tuuka-pair th.th-title-bt {
border-top: dotted 1px #aaa;
border-left: solid 1px #eccf06;
border-bottom: solid 1px #eccf06;
}

table.tuuka-pair th.th-right, 
table.tuuka-pair td.td-right {
border-right: solid 1px #eccf06; 
}

table.tuuka-pair tr.td-white td {
background: #fff;
border-bottom: solid 1px #eccf06;
}
td.fx-rank1,
td.fx-rank2,
td.fx-rank3,
td.fx-rank4,
td.fx-rank5,
td.fx-rank_df {
	line-height: 30px;
	background-color: #F3F3F1;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 13px;
	color: #222222;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
td.fx-rank1 {
	background-image: url(img/rank1.jpg);
}
td.fx-rank2 {
	background-image: url(img/rank2.jpg);
}
td.fx-rank3 {
	background-image: url(img/rank3.jpg);
}
td.fx-rank4 {
	background-image: url(img/rank4.jpg);
}
td.fx-rank5 {
	background-image: url(img/rank5.jpg);
}
td.fx-rank_df {
	background-image: url(img/rank_df.jpg);
	padding-left: 20px;
}

#content .waku {
	background-color: #FFF2DD;
	padding: 10px;
	border: 3px solid #FFD58E;
	width: 530px;
}
#content .waku h4 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F8DEB4;
	border-left-color: #FB9D00;
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	font-weight: bold;
}

/*-----------------------*/

#content h3#h3-5point {
background: url(img/h3-5point.jpg) no-repeat left top;
height: 43px;
text-indent: -8888px;
margin-bottom: 0px;
margin-left: 10px;
}

.box-point {
background: url(img/point-bg.jpg) repeat-y;
padding-bottom: 0px;
margin-bottom: 25px;
margin-left: 10px
}

.box-point-bt {
background: url(img/point-bt.jpg) no-repeat left bottom;
height: 10px;
}

#content .box-point p {
height: 28px;
padding: 0px;
margin: 0px;
line-height: 28px;
margin-left: 40px;
margin-bottom: 10px;
padding-left: 50px;
color: #555;
font-size: 15px;
}

#content .box-point p span.ore {
color:#ff750c;
font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
font-size: 17px;
}

#content .box-point p#point1 {
background: url(img/point1.jpg) no-repeat left center;

}

#content .box-point p#point2 {
background: url(img/point2.jpg) no-repeat left center;

}

#content .box-point p#point3 {
background: url(img/point3.jpg) no-repeat left center;

}

#content .box-point p#point4 {
background: url(img/point4.jpg) no-repeat left center;

}

#content .box-point p#point5 {
background: url(img/point5.jpg) no-repeat left center;
margin-bottom: 5px;
}


/*----------ブックマーク------------*/

#social-bookmark {
	position: absolute;
	top: 113px;
	right: 22px;
}

#social-bookmark ul {
border: none;
margin: 0px;
padding: 0px;
background: none;
}

#social-bookmark ul li {
line-height: 100%;
margin: 0px;
padding: 0px;
height: 100%;
}

/*----------運営者------------*/

#infomation {
background: url(img/infomation.jpg) no-repeat;
height:128px;
margin-bottom: 10px;
}


