@charset "utf-8";
/* CSS Document */
#header_sub {
	background-image: url(../img/img3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 105px;
	width: 994px;
}
#img_sub {
	float: left;
	height: 150px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/img.jpg);
}
#contents_sub {
	float: left;
	width: 994px;
}
#contents_sub #left_sub {
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #D0EBEE;
	background-image:url(../../img/rightsubback.jpg);
	background-repeat: no-repeat;
}
#contents_sub #right_sub {
	float: right;
	width: 600px;
	padding-left: 120px;
	background-image: url(../img/img2.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
