@charset "utf-8";

/*--------------------------------------
	Style Name : Structure Style Sheet

	Common Style
	Accessibility
	body
	header
	content
		main-content
		sub-content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

#header,
#content,
#footer {
	margin:0 auto;
	width:840px;
	background-color:#fff;
	text-align:left;/* for IE */
}

/*	Accessibility
--------------------------------------*/

#header h2,
#topic-path dt,
#footer h2 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

/*--------------------------------------
	body
--------------------------------------*/

body {
	background-color:#eee6dd;
	color:#604b31;
	text-align:center;/* for IE */
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header {
	padding-bottom:25px;
	position:relative;
	border-top:5px solid #553f23;
	line-height:1.4;
}

/*--------------------------------------
	div#content
--------------------------------------*/

#content {
	line-height:1.5;
	zoom:1;/* for IE 5.5-7 */
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

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

#main-content {
	margin-right:10px;
	float:right;
	display:inline;/* for IE6 */
	width:580px;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content {
	float:left;
	width:226px;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	line-height:1.4;
	clear:both;
}

