/*共通*/
*{
	margin:0px;
	padding:0px;
	font-size:10pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
}

a{
	color:#487B15;
}

html {
	overflow-y:scroll;
	height:100%;
}


body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#F8F8EC;
	width:100%;
	height:100%;
}

#header{
	width:910px;
	height:288px;
	margin:0px auto 0px auto;
}

.base{
	width:894px;
	height:auto;
	background-image:url(img/base_bg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link {
	color: #333366;
}
.midasi1{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photo{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.table{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.midasi2{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.footer{
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:60px;
	margin-left: 0px;
}
.footer2{
	background-image: url(img/footerpict.jpg);
	clear: both;
	float: none;
	height: 45px;
	width: 892px;
}

