@charset "utf-8";

/* ----------top page style---------- */

/* アイテム一覧 */

#item_container {
	width: 658px;
	margin-left: 13px;
	background-color: #FFF9E7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F7DEA6;
	border-left-color: #F7DEA6;
	background-image: url(../images/item_title_brownline.jpg);
	background-repeat: repeat-x;
}

#item_container h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.item_bottome_line {
	margin-left: 14px;
}


.tb_pd_list1 , .tb_pd_list2 {
	width: 632px;
	border-collapse: collapse;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



.tb_pd_list1 td , .tb_pd_list2 td {
	vertical-align: top;
	text-align: center;
}

.tb_pd_list1 td .photo , .tb_pd_list2 td .photo{
	margin-bottom: 0.5em;
}

.tb_pd_list1 td .photo img {
	border: 1px solid #FF3300;
	padding: 4px;
}

.tb_pd_list2 td .photo img {
	border: 1px solid #FF7A11;
	padding: 4px;
}


/* 下4つメニュー */

#top_contents2 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 13px;
	width: 658px;
	
}

#top_contents2 img {
	margin-right: 5px;
	margin-bottom: 10px;
	
}











