body {
	background: url(../../yokoku/images/base.jpg) repeat-y center top;
}

#wrapper {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0 50px 0;
}

#header {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#contentHeader {
	width: 920px;
	margin: 0 auto;
}

#yodogawa {
	width: 400px;
	margin: 50px auto;
	font-weight: bold;
}


.content {
	
}
.content h2 {
	width: 800px;
	margin: 100px auto 20px;
	padding-bottom: 10px;
	border-bottom: 5px solid #FF8000;
	text-align: center;
}
.content h3 {
	width: 740px;
	margin: 50px auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.content ul {
	margin-bottom: 100px;
	text-align: center;
}
.content li {
	width: 180px;
	padding-top: 50px;
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
}
.content li.rank1 {
	width: 800px;
	background-image: url(../images/20130906/rank_1.png);
	margin-top: -5px;
	padding-top: 55px;
}
.content li.rank2 {
	background-image: url(../images/20130906/rank_2.png);
}
.content li.rank3 {
	background-image: url(../images/20130906/rank_3.png);
}
.content li.rank4 {
	background-image: url(../images/20130906/rank_4.png);
}
.content li.rank5 {
	background-image: url(../images/20130906/rank_5.png);
}
.content li span {
	display: block;
	min-height: 3em;
}
.content li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.content .column h3 {
	width: 400px;
	margin-top:0;
}
.content .column div {
	width: 50%;
}
.content .column .rank1 {
	width: 400px;
}
.content .comment {
	width: 400px;
	margin: 0 auto 50px;
}
.content .lastcomment {
	width: 400px;
	margin: 0 auto 50px;
	padding-top: 50px;
	border-top: 1px solid #CCC;
}
.content .lastcomment p {
	width: 400px;
	margin: 1em auto;
}
.cap {
	font-size: 12px;
}
.date {
	margin: 50px auto;
	text-align: center;
	font-size: 12px;
	color: #999;
}

#footer {
	width: 920px;
	margin: 40px auto;
	border-top: 1px solid #CCC;
}
#footer ul {
	text-align: center;
}
#footer .nav {
	padding-top: 15px;
}
#footer .nav li {
	float :none !important;
	margin: 0 15px !important;
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
#footer .nav li:last-child {
	float :none !important;
}
