@charset "UTF-8";
/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* ------------------------------------------------------- */

body {
	background: #fff;
	margin: 0;
	padding:0;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select, dl, table, span {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "メイリオ","Meiryo","ＭＳ Ｐゴシック","Lucida Grande", Tahoma,"Trebuchet MS",Verdana,sans-serif;
	font-size: 11px;
	line-height: 1.78;
}