@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#fff;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

*{
margin: 0;
padding: 0;
}

#topline{
	width:100%;
	background-color:#9ddb48;
	height:10px;
}

#base{
	width:960px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding-top:100px;
}


#footer{
	font-size:10px;
	color:#eee;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#333;
	background-image:url(images/footer.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:100%;
	text-align:right;
	margin-top:30px;
}

#footerbody{
	width:960px;
	margin:0 auto;
	text-align:center;
}

.copyright{
	width:960px;
}
