@charset "Shift_JIS";
/*BODYに関するCSS
-----------------------------------------------------------*/
/* コンテナ */
div#container {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	background-color: #008000
}

/* ヘッダー */


div#header {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
	
div#header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10pt;
	font-family: "ＭＳ ゴシック";
	font-weight: lighter;
	color: #ffffff;
	padding-bottom: 5px;
}
/* メニュー */

DIV#menu {
	padding: 0px;
	border-width: 0px 5px;
	background-color: #ffffff;
	border-top-color: #ffffff;
	border-left-color: green;
	border-right-color: green;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

/* メイン */
div#main {
	width: 700px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* コンテンツ */
div#content {
	width: 485px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: green;
	font-size: 10pt;
	font-family: "ＭＳ ゴシック";
	font-weight: normal;
	color: #ffffff;
}
/* サイドバー */
div#sidebar {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	font-size: 10pt;
	font-family: "ＭＳ ゴシック";
	font-weight: normal;
	color: #ffffff;
	margin-left: 5px;
}



/* 右サイドバー */
div#sidebar-right {
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 10pt;
	font-family: "ＭＳ ゴシック";
	font-weight: normal;
	color: #ffffff;
	margin-right: 5px;
	padding-bottom: 10px;
}

/* フッター */

}
div#footer {
	background-image: none;
	width: 915px;
	background-color: #FFFFFF;
	height: 40px;
	clear: both;
	margin-top: 10px;
}

