/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
a:hover img {
filter: Alpha(opacity=70);
opacity: 0.7; /*firefox safari*/
}


img {
border:0px;
}
.img_under15 {
	margin-bottom: 15px;
	text-align: center;
	clear: both;
}
.img_top15 {
	margin-top: 15px;
	text-align: center;
	clear: both;
}
.img_top20 {
	margin-top: 20px;
	text-align: center;
	clear: both;
}
.img_top30 {
	margin-top: 30px;
	text-align: center;
	clear: both;
}
.img_top40 {
	margin-top: 40px;
	text-align: center;
	clear: both;
}




.img_under20 {
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}
.img_top_20_under20 {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}
.img_top_20_under40 {
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.img_top_10_under10 {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
.img_top_10_under10_left {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	clear: both;
	margin-left: 10px;
}



.img_right9 {
	margin-right: 9px;
	clear: both;
}
.img_right5 {
	margin-right: 5px;
	clear: both;
}

.img_right12 {
	margin-right: 12px;
	clear: both;
}
.img_left30 {
	clear: both;
	margin-left: 30px;
}


.img_under5 {
	margin-bottom: 5px;
	text-align: center;
	clear: both;
}
.img_0 {
	text-align: center;
	clear: both;
}

.img_float_left {
	float: left;
	margin-right: 5px;
}
.img_float_left_space20 {
	float: left;
	margin-right: 20px;
}

.img_float_left_space0 {
	float: left;
}

.img_float_left_under20 {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

.img_frame_float_left {
	float: left;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #999;
}
.img_frame {
	padding: 3px;
	border: 1px solid #999;
}


.img_float_right {
	float: right;
	margin-left: 5px;
}
.img_float_right_under20 {
	float: right;
	margin-left: 5px;
	margin-bottom: 20px;
}

.img_float_right_space0 {
	float: right;
}

.img_frame_float_right {
	float: right;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #999;
}
.img_shadow {
	box-shadow: 0px 0px 6px;
	border: 0px solid #8f8f8f;
}
