html{
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#985000;
	scrollbar-darkshadow-color:#b47020;
	scrollbar-face-color:#fffae1;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#b47020;
	scrollbar-bace-color:#e8c060;

		}

body {
	margin:0px;
	padding:0px;
	color: #b47020;
	background-color: #fffae1;
	font:normal 10px/13px Verdana;

		}

/*リンク*/
a:link {
	color: #e8a048;
	text-decoration: none;
	border-bottom:1px dashed #e8a048;

		}
a:visited {
	   color: #985000;

		}
a:active {
	   color: #e8c060;

		}

a:hover{
	border-bottom:1px dashed #e8c060;

		}

/*ヘッダー*/

#header {
	position: absolute;
	top:10px; left:20px;	
	width: 1000px; height:60px;
	text-align: right;

		}

/*メニュー1*/


#menu1{
	position: absolute;
	top:70px; left: 770px;
	width: 250px; height: 110px;
	margin: 0px; padding-top: 2px;
	text-align:center;
	border-left: 1px solid #b47020;
	border-right: 1px solid #b47020;
	border-bottom: 1px dashed #b47020;

		}

/*メニュー2*/


#menu2{
	position: absolute;
	top:180px; left: 770px;
	width: 250px; height: 410px;
	margin: 0px; padding-top: 10px;
	text-align:center;
	border-left: 1px solid #b47020;
	border-right: 1px solid #b47020;
		}

/*更新履歴やお知らせなど*/
.new{
	margin:5px 5px 20px 5px;
	width:240px;
	font:normal 10px/12px Verdana;
	text-align:left;

		}


/*メイン*/

#main{
	position: absolute;
	top:70px; left:20px;
	width: 750px; height:520px;
	padding:0px;

		}


/*フッター*/

#footer{
	position: absolute;
	top: 590px; left:20px;
	width: 1000px; height:20px;
	text-align: right;
	padding-top:10px;

		}

/*見出し*/

h1{
	font:bold 16px Verdana;
	margin:5px 25px 0px 0px;

		}

h2{
	font:bold 11px Verdana;

		}
