@charset "euc-jp";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:"¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	line-height:1.3em;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
	}
body img { vertical-align:bottom; }
div,dl,dt,dd,ul,li,p,h1,h2,h3,h4,hr { margin:0; padding:0; }

p {
	font-size:14px;
	color:#000;
}

a:link {
	color:#06C;
	text-decoration:underline;
}
a:visited {
	color: #96C;
	text-decoration:underline;
}
a:hover {
	color: #F90;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

p.pageTop {
	text-align:right;
	margin:20px 10px;
}



#Wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:1000px;
	background:#FFF;
}
body#leaf div#header {
	width:1000px;
	height:101px;
	margin:0 0 20px;
}

div.Left_cnt {
	width:680px;
	float:left;
}
div.Right_cnt {
	width:305px;
	float:right;
}
div.Right_cnt ul#navi {
	list-style:none;
	margin-bottom:20px;
}
div.bn {
	width:300px;
	height:50px;
	margin:10px 0;
}

#footer {
	width:940px;
	background:url(../../images/footer_bg.gif) repeat-x bottom;
	padding:10px 30px 15px;
	border-top:2px solid #666;
	font-size:10px;
	line-height:1.3em;
	clear:both;
}
#footer img {
	float:left;
	margin:10px 20px 5px 0;
}