/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.bluetune.net/cgi/mt-static/themes/base-weblog.css);
@import url(http://blog.bluetune.net/cgi/mt-static/themes/PaleWhite-2cfix/PaleWhite-2cfix.css);
/* end StyleCatcher imports */

.shadow {
    margin: 10px 0 0 5px;
    background: url(http://blog.bluetune.net/images/shadow_001.gif) right bottom;
    float: left; /* 回り込み制御 */
}

.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #ffffff; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */
}

p {
    clear: both;
}

img.frame {
	color: #000;
	background: #FFF;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	margin: 5px;
	padding: 1px;
}
