@charset "utf-8";

/* for 002
----------------------------------------------- */
p#go-gallery {
	position: absolute;
	top: 14px;
	right: 15px;
}
#gallery {
	position: relative;
	padding-top: 3px;
	background: #222;
	min-height: 419px;
	/*height: auto !important;
	height: 419px;*/
}
ul#imagegallery {
	margin-left: 7px;
	margin-bottom: -1px;
	width: 757px;
	height: 420px;
	overflow: hidden;
	_zoom: 1;
	width: 757px;
}
ul#imagegallery li {
	float: left;
	list-style-type: none;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 84px;
	height: 56px;
}
ul#imagegallery li img {
	vertical-align: bottom;
}
ul#imagegallery li.even {
	margin-left: 42px;
}
/* for IE6 */
*html ul#imagegallery li.even {
	margin-left: 21px;
}
ul#imagegallery li.halfend {
	margin-right: 352px;
}
p#gallery-text {
	position: absolute;
	top: 275px;
	right: 24px;
}
.pp_social {
	display: none;
}

#report {
	min-height: 422px;
	height: auto !important;
	height: 422px;
}
#column3 {
	margin-top: 17px;
	background: url(../img/partner/002/bg_column3.gif) no-repeat left bottom;
	width: 757px;
}
#column3 div {
	float: left;
	width: 252px;
	margin-right: 1px;
}
#column3 div.third {
	width: 251px;
	margin-right: 0;
}
#column3 div img {
	vertical-align: bottom;
}
#column3 div p {
	padding-bottom: 2px;
	text-align: center;
}
ul.newmodels {
}
ul.newmodels li {
	list-style-type: none;
}

/* opacityプロパティによるロールオーバー */
ul#article-list li a:hover img, 
p#go-gallery a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
ul#imagegallery li a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
ul#imagegallery li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}