/* 基本スタイル */
BODY{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
background-color : #fff;
background-repeat : repeat-y;
background-attachment : fixed;
background-position : 50%;
text-align : center;
overflow-x : hidden;
overflow-y : auto;
}
TD{
color : #6f7e82;
font-family : "メイリオ","MS P Gothic","Osaka";
font-size : 12px;
line-height : 1.5em;
}
TABLE.main{
background-image : url(bg.jpg);
background-repeat : repeat-y;
background-position : 50% 0%;
}
div.topics{
height : 20px;
padding-left: 20px;
background-image : url(pin.gif);
background-repeat : no-repeat;
background-position : 0% 50%;
}
TD.text{
padding : 10px 70px;
}
TD.ch{
padding : 10px 40px;
}
a {text-decoration : none ; }
a:link    { color:#00ccaa; text-decoration:none;}	
a:visited { color:#00ccaa; text-decoration:none;}	
a:active  { color:#66ffcc; text-decoration:none;}
a:hover   { color:#66ffcc; text-decoration:none;}
