/* 角丸ブロックの背景イメージの設定 */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* 角丸ブロックの幅と高さのプロパティ設定 */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 2 5px; }
.rbroundbox { width: 100%; margin: 1em auto; }



/*マウスオーバー時の動静*/
A         {text-decoration:none;
}
A:link	{
	color : #ffffff;
}
A:visited {
	color: #000000
}
A:hover	{
	color : #ffffff;
	background-color : #009900;
	text-decoration:underline;
}

/*フォントのＣＳＳ*/
font.midashi{line-height:120%}
font.txt{font-size:10pt;line-height:130%}
font.info{font-size:8pt;line-height:110%}
font.news{font-size:9pt;line-height:115%}
font.topics{font-size:9pt;line-height:120%}
font.big{font-size:12pt;line-height:120%}

/*メニューの表示*/
div.menulink{
	 font-size:11pt;
	 line-height:130%;
	 background-color:#bbbbbb;
}

