/*--all--*/
#wrapper {
	width:807px;
	background-image: url(../img_top/back_img.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*--headr--*/
#header {
	width: 800px;
	height: 100px;
	background-image: url(../img_top/header1.jpg);
	position: relative;
}
#header h1 {
	position: absolute;
	left: 21px;
	top: 17px;
}
#header #logo {
	position: absolute;
	left: 21px;
	top: 37px;
}
#header #h-right {
	position: absolute;
	left: 450px;
	top: 50px;
	font-size: 130%;
}
/*--side_menu--*/
#side_menu {
	float: left;
	position: relative;
	padding-left: 10px;
	width: 180px;
	margin-top: 10px;
}
#side_menu ul li img {
	vertical-align: bottom;
}

/*--main_contents--*/
#main-contents {
	width: 610px;
	float: right;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 7px;
	text-align: left;
	margin-left: 0px;
}
/*--footer--*/
#footer {
	clear: both;

	background-image: url(../img_top/footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	position: relative;
}
#footer #f-adr {
	position: absolute;
	left: 143px;
	top: 25px;
}
#footer #copylight {
	float: right;
	margin-right: 30px;
	margin-top: 35px;
	font-size: 90%;
}
/*--other--*/
.img_space {
	margin-top: 15px;
	margin-bottom: 30px;
}
.bnr_space {
	margin-bottom: 5px;
}
