@charset "utf-8";
@import url(module_header.css);
@import url(module_mainnav.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_footer.css);

/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #e6e6e6;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0 0 25px 0;
}

#container {
	width: 960px;
	margin: 0 auto 0;
	padding: 0 0 15px 0;
	text-align: left;
	background: #b8b8b8 url(../images/bg_container_bottom.png) bottom center no-repeat;
}

.cleaner {
	clear: both;
	line-height: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.floatLeft { float: left; }
.floatRight { float: right; }

.w370 { width: 370px; }