/* CSS Document */

#head {
	background-image: url(../image/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	background-image: url(../image/navi_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 34px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#pg_title {
	background-image: url(../image/title_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 70px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#pg_title_left {
	height: 70px;
	width: 400px;
	float: left;
}
#foot {
	background-image: url(../image/foot.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#sub_title {
	background-image: url(../image/h2_title_back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 350px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	line-height: 30px;
	font-weight: bold;
	color: #009900;
	font-size: 18px;
}
