@charset "Shift_JIS";



/* 一般用リンク設定 */
A {color : #333333; text-decoration: underline;}
A:VISITED { text-decoration: underline;
  
}
A:hover {color : #ce0000; text-decoration:underline; }
A:ACTIVE {color : #ce0000; text-decoration:underline; }


/* スクロールバーと背景設定 */
BODY{
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#efefef;
background: #ffffff;
}


/* メニュータイトル（ＭＥＮＵ今月の特集♪など） */
.menu_title{
width: 100%;
color : #ffffff;
font: bold 14px;
background-color : gray;
border: solid 1px #808080;
padding: 5px;
}


/* ■左セル（バッグ・巾着などの詳細メニュー用） */
.TDleft{
width: 150px;
color: #ffffff;
font: 13px;
background-color: #ffffff;
padding: 5px;
border-left: solid 1px #808080;
line-height: 20px;
}
.TDleft A { text-decoration: none;
  color : #ffffff;
}
.TDleft A:VISITED {color : #ffffff; text-decoration: none;}
.TDleft A:hover {color : #ffffff; text-decoration:underline;}
.TDleft A:ACTIVE { text-decoration:underline;}


/* ■中央セル */
.TDcenter{
width : 500px;
color: #333333;
font: 13px;
background-color: #efefef;
padding: 5px;
line-height: 20px;
}


/* ■右セル */
.TDright{
width: 150px;
color: #333333;
font: 13px;
background-color: #ffffff;
padding: 5px;
border-right: solid 1px #808080;
line-height: 20px;
}


/* ■最上部セル（タイトル部分） */
.TDtop{

font: bold 36px;

border : none;border-right-style : none;border-bottom-style : solid;border-left-style : none;border-top-color : #808080;border-right-color : #808080;border-bottom-color : #808080;border-left-color : #808080;border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;
padding: 5px;
  background-image : url(../img/back_karakusa.gif);
  background-repeat : repeat;
  background-attachment : fixed;
}


/* ■最下部セル（Copylight部分） */
.TDbottom{
color: #ffffff;
font: 11px;
background-color: #999999;
border: solid 1px #808080;
padding: 5px;
}
.TDbottom A { text-decoration: none;}
.TDbottom A:VISITED {color : #ffffff; text-decoration: none;}
.TDbottom A:hover {color : #ce0000; text-decoration:underline;}
.TDbottom A:ACTIVE {color : #ce0000; text-decoration:underline;}


/* 薄グレー色のボックス*/
.comment{
width: 100%;
color: #333333;
font: 11px;
background-color: #efefef;
border: solid 1px #999999;
padding: 5px;
}


/* 丸テーブル内 （中央セルで使っている丸テーブル設定。使うテーブル色に合わせて変更して下さい）*/
.table_in1{
background-color: #ffffff;
color: #333333;
font: 13px;
}

