@charset "UTF-8";
/* CSS Document */

#detail{
	width:752px;
	background-color:#FFFFFF;
	border-width:1px 2px 2px 1px;
	border-right-color: #336633;
	border-left-color: #8FAE91;
	border-top-color: #8FAE91;
	border-bottom-color: #336633;
	border-style:solid;
	}


#detail table.item_info{
	width:740px;
	height:245px;
	margin:5px;
	}
	
#detail table.item_info td.img{
	width:210px;
	height:245px;
	}

#detail table.item_info td.detale_b_name{
	height:22px;
	padding-left:10px;
	border-left:5px solid #CC6666;
	border-bottom:1px solid #CC6666;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	color:#993333;	
	}
#detail table.item_info span.detail_i_name{
	font-size:16px;
	font-weight:bold;
	color:#336633;
	line-height:25px;
	}

#detail table.item_info td.detail_i_info{
	border-left:5px solid #FF9900;
	border-bottom:1px solid #FF9900;
	padding-left:10px;
	font-weight:bold;
	color:#336633;
	font-size:14px;
	line-height:25px;
	vertical-align:text-top;
	}
#detail table.item_info td.detail_i_info span{
	font-size:12px;
	font-weight:normal;
	color:#CC3300;
	line-height:18px;	
	}
	
#detail table.item_ex{
	width:740px;
	margin:5px;
	}

#detail table.item_ex td{
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	text-align: justify;
	text-justify: inter-ideograph ;
	border-left:5px solid #336633;
	border-bottom:1px solid #336633;
	color: #006633;
}

#detail table.img_detail{
	width:740px;
	border-top:1px dotted #336633;
	border-bottom:1px dotted #336633;
	margin:5px;
	}
	
#detail table.img_detail td{
	width:148px;
	height:180px;
	}

#detail a{
	color:#336633;
	}

#detail a:hover{
	color: #CC0000;
	}
	
#detail table.item_comment{
	width:736px;
	margin:5px;
	border-left:5px solid #4682B4;
	}
#detail table.item_comment td.maintitle{
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	padding-bottom: 5px;
	text-align: justify;
	text-justify: inter-ideograph ;
	border-bottom:1px solid #4682B4;
	color: #4682B4;
	font-weight: bold;
}
#detail table.item_comment td.title{
	background-image: url("/img/comment.gif");
	background-repeat: no-repeat;
	line-height: 2.3em;
	margin:3px 0 3px 15px;
	padding-left:30px;
	text-align: justify;
	text-justify: inter-ideograph ;
	border-bottom:1px dotted #696969;
	color: #696969;
	font-weight: bold;
}
#detail table.item_comment td.comment{
	margin:5px 0 5px 3px;
	padding-left:15px;
	text-align: justify;
	text-justify: inter-ideograph ;
	border-bottom:1px solid #4682B4;
	color: #696969;
	line-height: 1.6em;
}
#detail table.item_comment td.comment_submit{
	text-align: left;
	line-height: 1.8em;
	padding:10px 0 10px 15px;
	border-bottom:1px solid #4682B4;
}

#main h2.item_detail{
	background-image: url(/img/item_detail.gif);
	width:760px;
	height:32px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
	}
