@charset "UTF-8";
body {
	background: #ffffff url(../sys/bg.jpg) no-repeat center top;
	margin: 0 auto;
	min-height: 780px;
}


/*wrapper*/
#wrapper {
	width: 760px;
	display: block;
	margin: 0 auto;
	text-align: left;
	clear: both;
}


/*head*/
#head {
	width: 760px;
	height: 35px;
	display: block;
	clear: both;
}
#head h1 {
	width: 440px;
	height: 35px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#head h1 a img {
	display: block;
	border: 0 none;
}
#head #sys {
	float: right;
	padding-top: 15px;
	list-style-type: none;
	font-size: 90%;
	text-align: right;
	width: 210px;
}
#head #sys li {
	float: left;
	text-align: right;
	display: block;
}
#head #sys li a {
	display: block;
	margin: 0 0 0 20px;
	padding: 5px 5px 5px 20px;
}
#head #sys li#home a {
	background: url(../sys/icohome.gif) no-repeat left center;
}
#head #sys li#sitemap a {
	background: url(../sys/icomap.gif) no-repeat left center;
}


/*contents*/
#contents {
	width: 560px;
	float: right;
	padding-top: 10px;
	clear: right;
	font-size: 0.9em;
}
h2 img {
	width: 560px;
	height: 35px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
#contents p {
	padding-top: 10px;
	line-height: 1.5em;
	text-align: justify;
}
#contents .right {
	width: 240px;
	float: right;
	margin-left: 40px;
}


/*gotop*/
#contents p.gotop {
	width: 560px;
	text-align: right;
}


/*sub*/
#sub {
	padding: 20px 0 0;
	clear: both;
	font-size: 0.9em;
}
#sub li {
	float: left;
	list-style-type: none;
}
#sub li a {
	padding: 5px 5px 5px 0;
	display: block;
	margin-right: 10px;
}


/*footer*/
address#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	padding: 10px 0 20px;
	letter-spacing: 1px;
}
address#footer p {
	line-height: 1.2em;
}
