@charset "utf-8";
*{
	padding:0px;
	margin:0px;
}
}
img{
	border:0px;
}

#ViewArea2{
	width:720px;
	height:124px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
}
#ScrollArea2{
	width:auto;
	position:relative;
	z-index:2;
}
#ScrollArea2 ul li{
	float:left;
	position:relative;	
	padding:10px 5px 2px 5px;
	text-align:center;
	list-style:none;
	width:144px;
	_width:154px;
	font-size:90%;
}
#ScrollArea2 p{
	font-size:12px;
	padding:2px 0px 0px 0px;
}
#Leftbtn2{
	overflow:hidden;
	float:left;
	display:inline;
	z-index:1;
	width:30px;
	height:14px;
	margin-top:10px;
	background:url(/images/top_back_btn_pre_off.jpg) no-repeat 0 0;
}
#Leftbtn2:hover{
	background-image:url(/images/top_back_btn_pre_on.jpg);
	background-repeat:no-repeat;
}
#Rightbtn2{
	overflow:hidden;
	float:right;
	display:inline;
	z-index:1;
	width:30px;
	height:14px;
	margin-top:10px;
	background:url(/images/top_back_btn_next_off.jpg) no-repeat 0 0;
}
#Rightbtn2:hover{
	z-index:1;
	background-image:url(/images/top_back_btn_next_on.jpg);
	background-repeat:no-repeat;
}


/*デザイン設定*/

#TPBOX .backbox {
	margin-bottom:14px;
	background:url(/images/top_back_bg.jpg) no-repeat 0 37px;
	width:762px;
	height:173px;
}
#TPBOX .backbox .backin {
	padding:6px 0 0 26px;
}
#TPBOX .backbox ul li span {
	background:#5C5C67;
	color:#fff;
	width:35px;
	_width:39px;
	line-height:1.1em;
	padding:1px 2px 0 2px;
	text-align:center;
	display:block;
	margin-bottom:5px;
	_margin-bottom:3px;
}
#TPBOX .backbox ul li img {
	border:1px solid #ccc;
}
#TPBOX .backbox ul li td {
	padding-left: 4px;
	vertical-align: top;
	text-align: left;
}











#ViewArea{
	width:643px;
	height:300px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
}
#ScrollArea{
	width:auto;
	position:relative;
	z-index:2;
}
#ScrollArea ul li{
	float:left;
	position:relative;	
	padding:10px 5px 2px 5px;
	text-align:center;
	list-style:none;
	width:300px;
	_width:310px;
}
#Leftbtn{
	width:50px;
	height:300px;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(/images/btn_back.gif);
	background-position: center center;
	background-repeat:no-repeat;
}
#Leftbtn:hover{
	background-image:url(/images/btn_back.gif);
	background-repeat:no-repeat;
}
#Rightbtn{
	width:50px;
	height:300px;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(/images/btn_next.gif);
	background-position: center center;
	background-repeat:no-repeat;
}
#Rightbtn:hover{
	z-index:1;
	background-image:url(/images/btn_next.gif);
	background-repeat:no-repeat;
}
