@charset "UTF-8";
body {
	background: #568900 url(../img/bg.jpg) repeat-y center top;
	text-align: center;
}


/*wrapper*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(../img/page.gif) repeat-y center top;
}

#container {
	width: 100%;
	min-height: 650px;
	margin: 0 auto;
	background: url(../img/pagebg.jpg) no-repeat center top;
}

#head {
	width: 760px;
	margin: 0px auto;
	clear: both;
}

h1 {
	width: 760px;
	height: 31px;
	padding-top: 18px;
}

h1 a {
	width: 760px;
	height: 31px;
	background: url(../img/name.jpg) no-repeat center top;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}

h1 a:hover {
	background-position: center bottom;
}

#catch {
	width: 760px;
	height: 140px;
}

#catch img {
	display: block;
}



/*menu*/
#menu {
	width: 760px;
	height: 70px;
}

#menu li {
	float: left;
}

#menu li a {
	width: 190px;
	height: 70px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

#menu li a#btn01 {
	background: url(../img/btn01.jpg) no-repeat left top;
}

#menu li a#btn02 {
	background: url(../img/btn02.jpg) no-repeat left top;
}

#menu li a#btn03 {
	background: url(../img/btn03.jpg) no-repeat left top;
}

#menu li a#btn04 {
	background: url(../img/btn04.jpg) no-repeat left top;
}

#menu li a#btn01:hover,
#menu li a#btn02:hover,
#menu li a#btn03:hover,
#menu li a#btn04:hover {
	background-position: left bottom;
}





/*page*/
#page {
	width: 760px;
	min-height: 400px;
	margin: 38px auto 0;
}

h2 {
	width: 80px;
	height: 310px;
	float: left;
}

h2 img {
	display: block;
}

#contents {
	float: left;
	margin-left: 35px;
	width: 600px;
	text-align: left;
}

h3 {
	width: 600px;
	margin-bottom: 20px;
	font-size: 136%;
	line-height: 1.3em;
	font-weight: bold;
	color: #669900;
	padding-top: 10px;
}

#page p {
	font-size: 92%;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: justify;
}




/*footere*/
#bottom {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: url(../img/footerbg.jpg) no-repeat center top;
	clear: both;
}

#gotop {
	width: 760px;
	height: 60px;
	margin: 0 auto;
}

a#btn  {
	width: 280px;
	height: 60px;
	display: block;
	margin-left: 480px;
	background: url(../img/gotop.gif) no-repeat left top;
	text-indent: -10000px;
	overflow: hidden;
}

a#btn:hover  {
	background-position: left bottom;
}


#copy {
	text-align: center;
	font-size: 77%;
	padding-bottom: 30px;
}

