/* 全体の設定 */
body {
	font-size:15px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120%;
	font-family:"ＭＳ Ｐゴシック", "Verdana", "Arial", "Helvetica", "monospace";
}

table {line-height:120%;}

/* リンクの設定 */
a:link {
	color: #0033CC;
}

a:hover {
	color: #000099;


}

a:active {
	color: #FF3399;

}

a:visited {
	color: #000099;

}

/* メニューバーの設定 */
a.menu {
	display: block;
}


td.menu{
	display: block;
	text-align: center;
}

table.menu{
	font-size:14px;
	border-top: 3px dashed #0066FF;
	border-bottom: 3px dashed #0066FF;
}

/* カテゴリーテーブル */
ul {
	list-style-image : url(../../li.gif);
	background-position: center;
}

li{margin-bottom:5px;}


h2.cat {
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	color: #000033;
	font-weight: bold;
	background-color : #ccccff;
	margin : 0px;
	border-left : 7px solid #003399;
	border-bottom: 2px solid #003399;
}

/* copyright */
h3.copy {
	margin: 5px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

/* その他 */
td.whatnew{border-bottom: 1px dotted #003399;}