/* CSS Document */
.main
	{
		height: auto;
		overflow:hidden;
		width:809px;
		margin:0px 0px 5px;
	}
/************** left ************/
.main div.left
	{
		float:left;
		width:468px;
		margin:0px 5px 0px 0px;
	}
.tb_list
	{
		width:460px;
		height: auto;
		overflow:hidden;
		margin:3px 0px 2px;
		padding:3px;
		border:dotted 1px #CCCCCC;
	}
.tb_list div.img
	{
		float:left;
		width:130px;
		height:100px;
		margin:0px 5px 0px 0px;
	}
.img img
	{
		width:130px;
		height:100px;
	}
.tb_list div.taxt
	{
		float:left;
		width:325px;
	}
/************** end left ************/


/************** right ************/
.main div.right
	{
		float:left;
		width:336px;
	}
/************** end right ************/


/************** manu page ***************/
.noserach
	{
		line-height:50px;
		font-size:24px;
		font-weight:bold;
	}
.manu_page
	{
		border-bottom:#CCCCCC 1px solid; 
		border-top:#CCCCCC 1px solid;
		text-align:center; 
		line-height:25px; 
		width:100%;
	}
.manu_page a
	{
		padding: 3px 5px;
		font-size: 12px;
		font-weight:bold;
	}
.manu_page span
	{
		padding: 3px 5px;
		font-size: 12px;
		font-weight:bold;
	}
.more
	{
		border-bottom:#CCCCCC 1px solid; 
		border-top:#CCCCCC 1px solid;
		text-align:right;
		line-height:25px;
		width:400px;
		padding:0px 68px 0px 0px;
	}
/************** end manu page ***************/