@charset "utf-8";

html {
	
	}

body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 7px;
	}

a:hover {
	color: #ff6c00;
	text-decoration: underline;
	}


/* main wrap */
#main_wrap {
	text-align: left;
	width: 998px;
	margin: 0 auto;
	position: relative;
	}

#side {
	width: 185px;
	float: left;
	position: relative;
	}

#main {
	width: 793px;
	float: right;
	position: relative;
	}

#contents_wrap {
	width: 793px;
	position: relative;
	}

#contents_main {
	width: 500px;
	position: fixed;
	}

#contents_rtr {
	width: 185px;
	float: right;
	position: relative;
	}
