h1,h2,h3,h4,p,ul,dl,li,dt,dd {
	margin: 0;
	padding: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	background-image: url(../images/wrapper.png);
	background-repeat: no-repeat;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 86px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	background-color: #FFF;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
	padding-bottom: 20px;
}
#header {
	float: left;
	width: 878px;
}
#header h1 {
	text-align: center;
}
#header h1 a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#header .epr {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 858px;
	margin-right: 10px;
	margin-left: 10px;
}
#header .epr a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}
#header .move-link {
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 600px;
	text-align: center;
}
#header .move-link a {
	font-size: 16px;
	color: #09C;
}
#content-body {
	clear: both;
}
#oldnews {
	float: left;
	width: 238px;
	margin-right: 9px;
	margin-left: 10px;
}
#oldnews h2 {
	background-image: url(../images/h2_oldnews_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 42px;
	margin-bottom: 16px;
}
#oldnews h2 a {
	font-size: 12px;
	color: #999;
	height: 14px;
	text-decoration: none;
}
#oldnews ul {
	list-style-type: none;
	float: left;
}
#oldnews .first-li {
	line-height: 22px;
	background-image: url(../images/oldnews_li_bg.png);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #666;
	padding-left: 12px;
	display: block;
	text-decoration: none;
}
#oldnews .first-li a {
	font-size: 14px;
	color: #666;
	display: block;
	text-decoration: none;
}
#oldnews .first-li a:hover {
	color: #09C;
}
#oldnews .second-li a {
	line-height: 22px;
	height: 22px;
	margin-bottom: 2px;
	font-size: 12px;
	color: #666;
	padding-left: 24px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 202px;
}
#oldnews .second-li a:hover {
	color: #09C;
}
#dailynews {
	float: right;
	width: 602px;
	margin-right: 10px;
	margin-left: 9px;
}
#dailynews h2 {
	background-image: url(../images/h2_dailynews_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #999;
	height: 14px;
	padding-top: 42px;
	margin-bottom: 16px;
}
#dailynews dl dt {
	font-size: 14px;
	color: #333;
	float: left;
	width: 90px;
	margin-right: 12px;
}
#dailynews dl dd {
	float: left;
	width: 500px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.5;
}
#dailynews dl dd a {
	color: #09C;
	text-decoration: none;
}
#dailynews dl dd a:hover {
	text-decoration: underline;
}
.site {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.site ul li a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 880px;
	background-position: top;
	float: left;
}
#footer .epr {
	padding-top: 6px;
	padding-bottom: 12px;
	text-align: center;
}
#footer .epr a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
