@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #2e2e2e url(images/bg.gif) repeat-x top;
}



h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: top;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	color: #FF0000;
	background: #333333;
}

.look2 {
	color: #FFFFFF;
	background: #666666;
}

.redbox {
	color: #A90310;
}



a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ad0a17;
	background: #000000;
}



#container {
	background: #2e2e2e url(images/container_bg.gif) no-repeat center top;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	width: 760px;
}



#header {
	position: relative;
	background: url(images/header_bg.gif) repeat-x;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	position: absolute;
	left: 29px;
	top: 13px;
}
#header #logo {
	vertical-align: top;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}




#nav {
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 1.2;
	background: url(images/nav_bg.gif) no-repeat left top;
	padding-left: 30px;
	height: 22px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 8em; 
}
#nav li a {
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 20px;
}



#menu {
	background: #CCCCCC url(images/menu_bg.gif) no-repeat;
	height: 40px;
}

#menu li {
	background: url(images/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 40px;
}

#menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 8em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
}

#menu li a:hover {
	background: url(images/menu_bg_over.gif);
	color: #FFFFFF;
}



#contents {
	background: url(images/contents_bg.gif) repeat-y;
}



#main {
	float: left;
	width: 490px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 12px;
}

#main h2 {
	font-size: 13px;
	line-height: 28px;
	background: #000000 url(images/midashi_bg.gif) no-repeat;
	height: 29px;
	width: 475px;
	padding-left: 20px;
}

#main p {
	margin: 0.5em 10px 1em;
}

#main-img {
	background: url(images/main_img_bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
}

.main-rank li{
	background: no-repeat 10px top;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
	padding-right: 10px;
	width: 475px;
}



#sub {
	float: right;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline;
	margin-right: 12px;
	color: #CCCCCC;
}

#sub p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#sub h3 {
	font-size: 100%;
	background: #151515;
	border: 1px solid #353535;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sub-menu-rank li{
	background: no-repeat 10px top;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
	padding-right: 10px;
	width: 203px;
}

.sub-menu a {
	background: url(images/arrow2.gif) no-repeat 10px top;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
	padding-right: 10px;
	width: 178px;
}

.sub-menu a:hover {
	background: #151515 url(images/arrow2.gif) no-repeat 13px top;
}



#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat center;
	height: 80px;
	padding-top: 70px;
	font-size: 11px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}



#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

.log {
	text-align: left;
	padding: 5px;
	float: left;
	overflow: auto;
	height: 150px;
	width: 480px;
	background: #000000;
	margin: 0px;
	font-size: 12px;
	line-height: 140%;
	color: #CCCCCC;
}

