*{
	margin:0px;
	padding:0px;
}
html{
	width:345px;
	overflow-x:hidden;
}
dl{
	width:345px;
	display:block;
	font-size: 12px;
	color: #666666;
}
dt{
	width:60px;
	display:block;
	float: left;
	margin-bottom: 8px;
	background-image: url(img/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}
dd{
	width:275px;
	display:block;
	float: left;
	margin-bottom: 10px;
}
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
