@charset "utf-8";
/* ---------------------------------------------------------

 contents

--------------------------------------------------------- */
#contents {
	float:left;
	width:980px;
}
#contents .bg_bottom{
	float:left;
	width:980px;
	height:5px;
	background-image: url(../image/bg_bbs_02.gif);
	background-repeat: no-repeat;	
	margin-bottom:5px;
}

/* ---------------------------------------------------------

 list_container

--------------------------------------------------------- */
#list_container {
	float:left;
	width:980px;
	margin-top:5px;
	background-color: #FFFFFF;
	background-image: url(../image/bg_bbs_01.gif);
	background-repeat: no-repeat;
	padding: 5px 0px;
}

/* ---------------------------------------------------------

 .item_container

--------------------------------------------------------- */
.item_container {
	clear: both;
	float: left;
	width: 960px;
	margin: 5px 5px 5px 10px;
}

.item_container .cimg {
	float: left;
	width: 50px;
}
.item_container .cimg_right {
	float: right;
	width: 900px;
	margin: 0px 5px;
}

.item_hover {
	background-color: #FFEBCD;
}

/* ---------------------------------------------------------

 .sub_info

--------------------------------------------------------- */
.sub_info
{
	clear: both;
}

.sub_info .left {float:left;}
.sub_info .right {float:right;}

.sub_info .tag
{
	margin: 0px 5px;
}


/* ---------------------------------------------------------

 options_container

--------------------------------------------------------- */
#options_container {
	float: left;
	width: 970px;
	padding: 0px 5px;
}

#options_container .sort_order {
	float: left;
}

#options_container .pager_top,
#options_container .pager_bottom {
	float: right;
}

/* ---------------------------------------------------------

 pager_top

--------------------------------------------------------- */
#pager_top {
	float:right;
}

/* ---------------------------------------------------------

 pager_bottom

--------------------------------------------------------- */
#pager_bottom {
	float:right;
}
