@charset "utf-8";

/* 画像に影をつける（フチなし） */

.img-bg {
	background			: url(../img/fx_shadow.gif) no-repeat right bottom;
	margin				: 0px;
	padding				: 0px;
	position			: relative;
}

.img-bg img {
	background			: #fff;
	margin				: -5px 5px 5px -5px;
	padding				: 0px;
}

/* 画像に影をつける（フチあり） */
.img-bg2 {
	background			: url(../img/fx_shadow.gif) no-repeat right bottom;
	margin				: 0px;
	padding				: 0px;
	position			: relative;
}

.img-bg2 img {
	background			: #fff;
	border				: 1px solid #ccc;
	margin				: -5px 5px 5px -5px;
	padding				: 4px;
	position			: relative;
}

/* 画像にテキストを回り込み（画像：左寄せ）
テキストを画像にまわりこませる場合は下記も追加します。（これは画像が左の場合）*/
.img_L {
	border				: none;
	margin				: 6px 10px 5px 0px;
}

/* 画像にテキストを回り込み（画像：右寄せ）
※画像を右寄せにしたい場合はこちらを追加。*/
.img_R {
	border: none;
	margin: 6px 0px 0px 10px;
}

.shadow{
	padding:5px;
	background:#fff url(/img/fx_shadow.gif) bottom right;
}

.shadow2{
	border:1px solid #666;
}