@charset "utf-8";
/* CSS Document */

div#mainvisual {
width: 950px;
height: 250px;
background: url(../img/souvenir/mv.jpg) no-repeat 0 0;
}

div#s_container {
	width: 950px;
	padding: 15px 0 0;
}

div.s_index {
	width: 950px;
	padding-bottom: 20px;
	background: url(../img/souvenir/p01.jpg) no-repeat 0 0 ;
}

div.s_index h2 {
	height: 281px;
}

ul.navi {
	width: 920px;
	margin-left: 15px;
	padding: 5px 0;
	border-top: 1px solid #BAA693;
	border-bottom: 1px solid #BAA693;
}

ul.navi li {
	float: left;
	padding: 0 0 0 30px;
	background: url(../img/souvenir/i01.gif) no-repeat 0 0;
	font-size: 93%;
}

ul.navi li strong {
	font-weight: bold;
}

ul.navi li.last_child a {
	color: #CC6633;
}

div.item_wrap {
	width: 920px;
	margin-left: 15px;
}

div.item_wrap h4 {
	padding-bottom: 15px;
	font-size: 0;
	line-height: 0;
}

div.item_wrap div.w01 {
	width: 920px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	padding-bottom: 15px;
	position: relative;
}

div.item_wrap div.w01 div.pic {
	position: absolute;
	left: 0;
	top: 0;
}

div.item_wrap div.detail {
	width: 525px;
	margin-left: 390px;
}

div.item_wrap div.detail p {
	font-size: 93%;
	padding-bottom: 15px;
	color: #333333;
}

div.item_wrap div.detail p span {
	font-weight: bold;
}

div.item_wrap div.detail p strong {
	padding-left: 20px;
	color: #CC6633;
	font-weight: bold;
}

div.item_wrap div.detail ul.cart {
	width: 525px;
	padding-bottom: 15px;
}

div.item_wrap div.detail ul.cart li {
	float: left;
}

div.item_wrap div.detail ul.cart li.first_child {
	margin-right: 10px;
	padding: 3px 0;
}

div.item_wrap div.detail table {
	width: 524px;
	border-left:1px solid #CFCFCF;
	border-top:1px solid #CFCFCF;
}

div.item_wrap div.detail th,
div.item_wrap div.detail td{
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
}

div.item_wrap div.detail th {
	width: 119px;
	background: #DFDFDF;
	padding: 5px 0;
	text-align: center;
}

div.item_wrap div.detail td {
	padding: 5px;
	background: #fff;
}