
/*IE6 hack*/
* html #jqAS {
	width: 230px;
}
* html .content {
  	height: 1%;
}

/* スライドビューアajax用スタイル */
#slide-box {
	border-left: 2px solid #FF0;
}
#jqAS {
	margin-bottom: 5px;
	margin-left: 10px;
	background:#000;
	width:220px;
	height:85px;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
	border-bottom: dotted 1px #333;
}
#jqAS .content {
	display: block;
	width: 230px;
	height:75px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#jqASpages {
  	font-weight: normal;
}
.jqASprev,.jqASnext {
  	cursor: pointer;
	color: #666;
}
.content img {
	float:left;	
}
.content dl {
	float: left;
	padding-left: 10px;
	width: 120px;
}
.content dt {
	width: 120px;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top:16px;
}
.content dd {}

.contentArea {
	position:relative;
	width: 230px;
}
.content:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}



