

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "utf-8";

#topicframe {
 font-size:medium;
 width:98%;
 margin:0;
 padding:0;
 background-color:#fbfbfb;
 background-image: url(topic-back.gif);
 background-repeat: repeat-x;
 background-position: top;
}

#topicframe .topicframe {
 margin:2;
 padding:0;
 background-image : url(topic-right.gif);
 background-repeat: no-repeat;
 background-position: right top;
}

.maincontents {
 padding:20px;
 background-color:#fbfbfb;
 border-left: solid 1px #dddddd;
 border-right: solid 1px #dddddd;
 border-bottom: solid 1px #dddddd;
}

table {
    background-color:#666666;
}

tr {
    background-color:#FFFFFF;
	font-size:96%;
}

th {
  background-color:#FFFF99;
  text-align:center;
}

td {
   line-height:120%;
}
}
