@charset "utf-8";
/* CSS Document */
/*トップページの壁紙*/

body {
	text-align: center;
}
#main img {
	border-style: none;
}


#home{
	background-image : url(images/bg/bksake.gif);
	background-repeat: repeat;
	background-position: center;

}
#home #main {
	margin-top: 20px;
}

