/* 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;
  }

#bgTop{
	background:url(images/bgTop.jpg) repeat-x 0 0;
  height:auto;
  }

#bgBt{
	background:url(images/bgFooter.jpg) repeat-x 0 bottom;
  height:auto;
  }

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

#access{
	background:url(images/bgAccess.jpg) repeat-y 0 0;
  }

#accessBt{
	width:100%;
	background:url(images/bgAccessBt.jpg) no-repeat left bottom;
	padding-bottom:20px;
  }
#accessBt_btn{
	width:100%;
	background:url(images/bgAccessBt_btn.jpg) no-repeat left bottom;
	padding-bottom:20px;
  }