

/* php版リンクページ用*/
#category{
	width:510px;
	_width:520px;
	height:auto;
	margin:0 auto 0 auto;
	padding:10px 0 10px 0;
	border:0px solid #cccccc;
}

#category li{
	font-size:12px;
	text-align:center;
	list-style-type:none;
	float:left;
	width:120px;
	height:autopx;
	background:#dddddd;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	margin:0 3px 0 3px;
}

#bArea{
	width:605px;
	height:auto;
	margin:0;
	font-size:12px;
	text-align:center;
	position:relative;
	left:100px;
}

*+html #bArea{
	left:3px;
}

.banar {
	width: 100px;
	height:80px;
	float: left;
	text-align:center;
	line-height:13px;
	margin: 5px;
	padding:3px 4px 0px 4px;
	border:1px solid #ccc;
}

.banar a{
	text-decoration: none;
}

.banar p{
	color:#666;
	font-size: 10px;
	margin:0;
}

