@charset "UTF-8";
/* CSS Document */

body {
	margin:15px 0 0 10px;
	width:99%;
	/*background:#d9d9d9;*/
	text-align:left;
}

	#wrap {
		width:100%;
		position:relative;
		margin:0;
	}
	#wrapInner {
	}
	
		#sidebar {
			width:192px;
			margin:0 15px 0 0;
			height:100%;
			position:absolute;
			top:0px;
			left:0px;
			float:none;
	}
		#contents {
			float:none;
		}
			#contents .box {
				background:#fff no-repeat 0 0;
				position:absolute;
				left: 200px;
				top: 18px;
			}
	#footer {
		background:#474747 url(../img/bg_footer.jpg) no-repeat right top;
		height:45px;
		position:absolute;
		width:100%;
		clear:none;
	}
		#footer #copyright {
			text-indent:-9999px;
			display:block;
			height:45px;
			width:340px;
			background-image:url(../img/img_footer.jpg);
		}
	
