@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */

/* MainImage */
h2{
	background-image:url(../images/mainimg.gif);
}

/* Body */

h3{
	font-size:0.8em;
	font-weight:bold;
	margin:25px 20px 10px 20px;
}
h3 span{
	color:#f9996f;
	font-size:1.25em;
}
h4{
	height:20px;
	background:url(../images/voice_text.gif) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin:10px 0 20px;
}
.voice{
	background-color:#fff;
	border-left:1px solid #e0d8cc;
	border-top:1px solid #e0d8cc;
	border-right:1px solid #e0d8cc;
	border-bottom:4px solid #ede8e1;
	padding:0 0 10px;
	margin:15px 0 0;
}
.voice p{
	padding:0 20px;
	display:block;
	background:url(../images/border_bg.gif) repeat 0 0;
	line-height:30px;
}
.voice dl{
	font-size:0.8em;
	text-align:right;
	height:100%;
	margin:10px 10px 0;
}
.voice dl dt{
	float:right;
	font-weight:bold;
	margin:0 3px 0 20px;
}
.voice dl dd{
	float:right;
}
.comment{
	width:323px;
	margin:0 10px 0 auto;
	font-size:0.8em;
	line-height:150%;
	padding:0 10px 5px 15px;
	background-color:#fff;
	border-left:1px solid #e0d8cc;
	border-right:1px solid #e0d8cc;
	
}
.comment_top{
	width:320px;
	height:17px;
	margin:5px 10px 0 auto;
	background:url(../images/comment_top.gif) no-repeat 0 0;
	color:#96be7b;
	font-size:0.7em;
	line-height:100%;
	font-weight:bold;
	padding:33px 0 0 30px;
}
.comment_btm{
	width:350px;
	height:37px;
	margin:0 10px 0 auto;
	background:url(../images/comment_btm.gif) no-repeat 0 0;
}
.img{
	text-align:center;
}

/*.form{
	border-top:4px solid #ede8e1;
	text-align:center;
	padding:30px 0 0;
	margin:60px 0 0;
}*/

.form{
	background-color:#f8f5ef;
	text-align:center;
	padding:30px 0 0;
	margin:60px 0 0;
}

.btn a{
	width:285px;
	height:27px;
	background:url(../images/btn.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin:25px auto 80px;
}
.btn a:hover{
	background-position:0 -27px;
}
.box{
	height:100%;
}
.box img{
	float:left;
	width:180px;
	margin:8px 15px 0 20px;
}




/* ITEM */

.item{
	width:620px;
	margin:0 auto 20px;
	padding:10px 40px;
	border:2px solid #e3dfd9;
}
.photo{
	width:132px;
	float:left;
}
.item div{
	width:470px;
	float:right;
	margin:10px 0 0;
}
.name{
	font-weight:bold;
}
.price{
	border:1px dotted #c8beae;
	padding:5px;
	font-size:0.85em;
	margin:10px 0 5px;
}
.price span{
	font-weight:bold;
	color:#f9996f;
	font-size:1.2em;
}
.link a{
	width:165px;
	height:27px;
	background:url(../images/btn_item.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin:15px 0 0;
}
.link a:hover{
	background-position:0 -27px;
}




