/*------------------------------------------------
	dia.css - <precon> product.html design css
	2007.03.27
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
.borderbg div{
	margin:0px;
	padding:0px;
	font-size: 12px;
}
.borderbg a{
	text-decoration:none; color:#ba5555;
}
.borderbg td {
	color: #333;
	line-height: 133%;
}
.borderbg #prebk{
	padding:25px 0px 20px 50px;
	background:url(../format_img/precon_bk.jpg) repeat-y;
}
.borderbg p{
	margin:0 0 0 10px;
	padding:0;
	line-height:1.4;
}
.borderbg p span{
	color:#493409;
	font-weight:bold;
}
.borderbg strong{
	font-size:12px;
	font-weight:bold;
	color:#764444;
}
.borderbg #product{
}

.borderbg .shopbox{
	margin:10px 10px 0 20px;
	padding:15px;
	border:2px dotted #ecbcbc;
}

.borderbg .alright{
	text-align:right;
	margin-right:15px;
}
.borderbg .alcent {
	width:490px;
	margin:20px 0 40px 20px;
	text-align:center;
}
.borderbg dl{
	margin:15px 0 5px;
	padding:10px auto;
	background-color:#FFFBEC;
	text-align:center;
	clear:both;
}
.borderbg dl img{
	vertical-align:top;
}
.borderbg dt{
	margin:5px auto 10px;
	font-weight:bold;
	color:#ff6666;
}
.borderbg dd{
	padding-bottom:15px;
	text-align:center;
}
