@charset "utf-8";
/* CSS Document */
/*------------------------------------*/

/*preload classes*/ 
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul {
	position: relative;
	left: -999em;
}

/*------------------------------------*/
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	left:30px;
	top:22px;
	overflow: hidden;  
	border:1px solid #dedede;
} 
.stripViewer ul {
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none;
}
.stripViewer ul li { float:left; } 

.stripViewer ul li:hover {cursor: pointer} 

/*------------------------------------*/

.stripTransmitter { 
	overflow: auto; 
	width: 1%;
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none;
	background:#900;
} 
.stripTransmitter ul li{ 
	float:left;
	display: inline;
} 
.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	text-decoration: none; 
	display: block;
	color:#333;
	width: 2em;
	margin: 0 5px 1px 0; 
	border:1px solid #ccc;
	background:#fff;
} 
.stripTransmitter a:hover{ 
	border:1px solid #C68C42;
	background:#eee;
	text-decoration:none;
} 

	/* for safari2～ */
	html[xmlns*=""] body:last-child .stripTransmitter a {
	font-family: 'Times New Roman';
}

.stripTransmitter a:hover, a.current{ 
	color: #C68C42;
	outline:0;
} 
 
