@charset "utf-8";
/* CSS Document */

div.stock {
	width:310px;
	margin:10px;
	float:left;
}

div.stock h4 {
	font-size:14px;
}

div.stock strong {
	font-size:16px;
}

img.stock01 {
	margin:5px 0px;
	padding:5px;
	background:url(../img/bg_img_stock-trans.png);
}

p.pr {
	padding:5px;
}

p.detail {
	width:150px;
	float:left;
	clear:both;
}

div.stock_detail {
	padding:15px 10px;
	font-size:14px;
}

div.detail_left {
	width:410px;
	float:left;
}

div.detail_right {
	width:220px;
	padding:5px;
	float:right;
}

div.detail_right h4 {
	height:21px;
	margin:0px;
	padding:1px 0px 0px 10px;
	background:url(../img/detail_h4-trans.png) no-repeat;
	font-weight:normal;
}

div.detail_right p {
	padding:5px 10px;
	margin-bottom:10px;
	background:url(../img/bg_line.gif) repeat-x bottom;
}

#photo {
}

#gallery {}

#gallery ul {
	margin:0px;
	padding:0px;
}

#gallery li {
	display:block;
	width:80px;
	height:60px;
	padding:5px;
	margin:0px 5px 5px 5px;
	background:url(../img/bg_img_stock-trans.png);
	float:left;
}

