body{
	margin: 0px;
	background-image: url(bg_body_repeater_start.jpg);
	background-repeat: repeat-x;
/*	background-color: #eef1d6; */
	
}

a img {
	border: 0px;
}

.all {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-image: url(bg_con_nav_box_repeat_start.jpg);
	background-repeat: repeat-y;
}

.banner {
	float: left;
	width: 100%;
	height: 583px;
	background-image: url(banner_start.jpg);
}

.con_nav_box{
	clear: both;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(bg_con_nav_box_start.jpg)
}

.lnavi {
	float: left;
	padding-top: 9px;
	/* width: 282px; */
	width: 293px;
	height: 100%;
	display: block;
}

.lnavi_left {
	float: left;
	width: 11px;
	height: 100%;
	display: block;
}


.footer {
	clear: both;
	width: 100%;
	height: 80px;
	background-image: url(bg_footer_start.jpg);
	background-repeat: no-repeat;
}

.under_footer {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #f4f5e3;
}

.content {
	float: left;
	width: 645px;
	display: block;	
}

.threequad {
	float: left;
	width: 75%;	
}

.twothird {
	float: left;
	width: 66%;
}

.half {
	float: left; 
	width: 50%;
}

.third {
	float: left;
	width: 33%;
}

.quad {
	float: left;
	width: 24.5%;
}

.clear {
	clear: both;	
}

.clear_small {
	clear: both;
	line-height: 0px;
	height: 0px;
}

