@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background: url(../images/body_bg.jpg) left top repeat-x;
}
ul {
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
}