@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	margin: 0 auto;
	background-image: url(../img/bg-mainimg.jpg);
	background-position: center 83px;
	background-repeat: no-repeat;
    position:relative;
	width:1024px;
}
#header{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
div#navi:after,
ul.menu:after,
#content:after,
#home #main-right .treatment:after{
	content: "";
	display: block;
	clear: both;
}
#content{
	width: 950px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding-top:5px;
	padding-bottom:15px;
}
#contents #content{
    padding-top:0;
}
#main{
    width:690px;
	float:left;
}
#contents #main{
    width:680px;
	background-image: url(../img/bg-main.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:15px;
}
#main-left{
    width:260px;
	float:left;
	background-image: url(../img/bg-home-left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:12px;
}
#main-right{
    width:420px;
	float:right;
	background-image: url(../img/bg-home-right.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:12px;
}
.border{
	background-color:#FFF;
	border:1px solid #EFBFB5;
}
#sub{
    width:250px;
	float:right;
}
#contents #sub{
    width:260px;
	background-image: url(../img/bg-home-left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:12px;
}
#footer{
    clear:both;
	background-image: url(../img/bg-footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color:#FFF;
}
