

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

.Item_b_tf
{
width:950px;
}

.Item_b_tf .HeaderBg
{
background: url(../../../Images/950_h.gif) no-repeat left center;
height:7px;
padding:0px;
margin:0px;
  font-size:1px !important;
}

.Item_b_tf .Contents
{
background: url(../../../Images/950_bg.gif) repeat-y left;
height:auto;
padding: 0px 7px;
margin:0px;
}

.Item_b_tf .FooterBg
{
background:transparent url(../../../Images/950_b.gif) no-repeat left center;
height:7px;
margin-bottom:5px;
 font-size:1px !important;
}

.Item_b_tf TD
{
/*
background-color: white;
*/
}


.Item_b_tf a:link {
color: #00c;
text-decoration: underline;
background-color:transparent
}
.Item_b_tf a:visited {
color: #800080;
text-decoration: underline;
background-color:transparent
}
.Item_b_tf a:focus {
color:#c00;
text-decoration: underline;
background-color:transparent
}

.Item_b_tf a:hover {
color:#c00;
text-decoration: underline;
background-color:transparent
}

.Item_b_tf a:active {
color:#c00;
text-decoration: underline;
background-color:transparent
}
}
