@charset "UTF-8";

/**
 * Layouts CSS
 */

div#header,
div#container,
div#footer {
	text-align: center;
}

div.inner {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
}

/* div#main
---------------*/

div#main {
	width: 70%;
	float: right;
	display: inline; /* for IE6 */
}

/* div#utilities
---------------*/

div#utilities {
	width: 30%;
	float: left;
	display: inline; /* for IE6 */
}

div#utilities dl,
div#utilities p {
	margin-right: 40px;
}

/* div#others
---------------*/

div#others {
	width: 70%;
	float: right;
	display: inline; /* for IE6 */
}

/* ====================

 Others

==================== */

/* clearfix
---------------*/

div#main,
div#utilities,
div#others {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div#main:after,
div#utilities:after,
div#others:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for IE6
---------------*/

div#main,
div#utilities,
div#others {
	_overflow: hidden;
}
