@charset "UTF-8";

/* フォント
---------------------------------------------------- */
.style1 {font-size: 10px; color: #cccccc; }
.style2 {font-size: 12px; color: #666666; }
.style3 {font-size: 12px; color: #66C0AB; }
.style4 {font-size: 12px; color: #ffffff; }
.style5 {font-size: 10px; color: #666666; }
.style6 {font-size: 16px; color: #FF0000; }
.style7 {font-size: 12px; color: #FFFFFF; }
.style8 {font-size: 16px; color: #000000; }
.style9 {font-size: 13px; color: #CC0000; }
.style10 {font-size: 13px; color: #666666; }
.style11 {font-size: 20px; color: #C0260C;font-weight : bold; }
.style12 {font-size: 14px; color: #FF98A1; }
.style13 {font-size: 14px; color: #FB803A; }
.style14 {font-size: 14px; color: #5BB1D4; }
.style15 {font-size: 14px; color: #65B731; }
.style16 {font-size: 14px; color: #F976A2; }
.style17 {font-size: 14px; color: #2D63F7; }
.style18 {font-size: 16px; color: #FF98A1;font-weight : bold; }
.style19 {font-size: 16px; color: #FB803A;font-weight : bold; }
.style20 {font-size: 16px; color: #5BB1D4;font-weight : bold; }
.style21 {font-size: 16px; color: #65B731;font-weight : bold; }
.style22 {font-size: 16px; color: #F976A2;font-weight : bold; }
.style23 {font-size: 16px; color: #2D63F7;font-weight : bold; }
.style24 {font-size: 18px; color: #8B0000; }
.style25 {font-size: 18px; color: #FF1493;font-weight : bold; }
.style26 {font-size: 18px; color: #FF1493; }
.style27 {font-size: 16px; color: #ff0000;font-weight : bold; }
.style28 {font-size: 16px; color: #ff4500;font-weight : bold; }
.style29 {font-size: 16px; color: #000000; }
		   
		   
/* リンク色
---------------------------------------------------- */
a { text-decoration: none;}


/* 特殊リンク色
---------------------------------------------------- */
A.logo:link { color: red;}
A.logo:visited { color: blue;} 
A.logo:active { color: white;}
A.logo:hover { color: black;} 


/* 余白
---------------------------------------------------- */
body {
  margin-top: 0px;
  margin-bottom:0px;
}


/* 背景
---------------------------------------------------- */
BODY{
    background-color:#FEEBDD;
    background-image:url(../image/layout/shadow.gif);
    background-repeat:repeat-y;
    background-position:center top;
}


/* トップページロールオーバー
-----------------------------------------------------*/
#image a{
        display:block;
        width:450px;
        height:180px;
        background:url(../image/layout/lineup/thanks.jpg) no-repeat;
}

#image a:hover{
        color:orange;
        background:url(../image/layout/lineup/thanks-2.jpg) no-repeat;
}