@charset "EUC-JP";


div#categoryList {
	margin: 0;
	padding: 0;
	width: 540px;
}

div#categoryList:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

div.categoryBox:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

div.categoryBox {
	margin: 5px 0 20px 0;
	padding: 0;
	width: 530px;
}


div.categoryBox dl{
	margin: 5px 0;
	padding: 0;
	width: 120px;
	float: left;
}

div.categoryBox dl dt{
	margin: 0;
	padding: 0;
}

div.categoryBox  dl dd{
	margin: 0;
	padding: 0;
	clear: left;
	text-align: center;
	line-height: 0.8em;
}

div.categoryBox  dl dd a {
	font-size: 10px!important;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	height:2em
}

p.name{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
	border-left: solid 5px #646ab6;
	border-bottom: solid 1px #646ab6;
	clear: left;
}

