@charset "utf-8";

/*
	Site Name: 大吉商事
	Description: 
	Version: 2.0
	Author: Yugo Tsunoda
*/

/*
===== CONTENTS ===========================================

	1: BOX

==========================================================
*/

/*
===== 1: BOX ==========================================
*/
#box01 {
	display: block;
	background-repeat:no-repeat;
	padding : 20px 0px 10px 0px;
	text-align: left;
}

#box02 {
	display: block;
	padding : 20px 0px 10px 0px;
	margin: 0px;
	width: 630px;
}
#box02 h2{
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 45px;
	background-image: url(../img/ttl_reccomend.jpg);
}
#reccomend_box {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_reccomend_box.jpg);
	background-repeat: repeat-y;
	width: 310px;
	float: left;
	line-height: 18px;
	height: 200px;
	vertical-align: top;
}
#reccomend_box table tr td{
	font-size: 11px;
	text-align: left;
	line-height: 13px;
}
#reccomend_box h3.title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px #006633 solid;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 5px 15px;
	text-align: left;
}
#reccomend_box h3#icobuy{
	background-image:url(../img/ico_buy.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding: 1px;
}
#reccomend_box h3#icorent{
	background-image:url(../img/ico_rent.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding: 1px;
}
