@charset "utf-8";

#mainImg {
	border: 4px solid #ddd;
	height: 292px;
	width: 762px;
	background: url(../images/img_main.jpg) no-repeat left top;
}
#mainImg #showcase {
  margin-left: 10px;
  margin-top: 10px;
  max-width: 360px;
  max-height: 270px;
}

#pageBody {
	padding-top: 20px;
}

/**
 * recommend_photo
 */
#recommend_photo {
  margin-bottom: 5px;
}
#recommend_photo h2 {
  margin-bottom: 5px;
}
#recommend_photo .scrollable {
	float:left;
	position:relative;
	overflow:hidden;
	width: 690px;
	height:160px;
	border:1px solid #ccc;
	background:url(http://flowplayer.org/img/global/gradient/h300.png) repeat-x;
}
#recommend_photo .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
#recommend_photo .scrollable ul {
  float:left;
}
#recommend_photo .scrollable li {
  float:left;
  width:160px;
}
#recommend_photo .scrollable img {
	float:left;
	margin:5px 5px 5px 5px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#recommend_photo .scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
#recommend_photo .scrollable .new {
  color: red;
}
#recommend_photo .scrollable p {
  text-align: center;
  color: gray;
  font-size: 11px;
}
#recommend_photo a.browse {
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:60px 4px;
	cursor:pointer;
	font-size:1px;
}
#recommend_photo a.right 			{ background-position: 0 -30px; clear:right;}
#recommend_photo a.right:hover 		{ background-position:-30px -30px; }
#recommend_photo a.right:active 	{ background-position:-60px -30px; }
#recommend_photo a.left:hover  		{ background-position:-30px 0; }
#recommend_photo a.left:active  	{ background-position:-60px 0; }
#recommend_photo a.disabled {
	visibility:hidden !important;
}

/**
 * mainArea
 */
#mainArea {
	_padding-top: 20px;
	float: left;
	width: 554px;
}

#mainArea #special #special_content {
	padding: 0 10px 10px;
}
#mainArea #special h2 {
	margin-bottom: 5px;
}
#mainArea #special .red {
  color:red;
}
#mainArea #special .pink {
  font-size: 14px;
  color:#F6F;
}
#mainArea #special p {
}
#mainArea #special #img_sp000 {
	margin-bottom: 5px;
	text-align: center;
	background: #04C0A4;
}
#mainArea #special h3 {
	font-size: 16px;
}
#mainArea #special img#img_sp001 {
	float: right;
	margin-left: 5px;
}
#mainArea #special .clearLeft {
	clear: left;
}


#mainArea .articleL {
	float: left;
	width: 267px;
	height: 340px;
}
#mainArea .articleL P {
	padding: 10px 10px 5px;
	width: auto;
}

#mainArea .articleL dl {
	padding-bottom: 5px;
}

#mainArea .articleL dt {
	background: #FF99FF;
	display: inline;
	padding: 2px 2px 0px;
}
#mainArea .articleL dd {
	margin-bottom: 5px;
}

#mainArea .articleR {
	float: left;
	margin-left: 10px;
	height: 280px;
	width: 268px;
}
#mainArea .articleR h2 {
	margin-bottom: 10px;
}


#mainArea .articleR p {
	color: #333333;
}

#pickupcontents {
	padding-top: 20px;
	clear: both;
}
#pickupcontents .topical {
	margin: 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#pickupcontents .topical .textL {
	float: left;
	width: 320px;
	margin-right: 10px;
}
#pickupcontents .topical span {
	font-size: 0.8em;
	color: #666666;
	margin-left: 6px;
}
#pickupcontents .topical dt {
	background: url(../common/images/icon_point.gif) no-repeat left center;
	padding-left: 13px;
	margin-bottom: 5px;
}



#subAarea {
	_padding-top: 20px;
	float: right;
	width: 198px;
}

#subAarea #news {
/*	background: url(../images/news_bg.jpg) no-repeat left bottom; */
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#subAarea #news dl {
	padding-left: 14px;
	padding-right: 14px;
	vertical-align: middle;
	margin-bottom: 20px;
}

#subAarea #news dd {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	padding-bottom: 15px;
}
#subAarea #news dt {
	background: url(../common/images/icon_point.gif) no-repeat left center;
	padding-left: 12px;
	color: #FF66FF;
	font-weight: bold;
	margin-top: 15px;
}
#recommendSite ul {
	margin-top: 10px;
}
#recommendSite li {
	margin-bottom: 10px;
}
#recommendSite li img {
	border: 1px solid silver;
	margin: 0;
	padding: 1px;
}

