html{
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: whitesmoke;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: dimgray;
	scrollbar-face-color: lightgrey;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #dcdcdc;
	scrollbar-track-color: #ffffff;
}
	
body{
	font-family: Verdana,MS UI Gothic , Osaka;
	font-size: 12px;
	color: #4F4F4F;
	background-color: #669966;
	text-align: center;
	text-justify: inter-ideograph;
	text-autospace: ideograph-numeric ideograph-alpha ideograph-parenthesis;
	word-break: break-all;
	margin: 0px;
}

/*------------　リンク調整　--------------*/

a:link{text-decoration: none; color: #0000FF;}
a:active{text-decoration: none; color: #0000FF;}
a:visited{text-decoration: none; color: #0000FF;}
a:hover{text-decoration: underline; color: #0000FF;}


/*--table--*/
td{
	font-size: 12px;
}

/*------------　ベース部品　--------------*/

#base{
    background-color: #ffffff;
	background-image: url(../img/left.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 808px;
}

/*------------　トップ部品　--------------*/

#top{
	width: 800px;
	height: 150px;
	background-image: url(../img/top2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: MS UI Gothic , Osaka;
	font-size: 40px;
	layout-grid:both loose 4px;
	text-align: left;
	border-bottom:3px double #669900;
}

#sub-main{
	width:  800px;
	height: 115px;
	background-image: url(../img/sub-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: ＭＳ Ｐゴシック ,MS UI Gothic , Osaka;
	font-size: 12px;
	layout-grid:both loose 4px;
	letter-spacing: 1px;
	text-align: left;
}

#main{
	width: 800px;
	height: 380px;
	background-image: url(../img/main.gif);
	background-repeat: no-repeat;
	background-position: center center;
/*	padding: 5px 5px 5px 5px;*/
	font-family: MS UI Gothic , Osaka;
	font-size: 18px;
	layout-grid:both loose 5px;
	letter-spacing: 1px;
	text-align: left;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
}

#sub-end{
	width:  796px;
	height: 80px;
	font-family: ＭＳ Ｐゴシック ,MS UI Gothic , Osaka;
	font-size: 15px;
	layout-grid:both loose 4px;
	letter-spacing: 1px;
	text-align: left;
	background-color:#ffffff;
	border:2px solid #959595;
}



#end{
	width:  800px;
	height: 80px;
	background-image: url(../img/end.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: MS UI Gothic , Osaka;
	font-size: 15px;
	layout-grid:both loose 4px;
	text-align: right;
/*	padding: 5px 15px 5px 15px;*/
}
