/* ===== Tabs CSS ===== */

div.tabPanes > div {

	display: none;

} /* initially all panes are hidden */

div.tabPanes {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;

}

ul.tabs {
	list-style: none;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../img/botan/tab_bt_bk.jpg);
	background-repeat: no-repeat;

}

ul.tabs li {
	float: left;
	margin: 0px;
	padding: 0px;

}

ul.tabs li a {
	float: left;
	padding: 0px;
	text-decoration: none;
	margin-right: 2px;
	display: block;

}

ul.tabs li a:hover { background: #666; }

ul.tabs li a.current {
	font-weight: bold;
	visibility: hidden;
}

ul.tabs li a:hover,

ul.tabs li a.current { color: #454545; background: url(tab-gradient.png) repeat-x; }



/* ===== Tooltip CSS ===== */

div.tooltip {
	display: none; /* initially tooltips are hidden */
	padding: 10px;
	background: #222;
	color: #fff;

}



/* ===== Scrollable CSS ===== */

/* Primary Container */

div.scrollable { position: relative; width: 500px; height: 52px; overflow: hidden; }



/* Items Container */

div.scrollable div.items { width: 20000em; position: absolute; clear: both; }



/* Individual Item Containers */

div.scrollable div.items div {
	float: left;
	width: 468px;
	height: 50px;
	padding: 0 15px;
	border: solid 1px #e6e1f1;

}



/* Next and Previous buttons */

a.prev, a.next {
	display:block;
	float:right;
	padding: 5px 4px;
	cursor:pointer;
	color: #999;

}

a.prev:hover, a.next:hover { color: #333; }



/* Disabled Next or Previous button */

a.disabled {

	visibility: hidden !important;

}



/* Navigation Container */

div.navi { padding-left: 20px; }



/* Navigation Links */

div.navi a {
	float: left;
	margin-left: 2px;
	padding: 10px 15px;
	color: #999;
	text-decoration: none;

}

div.navi a.active { font-weight: bold; }

div.navi a:hover,

div.navi a.active {
	color: #454545;
}





/* ===== CSS Rounded Corners ===== */
/* ===== タブメニューのボタン押したとき下に出るゲームタイトルの白背景枠 ===== */
div.tabPanes {
	height: 38px;
	text-align: left;
	margin-top: 0px;
	width: 870px;
	padding-top: 3px;
	background-image: url(../img/botan/tab_menu_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

div.tabPanes a{
	margin-left: 10px;
	color: #003399;
	text-decoration: none;

}

div.tabPanes a:hover{
	color: #FF6600;

}

div.tooltip,

div.scrollable div.items div { -moz-border-radius: 8px; -webkit-border-radius: 8px; }

.wrapper #wrapper #flash #navigation #tabs-2 img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	margin: 0px;

	padding: 0px;

}

#tabPanes-2 p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#navigation #tabPanes-2 ul {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation #tabPanes-2 li {
	display: inline;
	background-image: url(../img/point_04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 7px;
	font-weight: bold;
}

