@charset "utf-8";
/* CSS Document */

/* CONTENTS

	1. List
	2. detail
	3.
	4.
	5.
	
												Last Up Date 2011.10.11
-------------------------------------------------------------------------- */




.tbl_LinkItem {
	width: 600px;
	margin: 0 auto 40px;
	border-top: 1px solid #CCC;
}
.tbl_LinkItem th {
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.tbl_LinkItem td {
	padding: 3px 10px;
	line-height: 1.4em;
	border-bottom: 1px solid #CCC;
}

.tbl_LinkItem th .btn_contItem {
	width: 165px;
	margin: 0 auto;
}


.tbl_LinkItem th .btn_contItem a {
	display: block;
	width: 165px;
	height: 0 !important;
	padding: 36px 0 0 0;
	background: url(../img/common/btn.gif) -350px -80px no-repeat;
	overflow: hidden;
}







/* ========================================================================
	1. List
=========================================================================== */

.boxItem {
	float: left;
	width: 208px;
	height: 250px;
	padding: 150px 0 0 0;
	margin: 0 10px 30px 0;
	border: 1px solid #999;
	position: relative;
}
.boxItem img {
	position: absolute;
	top: 0;
	left: 0;
}

.boxItem .name_liItem {
	height: 2.8em;
	padding: 0 10px 5px;
	color: #3B9CD7;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3em;
}

.boxItem p {
	padding: 5px 10px;
}


.boxItem .btn_LinkItem {
	position: absolute;
	left: 0;
	bottom: 5px;
}
.boxItem .btn_LinkItem a {
	display: block;
	width: 190px;
	height: 0 !important;
	padding: 30px 0 0 0;
	background: url(../img/common/btn.gif) -446px -261px no-repeat;
	overflow: hidden;
}
.boxItem .btn_LinkItem a:hover {
	background-position: -446px -291px;
}











/* ========================================================================
	2. detail
=========================================================================== */

/* 
----------------------------------------- */
.deItem_right {
	float: right;
	width: 330px;
	margin: 0 0 20px;
}

.deItem_right .name_deItem {
	width: 330px;
	padding: 0 0 10px;
	font-size: 160%;
	font-weight: bold;
	color: #3B9CD7;
	border-bottom: 1px solid #666;
}
.deItem_right p {
	padding: 5px;
	margin: 0 0 20px;
}

.deItem_right p.productNo {
	margin: 0 0 10px;
	border-bottom: 1px dotted #999;
}

.deItem_right table {
	margin: 0 0 40px;
	border: 1px solid #CCC;
}

.deItem_right table caption {
	text-align: left;
}
.deItem_right table th {
	width: 1%;
	white-space: nowrap;
	padding: 5px 10px;
	text-align: right;
	vertical-align: top;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCC;
}
.deItem_right table td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
.deItem_right ul {
	width: 300px;
	padding: 10px;
	border: 5px solid #FFE8E3;
}
.deItem_right ul li {
	line-height: 1.4em;
	display: block;
	padding: 0 0 0.5em 1em;
	text-indent: -1em;
}





/* Left side (photo)
----------------------------------------- */
.deItem_left {
	float: left;
	width: 310px;
}

.deItem_left .photo_deItem {
	width: 305px;
	padding: 5px 0 10px 5px;
	margin: 0 0 40px;
	background: url(../img/common/bg_diagonal_dg.gif) 0 0 repeat;
}
.deItem_left .photo_deItem ul {
	width: 305px;
	margin: 10px 0 0 5px;
	overflow: hidden;
}
.deItem_left .photo_deItem ul li {
	float: left;
	display: block;
	width: 100px;
}


.deItem_left .shopLink {
	width: 310px;
	padding: 10px 0;
	margin: 0 0 40px;
	background-color: #DEEDFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.deItem_left .shopLink ul {
	margin: 5px auto 0;
	width: 200px;
}
.deItem_left .shopLink ul li {
	display: block;
	width: 200px;
	margin: 0 0 5px;
	text-align: left;
}



.AdditionalImage {
	clear: both;
	width: 665px;
	margin: 0 auto 40px;
	text-align: center;
}







