@charset "utf-8";
/* CSS Document */

#main{
	width:1005px;
	height:auto;
	position:relative;
	background-color:#ffffff;
}

#header_line{
	width:995px;
	height:30px;
	position:relative;
	background-color:#d2a842;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}

#logo_header{
	width:1005px;
	height:200px;
	position:relative;
	background-image:url(images/logo_header.png);	
	margin-bottom:10px;
}

#left1_content{
	width:290px;
	height:auto;
	position:relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color:#2e9d8a;
	margin-left:-660px;
}

#right1_content{
	width:590px;
	height:595px;
	position:relative;
	background-image:url(images/rc1&2.png);
	margin-top:-450px;
	margin-left:300px;
}

#left2_content{
	width:310px;
	height:343px;
	position:relative;
	background-image:url(images/img_girl_06.png);
	margin-left:-660px;
	margin-top:-161px;
}

#right2_content{
	width:590px;
	height:auto;
	position:relative;
	font-family:Arial;
	margin-top:-80px;
	margin-left:280px;
	padding-bottom:50px;
}