/* 本文全体に関するデザイン */

body{  background-color:#fab7ab;            /* 背景色は白 */

       color:#333333;
	
       font-face:MS Pゴシック;
       font-size:12;
       font-weight:bold;
       line-height:1.8; letter-spacing:0.1 }


	
img{border: 0;}     	/* 画像はリンクしたときに枠をつけない*/


