@charset "utf-8";


/*-------------------------------------------------
  Reset default style
--------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	overflow-y:scroll;
	text-align:left;
}
body{
	background:#FFFFFF;
	width:100%;
	font-size:12px;
	color:#666;
}

h1,h2,h3,h4,h5,h6 {
	line-height:0%;
}
li,dt,dl {
	line-height:160%;
}
p {
	line-height:130%;
}
li,dt,dl {
	list-style-type:none;
}
img {
	border:none;
	vertical-align:bottom;
}
address {
	font-style:normal;
}
th,td{
	vertical-align:top;
	text-align:left;
}
.clear {
	clear:both;
}
.leftImg{
	float:left;
}
.rightImg{
	float:right;
}
hr{
	display:none;
}
.invisible{
	display:none;
}

/*----------------------------------------------------------
　main
----------------------------------------------------------*/

#mainBox{
	height:460px;
	width:800px;
	margin:0 auto;
}
#menuBox{
	width:800px;
	height:160px;
	margin:0 auto;
	background:url(../../images/btnbg.gif) no-repeat left top;
	position:relative;
	overflow:hidden;
}
#footerBox{
	width:800px;
	margin:0 auto;
	text-align:center;
}

#btnYoshimura{
	width:169px;
	height:64px;
	position:absolute;
	top:25px;
	left:314px;
}
#btnOtake{
	width:169px;
	height:64px;
	position:absolute;
	top:25px;
	left:498px;
}
#btnShimojo{
	width:169px;
	height:64px;
	position:absolute;
	top:90px;
	left:220px;
}
#btnNakashima{
	width:169px;
	height:64px;
	position:absolute;
	top:90px;
	left:405px;
}
#btnYagi{
	width:169px;
	height:64px;
	position:absolute;
	top:90px;
	left:589px;
}
#btnBlog{
	width:141px;
	height:37px;
	position:absolute;
	top:109px;
	left:46px;
}

#bosyu{
	margin: 20px 0;
}

