/*index画面スタイルシート読み込みファイル*/


/* ☆★☆★☆  hp00_top.htmlファイルの設定  ☆★☆★☆ */
body.index_body{
   background-color: #fffffe;
/*       background-image: url(picture/back_img_index.gif);    /*背景のファイル指定*/
/*       background-color: ; #FFFFFF;   				背景の色指定*/
/*       background-repeat: no-repeat;                             /*背景画像を一つだけ表示*/
/*       background-position: right top;                    /*背景を　横方向　右よせ　縦方向　上寄せ*/
/*       background-attachment: fixed;                          /*スクロール時　背景固定*/

   line-height:110%;
   scrollbar-face-color: #ffff99;
   scrollbar-highlight-color: #ffffff;
   scrollbar-shadow-color: #550011;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-arrow-color: #550011;
   scrollbar-track-color: #fffffe;
   scrollbar-darkshadow-color: #ffffff;
   margin: 150px;
   padding: 0px;
}

div.cover_index{
   margin: 0px;
   padding: 0px;
   float: none;      /* 左詰めで並べる(段組み) */
   width: 800px;     /* 横幅 */
}


div.index_bunner{
   float: left;      /* 左詰めで並べる(段組み) */
   margin: 0px;
   padding: 0px;
   width: 300px;     /* 横幅 */
   height:400px;
   background-color: transparent; /* 透明色 */
}

div.index_attention{
   float: left;      /* 左詰めで並べる(段組み) */
   margin: 0px;
   padding: 0px;
   width: 300px;     /* 横幅 */
   height:400px;
   background-color: #550011;/*transparent; /* 透明色 */
}


/* バナーのリンク修飾 */
div.index_bunner a{
   text-decoration: none;   /*リンク文字の下線消去*/
}



div.clearblk {
   clear: both;
}


/* バナー説明文字修飾 */
p.index_bunner{
   float: none;    /* 横に並べない */
   margin: 10px;    /* 余白をなくす */
   padding-top: 5px; /* 上側の余白 */
   font-weight: bold;      /* 太字 */
   font-size:12px;         /* フォントサイズ */
   font-family:Verdana,sans-serif; /* フォント */
   color: #550011;             /* 文字色 */
}

/* 注意書き文字修飾 */
p.index_attention{
   float: none;    /* 横に並べない */
   margin: 10px;    /* 余白をなくす */
   padding-top: 5px; /* 上側の余白 */
   /* font-weight: bold;      /* 太字 */
   font-size:11px;         /* フォントサイズ */
   font-family:Verdana,sans-serif; /* フォント */
   color: #ffbb99;             /* 文字色 */
}




