@charset "shift_jis"; 

/*	--- indexpage.css ---	*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS Gothic", sans-serif;
}
img {
	border: none;
}

#homeBox {
	padding: 20px 0px;
}

#footerBox {
	margin-top: 10px;
	color: #7F7F7F;
	font-size: 10px;
	text-align: center;
}

.bg {
	background-image: url(../images/home_body_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
