@charset "utf-8";

/* =======================================

	ベース構造 CSS

========================================== */

html, body {
	background: #FCFAED url(../../images/base/structure_bg_01.jpg) repeat-x 0 45px;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	background: #FCFAED;
}

#header,
ul#globalnavi{
	background: #FFFFFF;
}

#contents {
	float: right;
	display: inline;
	width: 704px;
	border: 2px solid #F9C576;
	margin: 0 0 12px 12px;
	background: #FFFFFF;
}

#navigation {
	float: left;
	display: inline;
	width: 230px;
	margin: 0 0 14px 0;
}

*:first-child+html #navigation { /* IE7 */
	float: left;
	display: inline;
	width: 230px;
	margin: 0 0 27px 0;
}

#navigation .navi-bg {
	font-size: 92.4% !important; /* デバイスフォント対策 */
	margin: 0px 0 14px 0;
	width: 230px;
	background: #F7E09D;
	padding-top: 1px;
	padding-bottom: 5px;
}

#navigation .navi-section{
	margin: 0 5px -4px 5px;
	width: 220px;
}

#footer {
	clear: both;
	border-top: 2px solid #DFD9C6;
}

#footer #footer-copy-section {
	padding: 8px 0 10px 0;
	clear: both;
	border-top: 1px solid #DFD9C6;
}
