@charset "utf-8";

/* CSS Document */
#content{
	width:672px;
	height:auto;
	margin-top:30px;
}
#content .img{
	width:656px;
	height:238px;
	margin-bottom:10px;
	margin: 0 auto;
}
#content_menu{
	width:656px;
	height:auto;
	margin:10px 0 0 9px;
	background-image:url(menu_bg.jpg);
	background-repeat:repeat-y;
	float:left;
	clear: both;
	border-bottom: #BFBFBF 1px solid;
}
#content_menu .title{
	width:626px;
	height:31px;
	background-image:url(menu_title.jpg);
	background-repeat:no-repeat;
	padding: 13px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
	font-size:15px;
	color:#DF3135;
}
#content_menu .list {
	height: 17px;
	width: 176px;
	padding:14px 19px 12px 19px;
	float:left;
}

#content_menu .caption {
	width: 150px;
	font-size: 12px;
	float: left;

}
#content_menu .dot{
	float: left;
	width:10px;
	height:18px;
	background-image:url(../sidebar/dot.png);
	background-repeat:no-repeat;
	margin:0 5px 0 5px;
}
#content_menu .caption a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#content_menu .caption a:hover {
	color: #DF3135;
	text-decoration: none;
}
#content_menu .title a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#content_menu .title a:hover {
	color: #DF3135;
	text-decoration: none;
}

#content_detail{
	width:626px;
	height:auto;
	margin:0 auto;
	padding:15px;
	background-color: #FFF;
	border-bottom: #BFBFBF 1px solid;
	line-height:18px;
}