@charset "utf-8";
/*///////////////////////////////

	画像

///////////////////////////////*/
.image {
}
/*------------------------------
	画像タイトル
------------------------------*/
.image .frame-title-left {
	display: none;
}
/*------------------------------
	画像ボックス
------------------------------*/
.image .image-box,
.image .image-box .image-frame {
	margin: 0 8px 0 0;
	padding: 0;
}
.image .image-box a img {
	vertical-align: bottom;	/* IE6画像の隙間対策 */
	overflow: hidden;
}
.image .image-box .flash1 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.image .image-box .get-flash-player {
	display: none;
}
/*------------------------------
	画像コメント
------------------------------*/
.image .image-comment {
	margin: 3px 0 0 0;
	text-align: right;
}
.image .image-comment a {
	font-size: 70%;
	color: black;
	text-decoration: none;
}
.image .image-comment a:hover {
	color: black;
}