@charset "UTF-8";

body {
}
#body {
}
#wrapper {
}
.ruler {
	width:800px;
	margin:0px auto;
	
	text-align:center;
	margin-top:5px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#header {
	width:800px;
	margin:0px auto;
	clear:both;
}

#contents {
	width:800px;
	margin:0px auto;
}
	#contents #center {
	}
		#pageHome #contents #center #main {
		}
		#pageSecond #contents #center #main {
		}
	#contents #colLeft {
		float:left;
		width:560px;
	}
	#contents #colRight {
		float:right;
		text-align:left;
		width:240px;
	}
#footer {
	width:800px;
	margin:0px auto;
	clear:both;
}
 
