@charset 'utf-8';
@import url("common.css");

/* ============= clear ============= */

#goods_list, #goods_summary, #goods_ind_detail, #goods_ind_photos {
	height		: 1%;
}

#goods_list:after, #goods_summary:after, #goods_ind_detail:after, #goods_ind_photos:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= list ============= */

#goods_ind_photos ul {
	list-style-type	: none;
}

/* ============= index ============= */

#maincol_top {
	background-repeat	: no-repeat;
	background-position	: right top;
	background-image	: url("../img/goods_top_bg.jpg");
	height		: 310px;
	min-height	: 310px;
	margin-bottom	: 15px;
}

#maincol_top h3 {
	height		: 96px;
	overflow	: hidden;
}

#maincol_goods {
	color		: #FFF;
	background-color	: #FF1A00;
	width		: 110px;
	font-size	: 12px;
	line-height	: 140%;
	position	: relative;
	top		: 75px;
	left		: 23px;
}

#kerama_world {
	background-image	: url("../img/goods_kerama_bg.gif");
	background-repeat	: no-repeat;
	background-position	: right center;
	font-size	: 12px;
	line-height	: 140%;
}

#kerama_world h4, #kerama_world p {
	width		: 340px;
}

#kerama_world h4 {
	margin-bottom	: 10px;
}

#kerama_world p {
	margin-bottom	: 20px;
}

/* ============= goods_summary ============= */

#goods_summary {
	font-size	: 12px;
	margin-bottom	: 30px;
}

#goods_summary h4 {
	margin-bottom	: 10px;
}

#goods_summary_text {
	width		: 340px;
	float		: left;
	line-height	: 140%;
}

#goods_summary_photo {
	width		: 204px;
	float		: right;
}

#goods_list {
	background-image	: url("../img/goods_list_bg.gif");
	background-repeat	: repeat-y;
	background-position	: center top;
}

h4#goods_list_title {
	margin-bottom	: 25px;
}

.goods {
	background-image	: url("../img/bg_line_red.gif");
	background-repeat	: no-repeat;
	background-position	: center bottom;
	width		: 190px;
	height		: 240px;
	float		: left;
}

.goods_inner {
	padding		: 10px 12px 10px 15px;
}

.goods_summary {
	height		: 105px;
	position	: relative;
	top		: 120px;
}

.goods_summary h5, .goods_summary h5 a {
	color		: #FF1A00;
	font-size	: 14px;
	font-weight	: normal;
	text-align	: center;
	text-decoration	: none;
	margin-bottom	: 10px;
}

.goods_summary p {
	font-size	: 12px;
	line-height	: 140%;
}

.goods_thumb {
	background-image	: url("../img/goods_photo_bg.gif");
	background-position	: left top;
	background-repeat	: no-repeat;
	width		: 163px;
	height		: 108px;
	position	: relative;
	top		: -100px;
}

.goods_thumb p {
	position	: relative;
	top		: 7px;
	left		: 8px;
}


#goods_ind {
	background-color	: #F8F6F2;
	padding		: 10px 15px;
}

#goods_ind_summary {
	width		: 257px;
	float		: right;
	font-size	: 12px;
}

#goods_ind_summary h4 {
	color		: #FF1A00;
	font-size	: 22px;
	font-weight	: normal;
	line-height	: 100%;
	margin-bottom	: 10px;
	padding-left	: 10px;
	border-left	: 5px solid #FF1A00;
}
#goods_ind_body, #goods_ind_detail, #goods_ind_contact {
	background-image	: url("../img/dot_gray.gif");
	background-repeat	: repeat-x;
	background-position	: left top;
	padding		: 10px 0;
}

#goods_ind_detail, #goods_ind_contact {
	color		: #FF1A00;
	font-size	: 14px;
}

#goods_ind_detail dl {
	margin-bottom	: 5px;
}

#goods_ind_detail dt {
	width		: 55px;
	float		: left;
	margin-right	: 10px;
}

#goods_ind_detail dd {
	width		: 192px;
	float		: left;
}

#goods_ind_contact dt, #goods_ind_contact dd {
	display		: inline;
}

#goods_ind_photos p {
	margin-bottom	: 10px;
}

#goods_ind_photos li {
	display		: inline;
	margin-right	: 10px;
}
