/* CSS Document */
body{
font-size:0.8em;
background:#CCCCCC url(bk.gif);
}
/* タイトル画像 */
.titshop{
background:url(btn_shop.gif) no-repeat;
text-indent:-6000px;
padding:0;
margin:5px 15px;
height:37px;
}

.small{
font-size:0.85em;
}
.smenu{
font-size:0.85em;
line-height:150%;
}
/* トップページ　小メニュー用 */
.smenu a,.smenu a:link,.smenu a:visited{
color:#000000;
text-decoration:none;
}
.smenu a:hover,.smenu a:active{
color:#FF3366;
text-decoration:underline;
}

/* 検索結果テーブル */
#table table{
width:650px;
}

#table th{
padding:5px;
background-image:url(th_bk.gif);
text-align:center;
font-weight:normal;
}

#table td{
padding:5px;
text-align:left;
border-bottom:1px solid #999999;
border-right:1px solid #D1D1D1;
}

#tablede table{
width:650px;
}

#tablede th{
width:200px;
padding:5px;
background-image:url(th_bk.gif);
text-align:center;
font-weight:normal;
}

#tablede td{
padding:5px;
text-align:left;
border-bottom:1px solid #999999;
border-right:1px solid #D1D1D1;
}

/* 応募フォーム画面 */
#tableform table{
width:650px;
border-collapse:collapse;
}

#tableform th{
padding:5px;
background-image:url(th_bk.gif);
text-align:left;
font-weight:normal;
border:1px solid #999999;
}

#tableform td{
padding:5px;
text-align:left;
border:1px solid #999999;
}

/* コピーライト */
#footer{
border-top:20px solid #FFFFFF;
width:770px;
height:20px;
background-color:#DC661E;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

#footer a,#footer a:link,#footer a:visited{
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover,#footer a:active{
color:#FFFFFF;
text-decoration:underline;
}


