/* フォントの種類・色・文字間 */body {	font-size: 12px;	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;	color: #000000;	}.title9 { font-size:9px; }.title10 { font-size:10px; }.title12 { font-size:12px; }.title14 { font-size:14px; }.title18 { font-size:18px; }.title24 { font-size:24px; }.title28 { font-size:28px; }.text9 { font-size:9px; line-height:130%; }.text10 { font-size:10px; line-height:130%; }.text12 { font-size:12px; line-height:130%; }.text14 { font-size:14px; line-height:130%; }.text18 { font-size:18px; line-height:130%; }.text24 { font-size:24px; line-height:130%; }.text28 { font-size:28px; line-height:130%; }a:link { text-decoration:none; color:#aa0000; }a:active { text-decoration:none; color:#aa0000; }a:visited { text-decoration:none; color:#aa0000; }a:hover { text-decoration:underline; color:#aa0000; }