@charset "utf-8";

body {
	color: #545454;
	line-height: 1.5;
	font-family:"メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:12px;
	*font-size:small;    /* Win IE7およびWin IE6標準準拠モード向け */
	*font:x-small;    /* Win IE 5-5.5､6(後方互換モード)向け */
	width:100%;
	min-width:960px;
}
table {
	font-size:inherit;    /* モダンブラウザ向け */
	font:100%;    /* Win IE 5-5.5､6(後方互換モード)向け */
}

a { text-decoration: none;cursor:pointer;}
a:link { color: #333333; text-decoration:none;}
a:visited { color: #333333; text-decoration:none;}
a:hover { color: #333333; text-decoration:underline;}
a:active { color: #333333; text-decoration:underline;}

