/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body { padding: 0px; }
	.panel h2.title { margin-bottom: 10px; text-indent:-9999px; display:none; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 0px 0; padding: 0px; }

/* Most common stuff you'll need to change */

	.coda-slider { background: #221816; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled�@JavaScript���g�p�s�\�΍� */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows)�@�X���C�h�R���e���c�̉����ƍ��� */
	.coda-slider, .coda-slider .panel { width: 582px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 582px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 156px; }

	
	/* Tab nav */
	.coda-nav ul li a.current { opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; }
	
	/* Preloader�@���[�f�B���O�o�[�̕\���ʒu */
	.coda-slider p.loading { padding: 0px; text-align: center; }

/* Don't change anything below here unless you know what you're doing �i�G��Ȃ������ǂ������j */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {  color: #fff; display: block; float: left; margin-right: 15px; padding: 0px 0px; text-decoration: none; }
	.coda-nav ul li a:hover {opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: left; }
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px;  }
	.coda-nav-left a, .coda-nav-right a:hover { popacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; }
	
	
/* �����Љ�p���� */

#wrapper{
	width:986px;
	margin:0px auto 0px;
	background: url(../../images/wrap_back.gif) repeat-y;
}
			
#storespace_wrap{
	width:920px;
	padding:20px;
	margin:0 auto 0;
	background:#1B0F08;
}

.storespace_img-wrap{
	width:920px;
	height:554px;
	margin:10px auto 0;
	background-image:url(../../../../shop/images/storespace_img-back.jpg);
	background-color: #221815;
	background-repeat: no-repeat;
	}

/* Fx 1.5, 2.0 �ȍ~�ɓK�p */	
.storespace_img-wrap, x:-moz-read-only { font-size:10px; } 

/* Safari Opera�ɓK�p */	
body:first-of-type .storespace_img-wrap { font-size:10px; } 

	

.img-wrap{
width:887px;
height:365px;
padding-top:17px;
margin:0px auto 0;
}

.menue_btn-box{
	margin:15px 0 0 16px;
}
