@charset "utf-8";
/* CSS Document */

#container{
/*width:956px;*/
/*background:url(../images/bg.jpg) repeat-y;*/
margin:0 auto;
text-align:left;
border:1px solid #cccccc;
}


/*------------------------------------------------
パンくず
------------------------------------------------*/
div#Path a{
text-decoration:none;
color:#009844;
}

div#Path a:hover{
text-decoration:underline;
}

div#Path{
margin:0 0 10px 0;
}

div#Path span{
background:url(/crocodile_contents/feature/images/indent.gif) no-repeat scroll left center;
color:#FFFFFF;
margin:0 0 0 7px;
overflow:hidden;
padding:0 0 0 5px;
width:0;
}

div#Path em{
font-style:normal;
}


/* --------------------------------
	Item
----------------------------------- */
.itemArea {
	margin:0;
	padding: 10px;
	background:#eeebe8;
	width:715px;
}
.itemtitle {
	padding:5px 5px 10px 5px;
}


.itembox {
	margin:0;
	padding:0;
}
.itemlist {
	float:left;
	margin:0 5px;
	padding:0;
	width:133px;
	font-size:11px;
}
.itemlist p {
	margin:0;
	padding:5px 0 ; 
	color:#593d1c;
	min-height:48px;
}
.itemlist img {
	padding:5px;
	background:url(../img/btn_bg.gif) no-repeat 0 0;
}
.itemlist a {
	text-decoration:none;
}

#mens .itemlist a:hover img {
	background:url(../img/btn_bg_m.gif) no-repeat 0 0;
}
#mens .itemlist a:hover p {
	color:#008837;
}
#ladies .itemlist a:hover img {
	background:url(../img/btn_bg_l.gif) no-repeat 0 0;
}
#ladies .itemlist a:hover p {
	color:#f3328e;
}
#pair .itemlist a:hover img {
	background:url(../img/btn_bg_p.gif) no-repeat 0 0;
}
#pair .itemlist a:hover p {
	color:#e1b744;
}

/*banner*/

#leftbanners li{
margin-top:5px;
}

#leftbanners img{
border:1px solid #cccccc;
}

p.bnrttl{
background-color:#ffffff;
font-size:12px;
padding:5px 0;
}


/* --------------------------------
	clearfix［float解除］
----------------------------------- */

.itembox:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.itembox {
	zoom:1;
	}

