/* 文字 */
body{
	font-size : 8px;
color : #333333;
font-family : 'メイリオ','meirio';
line-height : 150%;
letter-spacing : 1px;
}


/* リンク */
a{
	text-decoration: none; 
}
a:hover{
	text-decoration: underline; color : tomato;
}

