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


