@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
}

.container {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 30px;
}


.header {
	height: 58px;
	width: 1000px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.navi {
	margin-top: 18px;
	width: 700px;
	margin-bottom: 7px;
}
.header2 {
	height: 13px;
	width: 700px;
}
.navi2 {
	width: 257px;
	float: right;
}
main {
	height: auto;
	width: 1000px;
}
.entry-area {
	height: 50px;
	width: 1000px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.entry-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 150px;
	margin-top: 10px;
	float: left;
}
.entry-title {
	float: left;
	margin-top: 15px;
}
.entry-title a {
	color: #333333;
	text-decoration: none;
}

.contents-area {
	margin-left: 150px;
}
.target-open {
	display: none;
	margin-bottom: 20px;
}
.header #right {
	float: left;
	width: 700px;
}
#page-link {
	margin-bottom: 15px;
}
.hl {
	margin-top: 20px;
	margin-bottom: 15px;
}
#page-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.entry-title a:hover {
	color: #0099FF;
	text-decoration: none;
}
