
div.gallery_main{
	height:420px;
	/*background-image:url('http://avac.jp/images/gallery.jpg');*/
	background-color:#c5c498;
}

div.category{
	width:99px;height:420px;
	border-right:#ffffff 1px solid;
	padding-left:4px;
	padding-top:20px;
	font-size:0.8em
	color:#000000;
	float:left;
}

div.photo{
	width:690px;
	height:440px;
	float:left;
	overflow:scroll;
}

p.cat{
	margin:6px;
	padding:4px;
	text-align:center;
}

a.cat{
	text-decoration:none;
}
a.cat:link{
	color:#000000;
}
a.cat:visited{
	color:#000000;
}

p.com{
	margin:6px;
	color:gray;
	font-size:0.8em;
	text-align:right;
}
