@charset "UTF-8";

body {
	background: #FFF url(../img/bg_body.gif) center 0 repeat-y;
	color:#362e2b;
	padding:0;
	text-align: left;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}
a { outline-style:none; }
a:link,
a:visited {
	color:#362e2b;
	text-decoration:none;
}
a:hover,
a:active {
	color:#362e2b;
	text-decoration:underline;
}

