body {
	margin-top:5px;
}
#wrapper {
	color: #666666;
	width: 780px;
	background-image: url(../images/shadow_middle.gif);
	background-repeat: repeat-y;
}
#header {
	text-indent: 0px;
	background-image: url(images/shoes_head.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 491px;
	width: 760px;
}
#header_sub {
	text-indent: 0px;
	background-image: url(images/stick_head_sub.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	width: 760px;
}
#header_left a{
	display:block;
	width:150px;
	height:45px;
	text-indent:-9999px;
	float:left;
}
/*navigation*/

#navigation {
	width: 180px;
	margin-top: 28px;
	padding: 0;
	float:right;
}
#navigation ul{
	list-style-type: none;
	padding: 0px;
	margin:0;
}
#navigation ul li{
	text-indent: -9999px;
	margin: 0px 0px 2px 0;
	padding: 0px;
	height: 28px;
	width: 180px;
}
#navigation ul li a{
	text-decoration: none;
	display: block;
	height: 28px;
	width: 180px;
	background-image: url(images/navi_sub.jpg);
	background-repeat: no-repeat;
}
#navigation ul li.index a{
	background-position: 0px 0px;
}
#navigation ul li.index a:hover {
	background-position: -180px 0px;
}

#navigation ul li.stick01 a{
	background-position: 0px -28px;
}
#navigation ul li.stick01 a:hover{
	background-position: -180px -28px;
}
#navigation ul li.stick01_selected {
	text-decoration: none;
	display: block;
	height: 28px;
	width: 180px;
	background-image: url(images/navi_sub.jpg);
	background-repeat: no-repeat;
	background-position: -180px -28px;
	text-indent: -9999px;
}


#navigation ul li.stick02 a{
	background-position: 0px -56px;
}
#navigation ul li.stick02 a:hover{
	background-position: -180px -56px;
}
#navigation ul li.stick02_selected {
	text-decoration: none;
	display: block;
	height: 28px;
	width: 180px;
	background-image: url(images/navi_sub.jpg);
	background-repeat: no-repeat;
	background-position: -180px -56px;
	text-indent: -9999px;
}


#navigation ul li.shoes01 a{
	background-position: 0px -84px;
}
#navigation ul li.shoes01 a:hover{
	background-position: -180px -84px;
}
#navigation ul li.shoes01_selected {
	text-decoration: none;
	display: block;
	height: 28px;
	width: 180px;
	background-image: url(images/navi_sub.jpg);
	background-repeat: no-repeat;
	background-position: -180px -84px;
	text-indent: -9999px;
}


#navigation ul li.shoes02 a{
	background-position: 0px -112px;
}
#navigation ul li.shoes02 a:hover{
	background-position: -180px -112px;
}
#navigation ul li.shoes02_selected {
	text-decoration: none;
	display: block;
	height: 28px;
	width: 180px;
	background-image: url(images/navi_sub.jpg);
	background-repeat: no-repeat;
	background-position: -180px -112px;
	text-indent: -9999px;
}

#navigation ul li.shop a{
	background-position: 0px -140px;
}
#navigation ul li.shop a:hover{
	background-position: -180px -140px;
}
#navigation ul li.shop_selected {
	text-decoration: none;
	display: block;
	height: 28px;
	width: 180px;
	background-image: url(images/navi_sub.jpg);
	background-repeat: no-repeat;
	background-position: -180px -140px;
	text-indent: -9999px;
}

#navigation ul li.home a{
	background-position: 0px -168px;
}
#navigation ul li.home a:hover {
	background-position: -180px -168px;
}

/*contents*/
#contents {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
}

#contents p {
	margin:15px 50px;
	padding:0;
	font-size:14px;
	line-height:150%;
	color:#333333;
}


h2 {
	background-image:url(images/title_h1.jpg);
	background-repeat:no-repeat;
	display:block;
	height:17px;
	width:720px;
	font-size:14px;
	line-height::28px;
	font-weight:bold;
	text-indent:15px;
	color:white;
	margin:0 20px;
	padding:3px 0 0 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6666;
	padding: 0px;
	margin: 10px 0 0 50px;
}
h4 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #0066CC;
	padding: 0px;
	margin: 15px 0 0 50px;
}

#footer {
	clear: both;
	width: 760px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bottom_back.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	text-align: center;
}
#smallsize {
	font-size: 10px;
	letter-spacing: 0.1em;
}

#totop a {
	float: right;
	margin:10px 10px 10px 0;
	background-image: url(images/totop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 90px;
	background-position: 0px 0px;
}
#totop a:hover {
	background-position: 0px -20px;
}
.next a{
	margin:5px 0 0 300px;
	background-image: url(images/next.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 157px;
}
.next#stick a{
	background-position: 0px 0px;
}
.next#stick a:hover {
	background-position: -157px 0px;
}
.next#shoes a {
	background-position: 0px -20px;
}
.next#shoes a:hover {
	background-position: -157px -20px;
}

.prev a{
	margin:5px 0 0 300px;
	background-image: url(images/prev.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 157px;
}
.prev#stick a {
	background-position: 0px 0px;
}
.prev#stick a:hover {
	background-position: -157px 0px;
}
.prev#shoes a {
	background-position: 0px -20px;
}
.prev#shoes a:hover {
	background-position: -157px -20px;
}
table.normal,
table.normal td
{
	border:1px #AAAAAA solid;
	border-collapse: collapse;
	font-size:14px;
	padding:7px
}
.column{
	width:660px;
	margin:0 0 0 50px;
	padding: 0;
}
.column#memo{
	background-color:#F2F1EA;
}
.column#mitsukoshi{
	background-color:#FBF0F4;
	background-image: url(images/column_bar_sides_mitsukoshi.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.column#odakyu{
	background-color:#F0F3F4;
	background-image: url(images/column_bar_sides_odakyu.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#contents div.column p{
	margin:5px 30px 0 50px;
	padding:0;
}
.column h3{
	margin: 10px 0 0 30px;
}
#selection ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#selection ul li{
	text-indent:-9999px;
	float:left;
	margin: 0px;
	padding: 0px;
}

#selection ul li#lineup a{
	width:189px;
	height:126px;
	display:block;
	background-image:url(images/selection_menu.gif);
	background-position: 0px 0px;
	margin-left:1px;
}
#selection ul li#lineup a:hover{
	background-position: 0px -126px;
}
#selection ul li#length a{
	width:190px;
	height:126px;
	display:block;
	background-image:url(images/selection_menu.gif);
	background-position: -190px 0px;
}
#selection ul li#length a:hover{
	background-position: -190px -126px;
}
#selection ul li#howto a{
	width:190px;
	height:126px;
	display:block;
	background-image:url(images/selection_menu.gif);
	background-position: -380px 0px;
}
#selection ul li#howto a:hover{
	background-position: -380px -126px;
}
#selection ul li#price a{
	width:189px;
	height:126px;
	display:block;
	background-image:url(images/selection_menu.gif);
	background-position: -570px 0px;
}
#selection ul li#price a:hover{
	background-position: -570px -126px;
}
.kufu {
	background-image: url(images/kufu01.gif);
	background-repeat: no-repeat;
	background-position: 176px 3px;
	font-weight: bold;
	color: #666666;
	padding:0;
	margin:0;
	text-indent:221px;
	line-height:120%;
	clear:both;
	
}
.kufu#second {
	background-image: url(images/kufu02.gif);
}
.kufu#third {
	background-image: url(images/kufu03.gif);
}
