@charset "UTF-8";

body {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
#container {
	background-image: url(../images/top_bgmain.gif);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
}
#content #footline {
	clear: both;
	height: 20px;
	width: 760px;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#content #sidenavi {
	float: left;
	width: 220px;
}
#content #mainb {
	float: right;
	width: 510px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}
#content #main {
	float: right;
	width: 540px;
}
#content #main #topmain {
	float: left;
	width: 330px;
	line-height: 2em;
}
#content #main #bnr {
	float: right;
	width: 210px;
}
#footer {
	background-image: url(../images/top_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 780px;
}
.txtnavi {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 11px;
	color: #999999;
}
.clearleft {
	clear: left;
}

