@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
    width: 740px;
	height: 65px;
	background: url(common/images/img_news.jpg) left top no-repeat;
}
.twitter {
    float: right;
}

.jacket {
    width: 200px;
	float: left;
	margin-right: 20px;
}
.txt {
    width: 500px;
	float: right;
}
.txt dt {
    font-weight: bold;
	color: #39C;
	background: url(common/images/marker_bluecircle.gif) left center no-repeat;
	padding-left: 15px;
}
.txt dd {
    margin-left: 1em;
}
.price {
    clear: both;
	width: 500px;
	margin-left: 220px;
}

.h4_top {
    font-weight: bold;
	border-bottom: 2px solid #999;
	padding-bottom: 2px;
	margin-bottom: 5px;
}