@charset "UTF-8";


#container {
	background-image: url(../images/top_bgmain.gif);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.gif);
	background-position: left top;
}
#header #headnavi {
	height: 65px;
	width: 760px;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#content  #topmain {
	background-image: url(../images/top_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	padding-top: 265px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #footline {
	height: 20px;
	width: 760px;
	clear: both;
}
#footer {
	height: 60px;
	width: 780px;
	background-image: url(../images/top_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.txtnavi {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 11px;
	color: #999999;
}
.clearleft {
	clear: left;
}
.clearall {
	clear: both;
}
#content #main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header #headlogo {
	height: 45px;
	width: 760px;
}
