@charset "utf-8";
/* CSS Document */

div#information {
	width:590px;
	padding-bottom: 10px;
	background: url(../img/common/n_bg01.jpg) no-repeat bottom;
}

div#information div.infohead {
	width: 100%;
	height: 30px;
	background: url(../img/common/n_tit01.jpg) no-repeat center;
}

div#information div.infohead h2 {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div#information div.infohead ul {
	text-align: right;
}

div#information div.infobody {
	height: 250px;
	overflow: auto;
	font-size: 93%;
	color: #fff;
}

div#information dt {
	color: #CC0000;
	font-weight: bold;
}

div#information p.date {
	color: #FFCC00;
	font-weight: bold;
	padding: 0;
}

div#information p {
	padding: 3px 10px 10px;
}

div#information a {
	color: #fff;
}

div#blog {
	width: 590px;
	padding-bottom: 10px;
	background: url(../img/common/n_bg01.jpg) no-repeat bottom;
}

div#blog h4 {
	height: 25px;
	background: url(../img/common/blog_tit01.jpg) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div#blog div.newsbody {
	height: 180px;
	overflow: auto;
}

div#blog dl {
	clear: both;
	font-size: 93%;
	color: #fff;
	padding-bottom: 5px;
}

div#blog dt {
	float: left;
	width: 100px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

div#blog dd {
	float: left;
	width: 450px;
}

div#blog a {
	color: #fff;
}

div.rookies {
	padding: 15px 0;
}

div#ranking {
	width: 590px;
}

div#ranking h3 {
	width: 590px;
	height: 80px;
	background: url(../img/common/r_tit01.jpg) no-repeat bottom;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div#ranking ul li {
	display: inline;
	float: left;
	width: 110px;
	margin-right: 10px;
	padding-top: 40px;
}

div#ranking ul li div {
	height: 139px;
	padding: 0 5px;
	overflow: hidden;
}

div#ranking ul li img {
	width: 100px;
	height: 150px;
}

div#ranking ul li.no01 {
	background: url(../img/common/r_no01.jpg) no-repeat 0 0;
}

div#ranking ul li.no02 {
	background: url(../img/common/r_no02.jpg) no-repeat 0 0;
}

div#ranking ul li.no03 {
	background: url(../img/common/r_no03.jpg) no-repeat 0 0;
}

div#ranking ul li.no04 {
	background: url(../img/common/r_no04.jpg) no-repeat 0 0;
}

div#ranking ul li.no05 {
	margin: 0;
	background: url(../img/common/r_no05.jpg) no-repeat 0 0;
}

div#ranking ul li p {
	padding: 10px 0;
	font-size: 93%;
	text-align: center;
	color: #B1063A;
}

div#ranking ul li p a {
	color: #B1063A;
}

div.underbnr {
	clear: both;
}

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

ClearFix (基本的にクラス指定では使用しない)

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

/* -- Modern Browsers -- */

div#blog dl:after,
div#ranking ul:after{
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}

/* -- IE7 -- */

div#blog dl,
div#ranking ul{
display: inline-block;
}

/*  -- Legacy IE -- */

* html div#blog dl,
* html div#ranking ul{
height: 1%;
}

div#blog dl,
div#ranking ul{
display: block;
}

