﻿body {
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
color : #666666;
background-image: url(../img/bg.gif);
background-repeat: repeat-y;
background-position: center;
background-color: EEEEEE;  color: #000000;
line-height: 150%;}

span.TEXT_S { font-size : 11px; line-height: 160%;  color : 666666; } 
span.TEXT_M { font-size : 13px;  line-height: 160%;  color : 666666; } 
span.TEXT_M2 { font-size : 13px;  line-height: 200%;  color : 666666; } 
span.TEXT_L { font-size : 15px;  line-height: 160%;  color : 666666; } 
span.TEXT_M_RED {  font-size : 10pt; line-height: 150%;  color : DC5A2C; }
span.TEXT_S_RED {  font-size : 8pt;  line-height: 150%;  color : DC5A2C; }
span.TEXT_L_RED {  font-size : 10.5pt;  line-height: 150%;  color : DC5A2C; }


a {text-decoration : none ;color : #DC5A2C ;}
a:hover {text-decoration : none ; color : #FF8C5E ;} 

a.gray {text-decoration : none ;color : #666666 ;}
a.gray:hover {text-decoration : underline ; color : #c2c2c2 ;} 


/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}