body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ----------------------------------------------- */
/*
body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "$B%R%i%.%N3Q%4(B Pro W3", "$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
}
*/
ul.tablist,
ul.tablist li {
    margin: 0;
    padding: 0;
}
ul.tablist li {
	background-color:#666666;
    border: 1px solid #999;
    float: left;
    margin-right: 2px;
    list-style: none;
	font-size:10px;
	padding: 1px 4px;
	color:#CCCCCC;
}

ul.tablist li:hover {
	background:#222222;
	color:#999999;
}

.tab div {
    clear: both;
    border-top: 1px solid #999;
}
.tab:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
  * html .tab:after {
    zoom: 1;
}

/* ----------------------------------------------- */
body {
	background:#222222;
	color:#999999;
	padding:2px;
}

#text {
	padding:5px 0;
}
#text ul li {
    padding-bottom:3px;
    margin-bottom:3px;
    border-bottom:#666666 1px dotted;
    line-height: 12px;
    font-family: -webkit-body;
}

#text ul li a {
	color:#bbbbbb;
	text-decoration:none;
}
#text ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#3366CC;
}



#text ul li a.title {
	font-size:10px;
}

#text ul li span.text {
	font-size:10px;
}

.noitem {
	font-size:10px;
}

