/* スライドビューアajax用スタイル */
/*IE6 hack*/
* html #jqAS {
	margin-left: 10px;
}
* html .content {
  height: 1%;
}

.content {
	display: block;
}
.content img {
		float:left;
		margin-right:10px;	
}
.content dl {
	background-image: url(../images/marks/mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.content dt {
	background-image: url(../images/marks/mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 240px;
}
.content dd {
	width: 240px;
}

.contentArea {
	position:relative;
	width: 265px;
}
.content:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
#jqAS {
	margin-top: 5px;
	margin-bottom: 10px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	width:275px;
	height:85px;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}
#jqAS .content {
	height:75px;
	margin-right: auto;
	width: 255px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#jqASpages {
  	font-weight: bold;
}
.jqASprev,.jqASnext {
  	cursor: pointer;
}
