@charset "utf-8";

/* =====================================================================
*    left
* =================================================================== */

#left{
	width:180px;
	float:left;
}

#left #wb{
	width:180px;
	background:#eeeeee;
	padding-bottom:4px;
	margin-bottom:10px;
}

#left #wb h3{
	width:180px;
	height:21px;
	padding-left:10px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	background:url(../images/wb.gif) no-repeat;
}


#left #wb ul{
	margin-top:5px;
	}
	
*html #left #wb ul{
	margin-top:7px;
}

*:first-child+html #left #wb ul{
	margin-top:7px;
}

#left #wb li{
	margin-bottom:7px;
	margin-left:5px;
}

*html #left #wb li{
	margin-bottom:10px;
	margin-left:5px;
}

*:first-child+html #left #wb li{
	margin-bottom:10px;
	margin-left:5px;
}

#left #wb li a{
	background:url(../images/sign2.gif) 0 3px no-repeat;
	padding-left:15px;
	letter-spacing:0.5px;
}

*html #left #wb li a{
	background:url(../images/sign2.gif) 0 2px no-repeat;
	padding-left:15px;
	letter-spacing:0.5px;
}


#many_contents{
	width:180px;
	background:none;
}

#many_contents .only_contents{
	width:180px;
	float:none;
	margin-right:6px;
}

#bottom2{
	clear:both;
	width:180px;
	height:14px;
	background:url(../images/bottom.gif) top left no-repeat;
}


/* =====================================================================
*    center
* =================================================================== */

#item_center{
	width:540px;
	float:left;
	margin-left:15px;
}

*html #item_center{
	width:540px;
	float:left;
	margin-left:7px;
}

#pan_navi{
	width:540px;
	background:url(../images/itemlist_line.gif) bottom no-repeat;
	padding-bottom:4px;
}

#pan_navi span{
	font-weight:bold;
}

#item_center h4{
	margin-top:20px;
	width:535px;
	height:28px;
	font-weight:bold;
	font-size:17px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;
	margin-bottom:17px;
}

*html #item_center h4{
	margin-top:20px;
	width:540px;
	height:31px;
	font-weight:bold;
	font-size:17px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;
}




#item_area #item_img{
	width:288px;
	background:#666666;
	margin:0 10px;

}

#item_area #item_img_area{
	float:left;
}

#item_area table{
	float:left;
	margin-bottom:15px;
}

#item_area table th{
	text-align:right;
	padding-right:5px;
	height:7px;
}

#item_area table td{
	padding-bottom:5px;
	height:7px;	
}

#item_area .item_auther{
	background:url(../images/icon2.gif) 0 5px no-repeat;
	padding-left:16px;

}

#item_area .item_date{
	background:url(../images/icon3.gif) 0 5px no-repeat;
	padding-left:16px;

}

#item_area .item_disp{
	clear:both;
	line-height:17px;
	padding-top:15px;
	margin-left:10px;
	padding-bottom:15px;
	word-break:break-all;
}

#item_area h5{
	margin-top:20px;
	width:535px;
	height:18px;
	font-weight:bold;
	font-size:12px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;

}

*html #item_area h5{
	margin-top:20px;
	width:540px;
	height:15px;
	font-weight:bold;
	font-size:12px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;
}

*+html #item_area h5{
	margin-top:20px;
	width:540px;
	height:15px;
	font-weight:bold;
	font-size:12px;
	border-bottom:3px solid #333333;
	padding:3px 0 0 5px;
}

#howuse{
	padding:10px 10px 40px 10px;
	line-height:16px;
	
}

#comment{
	width:538px;
	border:1px solid #ffc000;

}

#comment h6{
	color:#333333;
	padding:5px 0 5px 5px;
	font-weight:bold;
	background:#ffc000;
}

#comment #user_comment{
	background:#FFFFFF;
	padding:10px 0;
}

/*#comment #user_comment .name{
	padding:2px 0 2px 6px;
	background:#eeeeee;
	font-weight:bold;
	width:510px;
	height:18px;
	margin-left:10px;
}
*/
.name_date{
	padding:2px 0 2px 6px;
	background:#eeeeee;
	font-weight:bold;
	width:510px;
	height:20px;
	margin-left:10px;
	margin-bottom:5px;
}

*html .name_date{
	padding:2px 0 2px 6px;
	background:#eeeeee;
	font-weight:bold;
	width:510px;
	height:10px;
	margin-left:10px;	
}


/**+html #comment #user_comment .name{
	padding:2px 0 2px 6px;
	background:#eeeeee;
	font-weight:bold;
	width:510px;
	height:35px;

}
*/
#comment #user_comment .name{
	padding:2px 0 2px 6px;
	font-weight:bold;
	float:left;

}

#comment #user_comment .date{
float:right;
	margin-right:16px;
	font-weight:bold;
	margin-bottom:7px;
}

*html #comment #user_comment .date{
float:right;
	margin-right:5px;
	font-weight:bold;
	margin-bottom:7px;
}

/**+html #comment #user_comment .date{
	text-align:right;
	font-weight:bold;
	margin-bottom:7px;
	background:none;
}*/

#comment #user_comment .comment{
	margin-left:15px;
	line-height:14px;
	margin-bottom:15px;
	width:500px;
	word-break:break-all;
	clear:both;
}

#comment_form{
	background:#fffce2;
	padding-bottom:10px;
}

#comment_form p{

	margin-left:15px;	
}

#comment_form p strong{
	font-weight:bold;
}

#comment_form textarea{
	width:480px;
	height:80px;
	margin-left:15px;
	margin-bottom:5px;
}

*html #comment_form textarea{
	width:500px;
	height:80px;
	margin-left:15px;
	margin-bottom:5px;
}

#comment_form input{
	margin-right:15px;
}

.nobold{
font-weight:normal;
}

.none{
display:none;
}

*+html .none{
display:block;
}
