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

@import "com.css";
@import "common.css";


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#main_content {
	float: right;
	width: 680px;
	margin-bottom: 50px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/*フロー付きパン屑
--------------------*/
#pankuzu_mem {
	margin:5px 0 0 0px;
	padding-bottom:40px;
}

#pankuzu_mem li{
	margin:0;
	display:block;
	float:left;
	list-style:none;
	font-size:10px;
	padding:0 30px 7px 13px;
}

#pankuzu_mem a{
	color:#000000;
	text-decolation:none;
}

#pankuzu_mem a.hover{
	color:#000000;
	text-decolation:none;
}

#pankuzu_mem .pre {
	border-bottom:solid 5px #640000;
	padding-bottom:4px;
	font-weight:bold;
	background:transparent url(../images/com/bg_arrow_gray.gif) right center no-repeat;
}

#pankuzu_mem .des {
	border-bottom:solid 5px #EBEBE6;
	padding-bottom:4px;
	background:transparent url(../images/com/bg_arrow_gray.gif) right center no-repeat;
}

/*検索ヘッダー
--------------------*/
#title_search {
	background:url(../../images/category/goods_search/hed_img.jpg) 0 0 no-repeat;
	width:760px;
	height:150px;
	text-indent:-9999px;
	margin-bottom:20px;
}

/*規約iframe
--------------------*/
#kiyaku {
	text-align: center;
}

#kiyaku iframe {
	height: 250px;
	width: 650px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 30px;
}



#main {
	width:890px;
	margin:0 auto 20px;
}

#main_r {
	width:680px;
	float:right;
}



