@charset "EUC-JP";

/* ---------------------------------------------
	CSS Document ranking > common
--------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: left;
	font-size: 12px;
	font-family : "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 140%;
	color: #333;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	overflow: visible;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document ranking > link
--------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #A80017;
}

a:hover {
	text-decoration: underline;
	color: #306;
}

a:active {
	outline: none;
}

a:focus {
	outline: none;
}

a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* -----------------------------------------------
	CSS Document ranking > contents
----------------------------------------------- */

#container {
	width: 740px;
	overflow: hidden;
}

h1 {
	margin: 0;
	padding: 0;
}

table {
	width: 740px;
	margin: 0 0 20px;
	border-collapse: collapse;
}

td {
	padding: 0;
	vertical-align: bottom;
}
