@charset "utf-8";





#container {
	width: 1000px;
	text-align: left;
	background-repeat: repeat;
	height: 2000px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}








#contents {
	height: 820px;
	width: 1200px;
}
#sub_main {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 40px;
	width: 680px;
	float: left;
}
h2 {
	color: #FFFFFF;
	height: 30px;
	width: 680px;
	border-bottom: thin solid #FF6699;
	background-color: #FF6699;
}




#menuSide {
	height: 1200px;
	width: 245px;
	background-image: url(../img/bg_side.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
