@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#home{
	background-image: url(../img/bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#contents{
	background-image: url(../img/con_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#container{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#header{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content{
	clear: both;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}

#footer{
	clear: both;
	width: 950px;
	margin: 0 auto;
}

#main{
	float: right;
	clear: both;
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#sub{
	float: left;
	width: 260px;
}

/* for modern browser */
html>body #sub{
	width: 260px;
}

/* for modern browser */
html>body #sub{
	width: 260px;
}


/* contents_box */
.contents_box1{
	float: left;
	width: 420px;
}

.contents_box2{
	float: left;
	width: 250px;
}

.contents_box3{
	float: left;
	width: 340px;
}