@charset "utf-8";
/* CSS Document */

div.tabbox {
   height: 140px; width: 550px; overflow: auto; clear: left; border: 1px #AFAEAE solid;
	background-color: #FFF; /* 全体の背景色 */
	color: #000000; /* 全体の文字色 */
	font-size: 88%; /* 全体の文字サイズ */
	font-family: "メイリオ","Meiryo", Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0;
	padding: 0;
}
div.tabbox ul {
	padding: 0;
}
div.tabbox li {
	list-style-type : none;
	padding:2px 5px;
	border-bottom: 1px #c0c0c0 dotted;
}