@charset "utf-8";
/* SW ifame styles
----------------------------------------------

	title: Fun!Fun!Buggy!
	
----------------------------------------------*/	

/* General */

body {
	margin: 0;
	padding: 0;
	border: 0;
}

/* SWBPlayer */

#flashBanner {
	margin-bottom: 10px;
}

/* tabInformation */

#tabContent {
	width: 380px;
	padding: 0;
	background:url("../images/tabInfo_bg.jpg") 0 0 no-repeat;
}

#tabIndex {
	width: 375px;
	hegiht: 30px;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	
}

#tabIndex li {
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex li a {
	width: 75px;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
}

#tabIndex li.close img {
	display: none;
}

#tabIndex li.open {
	background:transparent;
}

#tabBoxIndex {
	padding: 0;
	clear: both;
}

#tabMore {
	z-index: 10;
	position:absolute;
	top: 190px;
	left: 315px; 
	width: 65px;
	height: 30px;
}

/* Additional Settings */

body, table {
	color: #333;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック",Osaka,verdana,sans-serif;
}

