/* style reset */
* {
	margin:0;
	padding:0;
  }

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	text-indent:-9999px;
  }

li {
	list-style:none;
  }
  
a:link {
	color: #002965;}
a:visited {
	color: #002965;}
a:hover {
	color: #002965;
	text-decoration:none;}
  
img {
	border:0px;
	vertical-align:bottom;
  }
  
.clear {
	clear: both;
  }

/* layout */
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
	color:#333333;
	background-color:#A2D806;
  }

#keyBg{ background:url(images/keyBg.jpg) repeat-x top left; }
#bgBt{ background:url(images/footerBg.jpg) repeat-x bottom left; }

#container{
		text-align:center;
    width:820px;
    margin:0px auto;
    }

#accessBg{ background:url(images/accessBg.jpg) repeat-y left top; }
#accessBt{
	width:100%;
	background:url(images/accessBt.jpg) no-repeat left bottom;
	padding-bottom:20px;
  }
#accessBtNoEntry{
	width:100%;
	background:url(images/accessBtNoEntry.jpg) no-repeat left bottom;
	padding-bottom:20px;
  }