@charset "utf-8";
/* CSS Document */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	line-height: 1.5em;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	margin: 0px;
}
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.txt_big {
	font-size: 16px;
}
.txt_big_red  {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.txt_red {
	color: #CC0000;
}
.txt_red-underline {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D6F71;
}


.txt_headerwhite {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.3em;
}
.txt_margin {
	text-indent: 10px;
}
.vertical_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #717171;
	border-bottom-color: #717171;

}
.table_common {
	border-collapse: collapse;
	border: 1px solid #333333;
}
table.common tr,
table.common td {
	border: 1px solid #333333;
}
.table_common2 {
	border-collapse: collapse;
	border: 1px solid #6D6F71;
}
table.common2 tr,
table.common2 td {
	border: 1px solid #6D6F71;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D6F71;
	padding-bottom: 5px;
}
.upline {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6D6F71;
}
.txt_blue {
	color: #0000FF;
}

/*人気top3用リンク*/
a.top3_link:link {
	text-decoration: none;
	color: #F15A24;
}
a.top3_link:visited {
	text-decoration: none;
	color: #F15A24;
}
a.top3_link:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.top3_link:active {
	text-decoration: none;
	color: #F15A24;
}
/*人気top3用リンク*/
a.red_link:link {
	text-decoration: none;
	color: #CC0000;
}
a.red_link:visited {
	text-decoration: none;
	color: #CC0000;
}
a.red_link:hover {
	color: #999999;
	text-decoration: underline;
}
a.red_link:active {
	text-decoration: none;
	color: #CC0000;
}
