@charset "UTF-8";
/* CSS Document */
body {
	font-size:15px;/* モダンブラウザ */
	*font-size:15px;/* IE 7 */
	*font:15px;/* IE 6 以下 */
	line-height: 1.5;/* 単位なし */
	color: #000000;
}


