/* ichioshi new */
div#wrap {
	width: 100%;
	background: url("/img/ichioshi/main_bg.gif") repeat center top;
}

div#header {
	width: 100%;
	height: 45px;
	background: url("/img/ichioshi/header_bg.gif") repeat-x left top;
	position: fixed !important;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 10;
}
div#header div{
	width: 1038px;
	padding-top: 3px;
	margin: 0 auto;
}

div#header h1 {
	width: 223px;
	height: 41px;
	background: url("/img/ichioshi/title.png") no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

div#header ul {
	height: 41px;
	float: right;
	overflow: hidden;
}

div#header ul li {
	float: left;
	height: 41px;
	margin-left: 4px;
	text-indent: -9999px;
	overflow: hidden;
}

div#header ul li.h01 {
	width: 170px;
	height: 34px;
	background: url("/img/ichioshi/details.png") no-repeat left top;
}

div#header ul li.h02 {
	width: 170px;
	height: 34px;
	background: url("/img/ichioshi/waribiki.png") no-repeat left top;
}

div#header ul li.h03 {
	width: 170px;
	height: 34px;
	background: url("/img/ichioshi/mobile.png") no-repeat left top;
}

div#header ul li.h04 {
	width: 120px;
	height: 34px;
	background: url("/img/ichioshi/back.png") no-repeat left top;
}

div#header ul li.h05 {
	width: 120px;
	height: 34px;
	background: url("/img/ichioshi/top.png") no-repeat left top;
}

div#header ul li.h01 a, div#header ul li.h02 a, div#header ul li.h03 a{
	width: 170px;
	height: 34px;
	display: block;
}

div#header ul li.h04 a, div#header ul li.h05 a{
	width: 120px;
	height: 34px;
	display: block;
}

div#main-box {
	height: auto;
	width: 1038px;
	margin: 0 auto;
	overflow: hidden;
	background: url("/img/ichioshi/main_contents_bg.png") repeat-y center top;
	padding-top: 45px !important;
	padding-top: 0;
	behavior: url("/js/iepngfix.htc");
}

div#side-left {
	height: auto;
	width: 262px;
	overflow: hidden;
	float: left;
	margin-left: 4px !important;
	margin-left: 2px;
}

div#banner {
}

div#banner h3 {
	background: url("/img/ichioshi/official.png") no-repeat left top;
	text-indent: -9999px;
	height: 35px;
	width: 262px;
	margin-top: 10px;
}

div#banner ul {
	text-align: center;
}

div#banner ul#banner li {
}

div#profile-box {

}

div#profile-box h3 {
	background: url("/img/ichioshi/profile.png") no-repeat left top;
	height: 35px;
	width: 262px;
	margin-top: 10px;
	text-indent: -9999px;
}

div#profile-box dl,div#shop-box dl {
	height: auto;
	width: 232px;
	margin-left: 14px;
}

div#profile-box dl dt,div#shop-box dl dt {
	font-weight: bold;
	color: #003399;
	width: 8em;
	float: left;
	clear: both;
	border-top: #CCCCCC dotted 1px;
	padding: 2px 0;
}

div#profile-box dl dd,div#shop-box dl dd {
	margin-left: 8em;
	border-top: #CCCCCC dotted 1px;
	padding: 2px 0;
}
div#shop-box {

}

div#shop-box h3 {
	background: url("/img/ichioshi/shop_data.png") no-repeat center top;
	height: 35px;
	width: 262px;
	margin-top: 10px;
	text-indent: -9999px;
}


div#thumb-box {
	display: none;
}

div#thumb-box ul {
	width: 240px;
	margin: 10px 0 10px 14px;
}

div#thumb-box ul li {
	background-color: #000000;
	text-align: center;
	margin: 3px 3px 0 0;
	float: left;
}

div#thumb-box ul li img{
	border: #CCCCCC solid 1px;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    filter:alpha(opacity=60);

}

div#thumb-box ul li img.sltd{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter:alpha(opacity=100);
}

div#thumb-box ul li img.hide {
	display: none;
}

div#contents-box {
	height: auto;
	width: 763px;
	overflow: hidden;
	float: right;
	margin-right: 2px !important;
	margin-right: 1px;
}

div#contents-box div#contents-navi {
	background: url("/img/ichioshi/contents_h2.png") no-repeat left top;
	height: 50px;
	width: 762px;
	margin-top: 10px;
	overflow: hidden;
	margin-left: 1px;
	behavior: url("/js/iepngfix.htc");
}

div#contents-box div#contents-navi ul {
	width: 740px;
	padding: 5px 0;
	margin: 0 auto;
}
div#contents-box div#contents-navi ul li {
	width: 111px;
	height: 32px;
	text-indent: -9999px;
	behavior: url("/js/iepngfix.htc");
}

div#contents-box div#contents-navi ul li a{
	width: 111px;
	height: 32px;
	display: block;
}

div#contents-box div#contents-navi ul li#prev {
	background: url("/img/ichioshi/prev.png") no-repeat left top;
	float: left;
}

div#contents-box div#contents-navi ul li#next {
	background: url("/img/ichioshi/next.png") no-repeat left top;
	float: right;
}

div#contents-box div#main-photo {
	text-align: center;
	padding: 15px;
	height: 730px;
	display:block;
}

div#contents-box div#main-photo img{
	border: #FFFFFF solid 10px;
	background-color: #FFFFFF;
	/* ドロップシャドウ */
	-moz-box-shadow: 0 1px 5px #000;		/* Firefox */
	-webkit-box-shadow: 0 1px 5px #000;		/* Safari and Chrome */
	box-shadow: 5px 5px 5px;					/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

div#contents-box p {
	width: 142px;
	height: 28px;
	float: right;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("/img/ichioshi/kuwashiku.png") no-repeat left top;
	behavior: url("/js/iepngfix.htc");
}

div#contents-box div#back-number {
	width: 763px;
	margin-bottom: 10px;
	clear: both;
}

div#contents-box div#back-number h4 {
	background: url("/img/ichioshi/back_number.png") no-repeat left top;
	text-indent: -9999px;
	height: 50px;
	width: 762px;
	margin-left: 1px;
}

div#back-number ul {
	width: 716px;
	margin: 0 0 10px 28px;
}

div#back-number li {
	background: url("/img/ichioshi/back_photo_bg.png") no-repeat left top;
	width: 133px;
	margin-right: 10px;
	float: left;
	behavior: url("/js/iepngfix.htc");
}

div#back-number li img{
	border: #CCCCCC solid 1px;
}

div#back-number li span {
	margin: 5px;
	line-height: 2em;
	text-align: center;
}

div#back-number p {
	width: 142px;
	height: 28px;
	background: url("/img/ichioshi/continue.png") no-repeat left top;
	float: right;
	text-indent: -9999px;
	behavior: url("/js/iepngfix.htc");
}

div#contents-box p a {
	display: block;
	width: 142px;
	height: 28px;
}


div#wrap div#footer{
	text-align: center;
	background: #000000 url("/img/ichioshi/footer_line.jpg") repeat-x left top;
}

div#wrap div#footer hr {
	display: none;
}

div#wrap div#footer ul{
	width: 1038px;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
}

div#wrap div#footer ul li{
	color: #CCCCCC;
	display: inline;
	white-space: nowrap;
}

div#wrap div#footer a{
	color: #FFFFFF;
}

div#wrap div#footer p{
	color: #FFFFFF;
	text-align: center;
	margin: 10px 25px 0 10px;;
}

