@charset "utf-8";
/* CSS Document */

#Page_content
{
	width:960px;
	margin:10px auto 0px;
}

#Page_left
{
	width:190px;
	float:left;
}
#Page_left td
{
	width:190px;
	text-indent:10px;
	height:35px;
	color:#555;
	line-height:35px;
	border-bottom:1px solid #ccc;
}
#Page_left a
{
	color:#555;
}
#Page_left a:hover
{
	color:#06C;
}
#Page_right
{
	width:760px;
	float:right;
}
.Page_title
{
	width:100%;
	border-bottom:#ccc dotted 1px;
	line-height:30px;
	text-indent:10px;
}

/*----------------------------------------------------------*/
/* 最新消息內頁 */
#Page_News_box
{
	width:750px;
	margin:0 auto;
	padding:5px;
}
#Page_News_box table
{
	width: 100%;
}
#Page_News_box table img
{
	border:0;
	width: 700;
	height: auto;
}
.Page_News_Left
{
	width:180px;
	float:left;
}
.Page_News_Left img
{
	width:180px;
}
.Page_News_Right
{
	width:550px;
	float:right;
}