@charset "utf-8";

/* 250pxサイドメニュー */

/*250px角丸囲み設定
----------------------------------------------------- */
dl.box250px {
	background-image: url(../img/common_img/width250px_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
dl.box250px dt {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 250px;
}
dl.box250px dd {
	background-image: url(../img/common_img/width250px_center.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 0 5px 10px;
}

/*250px角丸囲みの中の設定
----------------------------------------------------- */
.melmaga {/* メルマガ入力欄 */
	font-size: 12px;
	line-height: 100%;
	color: #FFFFFF;
	text-align: left;
}
.melmaga-form {/* メルマガ入力欄 */
	vertical-align: middle;
	margin-top: 5px;
}
.input-txt {/* メルマガ入力欄 */
	width: 155px;
	height: 20px;
	font-size: 12px;
	vertical-align: top;
}
