@charset "shift_jis";
/* CSS Document */

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

	Structure CSS

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

body#index   {
	background-image: url(../img-top/bg-post.jpg);
	background-repeat: repeat-x;
	color: #000000;
	background-color: #170C01;
}

#document {
	width: 935px;
	color: #333;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
}

#contents {
	float: left;
	display: inline;
	margin: 20px 0;
	width: 735px;
}
#contents :after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
#navigation {
	float: right;
	display: inline;
	width: 200px;
}
#navigation :after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
#footer {
	clear: both;
	border-top: 1px solid #676767;
	background: #FFFFFF;
}
