@charset "utf-8";


div#present_menu{
	margin: 20px;
}

div.present_frame {
	background: url(../../images/rail_frame.gif) no-repeat;
	margin: 0 15px 10px 0;
	width: 350px;
	height: 230px;
	float: left;
}


div.present_frame div.titlebar {
	padding: 10px;
	text-align: left;
}


div.present_frame div.comment{
	text-align: left;
	margin: 0 auto;
	padding: 2px;
	width: 280px;
	height: 80px;
	overflow: auto;
	border: inset 2px #dddddd;
	background: #dadada;
	font-size: 12px;
}
div.present_frame div.comment div{
	color: red;
}

/* ‹àŒ”—p */
.moneyticket_frame {
	padding: 0;
	background: url(../../images/shop-bg.gif) no-repeat;
	float: left;
	width: 350px;
	height: 146px;
	padding-top: 10px;
	text-align: center;
}
.moneyticket_cat {
	margin-left: 10px;
	text-align: left;
	padding: 3px;
	font-size: 11px;
}

#work a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

