#title_detail {
	width:654px;
	height:20px;
	background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:5px solid #075eab;
    padding: 3px 0 5px 5px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
	*background:url(https://yoshunen.co.jp/img/shop_img/titlrbg.jpg);
	*background-position:center;
	*background-repeat:repeat-x;
}

#product_list {
	width:150px;
	float:left;
	text-align:center;
	margin-top:3px;
	margin-left:3px;
	border:solid 1px #ddd;
    padding: 3px;
    border-radius: 3px;
    background: #eee;
    -moz-border-radius: 3px; /* FF */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
    -webkit-border-radius: 3px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
    -pie-background:linear-gradient(top,  #fff,  #eee); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
}

#title_dname {
	color:#666;
	text-align:left;
	margin-top:3px;
	min-height:40px;
}
#title_dname span{
	border-left:15px #075eab solid;padding-left:5px;
}

#title_dname a{
	color:#666;
}
#title_dname a:hover{
	color:#999;
}

#title_dprice {
	color:#333;
	padding:2px 10px;
	border:solid 1px #ddd;
    padding: 3px;
    border-radius: 3px;
    background: #fff;
    -moz-border-radius: 3px; /* FF */
    -webkit-border-radius: 3px;/* Webkit */
    -pie-background:linear-gradient(top,  #fff,  #eee); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
	margin-top:5px;
}
#title_dprice a{
	color:#333;
}
#title_dprice a:hover{
	color:#999;
}
/*--font--*/
.c14b {
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:lighter;
	padding:3px 10px;
	
}
.c14 {
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size:14px;
	color:#000;
	padding:3px 10px;	
}

