/* 全体 */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
　　font-size: 12px;
}
td{
	font-size: 12px;
	line-height: 130%;
}

h1{
	margin: 0px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
}
h3{
	margin: 0px;
	padding: 0px;
}
.border{
    border:1px solid #003399;
}

/*基本リンク設定*/

/* リンク */
a:link {
	text-decoration: none;
	color: #0066FF;
}
/* 訪問済みリンク */
a:visited{
	text-decoration: none;
	color: #993300;
}
/* アクティブリンク */
a:active {
	text-decoration: underline;
	color: #E7690F;
}
/* リンクオーバー */
a:hover{
	text-decoration: underline;
	color: #E7690F;
}
   
/*-----topics-----------------------------*/
#topics{
width:420px;
height:165px;
border:1px solid #000033;
background-color:#F7FFFF;
text-align:right;
}

#topics_page{
margin:0px;
padding:0px;
background-color:#F7FFFF;
text-align:left;
}
#topics_wrap{
width:415px;
height:165px;
font-size:12px;
overflow-y:scroll;
}
#topics_wrap table{
font-size:12px;
}

.text01{
width:150px;
margin:10px 0 10px 0;
padding:3px;
color:#000099;
background-color:#FAFAD2;
border:2px solid #CCCCCC;
}





