@charset "UTF-8";
/* CSS Document */

body {
	background-image:none !important;
	background-color:#fff !important;
}
/* ヘッダーの設定 */
#header {
	background-color:#000;
	border-bottom:2px solid #c00;
	margin-bottom:0 !important;
}
/* 見出し設定 */
#title {
	background-color:#666;
}
#title p {
	background-color:#333;
}

