@charset "utf-8";


/*////////////////////////////////////////////////////////////////////////*/
/* 吹き出し部分（画像）*/
/*////////////////////////////////////////////////////////////////////////*/
.comment_box_top{
	background-repeat: no-repeat;
	background-image: url(/images/comment_box_top.gif);
	background-position: right top;
	height: auto;
	padding: 8px 8px 8px 22px;
	margin: 0px;
}

.comment_box{
	position:relative;
	width:500px;
	padding: 0;
	margin: 5px 0 0 0;
}

.comment_box_bottom {
	background-image: url(/images/comment_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	margin:0;
	}
.comment_box_top_direct{
	background-repeat: no-repeat;
	background-image: url(/images/comment_box_top_direct.gif);
	background-position: right top;
	height: auto;
	padding: 8px 8px 8px 22px;
	margin: 0px;
}

.comment_box_direct{
	position:relative;
	width:500px;
	padding: 0;
	margin: 5px 0 0 0;
	background-repeat: repeat-y;
	background-image: url(/images/comment_box_center_direct.gif);
	background-position: right;
}

.comment_box_bottom_direct {
	background-image: url(/images/comment_box_bottom_direct.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	margin:0;
	}


.comment_box .comment_box_top pre {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: 1.1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.comment_box_bottom .comment_next {
	text-align: right;
	font-size: small;
	margin: 0 5px 3px 0;
	padding: 0px;
}
.comment_box_direct .comment_box_top_direct pre {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: 1.1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.comment_box_bottom_direct .comment_next {
	text-align: right;
	font-size: small;
	margin: 0 5px 3px 0;
	padding: 0px;
}


 /*////////////////////////////////////////////////////////////////////////*/
/* new_item_label */
/*////////////////////////////////////////////////////////////////////////*/
.news_label {
	background-image: url(/images/news_label.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 10px;
	font-weight: bold;
	color: #72BAEC;
	height: 17px;
	width: 65px;
	text-align: center;
	padding: 2px 2px 0 0;
}
.tips_label {
	font-size: 10px;
	font-weight: bold;
	color: #90CA00;
	text-align: center;
	background-image: url(/images/tips_label.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 17px;
	width: 65px;
	padding: 2px 2px 0 0;
}
.question_label {
	font-size: 10px;
	font-weight: bold;
	color: #ff8533;
	text-align: center;
	background-image: url(/images/question_label.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 17px;
	width: 65px;
	padding: 2px 2px 0 0;
}


/*////////////////////////////////////////////////////////////////////////*/
/* line */
/*////////////////////////////////////////////////////////////////////////*/
.content  .list_line {
  clear: left;
  height: 5px;
  width: 600px;
  background-image: url(/images/list_line.gif);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}


/*////////////////////////////////////////////////////////////////////////*/
/* 「絞り込み」「並び替え」部分 */
/*////////////////////////////////////////////////////////////////////////*/
#content .filternavi{
	font-size: 13px;
	background-color: #f9f6f6;
	padding: 5px;
}
#content .filternavi ul {
	padding-bottom: 3px;
}

#content .filternavi li{
	display: inline;
}

#content .filternavi a{
	text-decoration: underline;
}

#content .filternavi a:visited{
	color: #a70503;
}

#content .filternavi .sortnavi img {
	vertical-align:bottom;
	padding-right: 2px;
	padding-bottom: 2px;
}

#content .filternavi .current {
	font-weight: bold;
	background-color: #888888;
	color: #FFFFFF;
	padding: 2px;
}

#content .filternavi .current_sort {
   font-weight: bold
}

