@charset "utf-8";

.wrapper1 {
	width: 1115px;
	margin: 0 auto;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	color: #555;
<!--	background-color: #aaa;-->
}
.header {
	width: 940px;
	height: 200px;
	background-image: url(image/header_bg.jpg);
}
h1 {
	font-size: 35px;
	position: relative;
	top: 10px;
	left: 10px;
	color: #555;
}
h1#header-title a:link {
	color: #555;
	text-decoration: none;
}
h1#header-title a:visited {
	color: #555;
	text-decoration: none;
}
h1#header-title a:hover {
	color: #555;
	text-decoration: none;
}
h1#header-title a:active {
	color: #fff;
	background-color: #87CEFA;
}

h2 {
	padding: 10px 0 0 10px;
	font-size: 30px;
<!--	border-bottom: 1px solid #87CEFA;-->
}

p {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0em;
}

.fonts-30 {
	font-size: 30px;
}

.navi {
	width: 940px;
	padding: 0;
	margin: 0;
	background-color: #00BFFF;
}
.navi ul {
	padding-left: 10px;
	margin: 0;
	overflow: hidden;
}
.navi li {
	
	float: left;
	list-style-type: none;
}
.navi a {
	padding: 0 10px;
	width: auto;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #87CEFA;
	border-left: 1px solid #B0E0E6;
	border-right: 1px solid #00BFFF;
	line-height: 30px;
	text-decoration: none;
}
.navi a:link {
	color: #fff;
	background-color: #87CEFA;
}
.navi li a:visited {
	color: #fff;
	background-color: #87CEFA;
	text-decoration: none;
}
.navi li a:hover {
	color: #87CEFA;
	background-color: #fff;
	text-decoration: none;
}
.navi li a:active {
	color: #fff;
	background-color: #ADD8E6;
	text-decoration: none;
}

.container {
	margin: 15px 0;
	width: 940px;
	height: auto;
/*	border-right: 1px solid #ddd; */
	overflow: hidden;
}
.content {
	width: 760px;
	float: left;
/*	border-left: 1px solid #ddd; */
/*	border-bottom: 1px solid #ddd; */
}
.ranking {
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	bottom: 13px;
}

.main {
	margin-left: 10px;
}
.entry-title {
	height: 50px;
	margin-left: 10px;
	background-image: url(image/title_01.png);
}
.entry-content {
	margin-left: 20px;
}

.clear {
	overflow: hidden;
}
.float {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.sidebar {
	margin: 0 auto;
	width: 160px;
	float: right;
/*	border-left: 1px solid #ddd; */
}

.footer {
	width 960px;
	line-height: 25px;
	margin-top: 10px;
	background-color: #B0E0E6;
	color: #fff;
	text-align: center;
/*	border-bottom: 1px solid #ddd; */
}
a:link {
	color: #1E90FF;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #FFA500;
	text-decoration: underline;
}
.footer a:active {
	background-color: #444;
}

.p-red {
	color: #f00;
}

.float-image {
	float: right;
}
.clear-image {
	clear: both;
}

a:link {
	color: #1E90FF;
	text-decoration: none;
}
a:visited {
	color: #1E90FF;
	text-decoration: none;
}
a:hover {
	color: #FFA500;
	text-decoration: underline;
}
a:active {
	background-color: #444;
}

.twitter-box {
	width: 80px;
	height: 205px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: fixed;
	bottom: 100px;
}
#twitter-navi {
	margin-left: -42px;
	list-style: none;
	text-align: center;
}

.box {
	float: left;
}
.ad {
	margin-top: 15px;
	margin-left: 50px;
	float: left;
}