@charset "utf-8";
/* CSS Document */
a.gallery{
	background-image:url(../images/b_gallery2.gif);
}
/*共通部分*/
ol,ol li{
	margin:0;
}
ol{
	padding:0;
}
/*内容部分*/
.c_left p{
	font-size:14px;
	height:18px;
	text-align:left;
	padding:0 20px;
}
/*サムネイル*/
h2{
	background:url(../gallery/image/title_gallery.jpg) no-repeat top;
	width:700px;
	padding-left:150px;
	height:60px;
	margin:10px auto;
	font-size:12px;
	line-height:55px;
	text-align:left;
	color:#FFF;
	font-weight:lighter;
}
ol li{
	padding:10px;
	display:block;
	float:left;
	list-style:none outside;
}
ol{
	width:800px;
	margin:10px auto;
	height:258px;
}
ol a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}
	