.font1    {font-size:13px;color:#CE8F7A;line-height:130%;font-weight: bold}  /*見出しテキスト*/  
.font2    {font-size:12px;color:#908F8B;line-height:110%;}  /*通常テキスト灰*/
.font3    {font-size:12px;color:#FFFFFF;line-height:110%;; font-weight: bold}

a:link    {text-decoration:underline;color:#CC3300;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#CC3300;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:underline;color:#CC3300;}   /*クリック時のリンクの色*/
a:hover   {text-decoration:underline;color:#CC3300;}  /*マウスの上にカーソルがあるときのリンクの色*/

.lin2 a:link       {font-size:13px;color:#CE8F7A;text-decoration:none;}  /*メニュー・テキストリンクの色*/
.lin2 a:visited    {font-size:13px;color:#908F8B;text-decoration:none;}   /*メニュー・訪問済みのリンクの色*/
.lin2 a:active     {font-size:13px;color:#FF9999;text-decoration:underline;}   /*メニュー・クリック時のリンクの色*/
.lin2 a:hover      {font-size:13px;color:#D79296;text-decoration:underline;}   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/

body {
background-attachment: fixed; background-color: #FFFFFF; background-image: url(img/003.jpg); background-repeat: repeat-x; background-position: 0px top
scrollbar-base-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-highlight-color:#CE8F7A;
scrollbar-3dlight-color:#ffffff;
scrollbar-shadow-color:#CE8F7A;
scrollbar-darkshadow-color:#ffffff;
scrollbar-arrow-color:#CE8F7A;
}

