@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content .item{
	zoom:1;
	overflow:hidden;
	margin:-20px 0 30px;
	}
	
#content .item dl{
	float:left;
	width:170px;
	margin:20px 30px 0 0;
	background-color:#FFF;
	padding:10px 10px 3px;
	}
	
#content .item dl.none{
	margin-right:0;
	}
	
#content .item dl dt{
	font-weight:bold;
	margin:4px 0 -1px;
	}
	
#content .item dl dd{
	font-size:0.8em;
}

#content .imgright{
	zoom:1;
	overflow:hidden;
	margin:0 0 25px;
	}
	
#content .imgright div{
	float:right;
	}	
	
#content .imgright p{
	margin:0 220px 0 0;
	}


/*									index[topics]                     */ 

#content #topics {
	margin:0 0 30px;
	height: 148px;
	overflow-y: scroll;
}

#content #topics dl{
	padding-left:9px;
	background:url(../image/dotted01.gif) repeat-x left bottom;
	}

#content #topics dt {
	float: left;
	clear: left;
	padding: 5px 15px 0 15px;
}

#content #topics dd {
	padding: 5px 0 1px 117px;
	_text-indent: -3px;
	_padding-left: 117px;
	word-wrap: break-word;
	word-break: normal;
}
