@charset "UTF-8";



*{padding: 0; margin: 0;}

#TB_window {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka', verdana, Helvetica,Arial, sans-serif;
	}

#TB_secondLine {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka', verdana, Helvetica,Arial, sans-serif;
	}

/*****-- グループ化したスクリーンショット用のタブ --*****/
#TB_secondLine table.TB_tabList {
	margin: 0 auto;
	padding-bottom: 10px;
	vertical-align: top;
	}
table.TB_tabList td {
	padding-top: 3px;
	height: 32px;
	text-align: left;
	}

table.TB_tabList td.listClose {
	width: 140px;
	height: 35px;
	text-align: center;
	}

/* -- タブイメージ --*/
a.TB_tabClose {
	width: 140px;
	height: 35px;
	background: url(../game_info/img/bt_close.gif) center top no-repeat;
	display: block;
	}

#TB_secondLine table.TB_tabList td a.TB_tabNext {
	width: 63px;
	height: 32px;
	background: url(../img/lightbox/btn-next.gif) right top no-repeat;
	display: block;
	}

#TB_secondLine table.TB_tabList td a.TB_tabPrev {
	width: 63px;
	height: 32px;
	background:	url(../img/lightbox/btn-prev.gif) left top no-repeat;
	display: block;
	}

a.TB_tabClose:hover {
	width: 140px;
	height: 35px;
	background: url(../game_info/img/bt_close_r.gif) center top no-repeat;
	display: block;
	}

#TB_secondLine table.TB_tabList td a.TB_tabNext:hover {
	width: 63px;
	height: 32px;
	background: url(../img/lightbox/btn-next.gif) right top no-repeat;
	display: block;
	}

#TB_secondLine table.TB_tabList td a.TB_tabPrev:hover {
	width: 63px;
	height: 32px;
	background: url(../img/lightbox/btn-prev.gif) left top no-repeat;
	display: block;
	}

/* *************************************************** */

#TB_window a:link {color: #222;}
#TB_window a:visited {color: #444;}
#TB_window a:hover {color: #222;}
#TB_window a:active {color: #222;}
#TB_window a:focus{color: #222;}


#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}

.TB_overlayMacFFBGHack {background: url(../img/lightbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	 }

#TB_window {
	position: absolute;
	z-index: 102;
	top: 47%;
	left: 50%;
	display: none;
	}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_window img#TB_Image {
	margin: 0px auto;
	border: solid 15px #000;
	display: block;
	}

#TB_caption {
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	}

#TB_closeWindow {
	margin: 0px auto;
	}

#TB_closeAjaxWindow {
	padding: 0 330px 0px 330px;
	width: 140px;
	height: 35px;
	background: url(../game_info/img/bg_game_info_f.gif) no-repeat center bottom;
	}

#TB_ajaxWindowTitle {
	clear: both;
	}

#TB_title {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	}

#TB_ajaxContent {
	clear: both;
	overflow: auto;
	}

#TB_ajaxContent.TB_modal {
	padding: 0px;
	}

#TB_ajaxContent p {
	color: #FFF;
	}

#TB_load {
	position: fixed;
	z-index: 102;
	top: 47%;
	left: 50%;
	margin: 0px; /* -height/2 0 0 -width/2 */
	padding: 30px;
	width: 32px;
	height: 32px;
	background-color: #000;
	display: none;
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_HideSelect {
	position: fixed;
	z-index: 102;
	top: 47%;
	left: 50%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	border: none;
	background-color: #000;
	}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_iframeContent {
	position: relative;
	clear: both;
	border: none;
	background: url(../game_info/img/bg_game_info.gif) no-repeat center top;
	}