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



#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-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left;

}

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


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


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

.clear {
clear:both;
}


p#pankuzu {
position: absolute;
top: 125px;
left: 20px;
font-size: 13px;

}


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

.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: #FFFF66;
}


strong {font-weight:normal;}



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

table {
	background :#fff;
	margin: 0px 0px 20px 5px;
	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.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.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 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: 15%;
	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;
	white-space: nowrap;
	width: 12%;
	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 {
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.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;
}
