@charset "utf-8";

#content h1{
	position:relative;
	height:150px;
	width:670px;
	font-size:14px;
	margin:20px 0;
}
#content h1 span{
	position:absolute;
	background:#FFFFFF url("/images/column/base/title.jpg") left top no-repeat;
	height:150px;
	width:670px;
	left:0;
	top:0;
}

.archive{
	text-align:right;
}

.series{
	border:5px solid #A1A1A6;
	padding-top:0;
	position:relative;
	margin:30px 0;
}
.series.black{
	border-color:#333333;
}
.series h2{
	background-color:#A1A1A6;
	font-size:14px;
	padding:0 0 2px 0;
}
.series.black h2{
	background-color:#333333;
	color:#FFFFFF;
}
.series .info{
	float:left;
	width:285px;
	position:relative;
	padding:5px;
}
.series .info img{
	float:left;
	padding-right:3px;
}

.series .columns{
	position:relative;
	float:left;
	width:364px;
	border-left:1px solid #A1A1A6;
}
.series.black .columns{
	border-color:#333333;
}
.series .scroll{
  position:relative;
  overflow:hidden;
	margin-left:20px;
	width:324px;
	height:124px;
	background-color:#FFFF00;
}
.series .scroll .items{
	width:6500px;
	position:absolute;
	clear:both;
}
.series .scroll .items div{
	float:left;
	width:324px;
	height:124px;
	background-color:#D7D7D9;
	display:inline;
	position:relative;
}
.series .scroll .items div img{
	float:left;
	padding-right:3px;
}
.series .scroll .items div h2{
	font-size:13px;
	position:absolute;
	left:0;
	bottom:0;
	width:157px;
	padding:2px 2px;
	background-color:#333333;
	color:#FFFFFF;
	filter: alpha(style=0, opacity=80);
	-moz-opacity:0.80;
  opacity:0.80;
}
.series .scroll .items div.hover h2{
	filter: alpha(style=0, opacity=100);
	-moz-opacity:1.0;
  opacity:1.0;
}
.series .scroll .items div p{
	padding:4px 0;
}
.scroll a{
	color:#333333;
}
.scroll a:hover, .scroll a:active, .scroll a:focus{
	color:#CC0000;
}
.prev{
	position:absolute;
	left:0;
	top:52px;
	width:20px;
	height:20px;
	background:#FFFFFF url("/images/base/arrow_2_l.gif") left top no-repeat;
}
.prev.hover{
	background-position:left bottom;
}
.next{
	position:absolute;
	right:0;
	top:52px;
	width:20px;
	height:20px;
	background:#FFFFFF url("/images/base/arrow_2_r.gif") left top no-repeat;
}
.next.hover{
	background-position:left bottom;
}