@charset "UTF-8";

/* CSS Document */

/*********************************************************
　　　　　　　　トップページ　index.html
**********************************************************/

/* -------------- テンプレート設定 -------------- */

#main {
	float: left;
	width: 540px;
	padding: 0 0 25px 30px;
}

#side {
	float: right;
	width: 200px;
	padding: 0 30px 25px 0;
}

#title p.lead {
	background: url("../img/top/img.jpg") top left no-repeat;
	height: 185px;
	padding-left: 230px;
	color: #fff;
	line-height: 1.4;
}


/* -------------- 商品一覧 -------------- */

.products {
	padding: 0 0 11px 5px;
	margin-bottom: 10px;
	background: url("../img/dotline_x.gif") bottom left repeat-x;
}

.box {
	border: solid #a08388 1px;
	padding: 10px;
}

.box a {
	font-weight: bold;
}

.box .price {
	font-weight: bold;
	text-align: right;
}

.box .bt {
	margin-top: 10px;
	text-align: right;
}

.caution {
	background: url("../img/top/icon_caution.gif") center left no-repeat;
	padding-left: 25px;
}
