/* $Id: kimono.css,v 1.0 2007/08/24 14:30:00 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* Side menu custom add */
A { 
 text-decoration: none;
}

a:link {
 color: #000000; 
}
a:visited {
 color: #000000; 
}
a:active {
 color: #000000; 
}
a:hover {
 color: #ffffff; 
}

/* TD COLOR */
.side_menu_td_color {
 line-height: 1.5;
 font-size: 12px;
 background: #cc66ff;
}

.side_menu_selected_td_color {
 line-height: 1.5;
 font-size: 12px;
 background: #dcdcdc;
}

/* TABLE COLOR */

.area_table_border {
 line-height: 1.5;
 border-top-width: 1px solid;
 border-left-width: 1px solid;
 border-right-width: 1px solid;
 border-bottom-width: 1px solid;
}

.table_border {
font-size:12px;
}

/* FONT COLOR */

.side_menu_font_color {
 line-height: 1.5;
 color: #FFFFFF;
 font-size: 12px;
}

.top_menu_font_color {
 line-height: 1.5;
 color: #FFFFFF;
 font-size: 12px;
}

.side_menu_selected_font_color {
 line-height: 1.5;
 color: #CC0000;
 font-size: 12px;
}

.whats_new_table {
 line-height: 1;
 font-size: 12px;
 border-top-width: 1px solid;
 border-left-width: 1px solid;
 border-right-width: 1px solid;
 border-bottom-width: 1px solid;
}

.whats_new_font_color {
 line-height: 1;
 color: #cc0000;
 font-size: 12px;
}

.whats_new_top_font_color {
 line-height: 1;
 color: #999999;
 font-size: 12px;
}

.whats_new_font_size {
 line-height: 1;
 font-size: 12px;
}

.size1 {
 font-size: 12px;
}

.pickup_font_color {
 font-size: 12px;
 color: #cc66ff;
}

.square_kigou_color {
 color: #000000;
font-size:12px
}

.osusume_font_color {
 color: #CC0000;
font-size:12px
}

.df1 {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 10px}
.df2 {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px}

body{
margin:0px;
background-color:#FFFFFF;
text-align:center;
}

.copyright{
font-size:12px}

.p_body{
text-align:left;
border:1px solid #999999;
background-color:#FFFFFF;
width:800px;}

a.side_menu_font_color:link{
 color: #FFFFFF; 
}

a.side_menu_font_color:visited {
 color: #FFFFFF; 
}
a.side_menu_font_color:hover {
 color: #0000FF;
text-decoration:underline
}
a.side_menu_font_color:active {
 color: #0000FF;
text-decoration:underline
}

a.top_menu_font_color:link{
 color: #FFFFFF; 
}

a.top_menu_font_color:visited {
 color: #FFFFFF; 
}
a.top_menu_font_color:hover {
 color: #FF0000;
text-decoration:underline
}
a.top_menu_font_color:active {
 color: #FF0000;
text-decoration:underline
}

a.shop:link{
 color: #0000FF; 
}

a.shop:visited {
 color: #0000FF; 
}
a.shop:hover {
 color: #CC0000;
text-decoration:underline
}
a.shop:active {
 color: #CC0000;
text-decoration:underline
}

a.shop_w:link{
border:1px solid #999999;
}

a.shop_w:visited {
border:1px solid #999999 
}
a.shop_w:hover {
border:1px solid #CC0000 
}
a.shop_w:active {
border:1px solid #CC0000 
}
