@charset "UTF-8";

body{
	font-size:120%;
	}
	
#fontSize li a#fontSize_small {
	background-position: 0 0;
	}
	
#fontSize li a#fontSize_medium {
	background-position: 0 0;
	}
	
#fontSize li a#fontSize_large {
	background-position: 0 -26px;
	}


#newProducts dt,
#topics dl dt,
#update dl dt{
	float: left;
	clear: left;
	padding: 5px 0 5px 10px;
	width: 120px;
	line-height:1.2em;
	background: url(../images/common/bg_gray_dot-line.gif) repeat-x 0 top;
	word-break: break-all;
	}

#newProducts dl dd,
#topics dl dd,
#update dl dd{
	padding: 5px 0;
	margin-left: 120px;
	width: 509px;
	line-height:1.2em;
	background: url(../images/common/bg_gray_dot-line.gif) repeat-x 0 top;
	}