
/* 1. DEFAULT ********************************************/
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif ;
	font-size:80%;
	color:#333;
	background:#fff;
	margin:0px;
	padding:0px;
}
img { border:0px; }

/* 2. HEADER ******************************************/
div#all {
	background:#fff url(../images/back01.gif) repeat-y;
}
div#header {
	width:980px;
	text-align:left;
	background:#016120 url(../images/headbg.jpg) left top no-repeat;
}

/* 3. TITLE ********************************************/
div#title {
	padding: 5px 0px 6px 10px;
}

/* 4. FOOTER ********************************************/
div#footer {
	width:980px;
	height:20px;
	background-color:#016120;
}
div#cpyarea { width:980px; margin:0px; padding:0px; }
div#cpyrgt {
	float:right;
	font-size:85%;
	margin:5px 0px 0px 0px;
	text-align:right;
}
