@charset "Shift_JIS";

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/mb/shared/img/general/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: fixed;
	background: transparent;
	z-index: 102;
	color:#000000;
	text-align:left;
	top:50%;
	left:50%;
}

* 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 {
}

#TB_caption{
}

#TB_closeWindow{
}

#TB_closeAjaxWindow{
}

#TB_ajaxWindowTitle{
}
#TB_caption_text {
	display: none;
}

#TB_title{
}

#TB_ajaxContent{
}

#TB_ajaxContent.TB_modal{
}

#TB_ajaxContent p{
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* 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{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> castum settings <<<-------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	background: #ffffff;
	width: 958px!important;
	height: 450px!important;
	margin-left: -479px!important;
}

#frm > #TB_window {
	margin-top: -225px!important;
}


#TB_window #TB_ImageOff {
	position: relative;
	left: 89px;
	top: 50px;
}
#TB_window img#TB_Image {
}

#TB_title {	
	position: absolute;
	bottom: 0px;
	width: 958px!important;
}

#TB_closeAjaxWindow,
#TB_closeWindow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 82px;
	height:35px;
}

a#TB_closeWindowButton {
	display: block;
	width: 82px;
	height: 35px;
	background: url(img/btn_close.gif) no-repeat 10px 10px!important;
	text-indent: -9999px;
	outline: none;
}

a#TB_closeWindowButton:hover {
	background: url(img/btn_close_on.gif) no-repeat 10px 10px!important;
}

#TB_caption {
	height: 16px;
}

#TB_caption #TB_secondLine {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 818px;
	height: 16px;
	padding: 0 0 0px 140px;
	background: url(img/txt_photo_gallery.gif) no-repeat 30px 0;
	line-height: 1;
}


#TB_caption #TB_secondLine span#TB_next,
#TB_caption #TB_secondLine span#TB_prev {
	position: absolute;
	display: block;
	width: 65px;
	height: 16px;
	top: 0px;
}

#TB_caption #TB_secondLine span#TB_next a,
#TB_caption #TB_secondLine span#TB_prev a {
	position: absolute;
	top: 0px;
	display: block;
	width: 65px;
	height: 16px;
	text-indent: -9999px;
	outline: none;
}

#TB_caption #TB_secondLine span#TB_next {
	right: 0px;
}

#TB_caption #TB_secondLine span#TB_next a {
	background: url(img/btn_txt_next.gif) no-repeat 0 0!important;
}

#TB_caption #TB_secondLine span#TB_next a:hover {
	background: url(img/btn_txt_next_on.gif) no-repeat 0 0!important;
}

#TB_caption #TB_secondLine span#TB_prev {
	right: 70px;
}

#TB_caption #TB_secondLine span#TB_prev a {
	background: url(img/btn_txt_prev.gif) no-repeat 0 0!important;
}

#TB_caption #TB_secondLine span#TB_prev a:hover {
	background: url(img/btn_txt_prev_on.gif) no-repeat 0 0!important;
}

.thickbox-contents {
	display: none;
}
#TB_closeWindow {
	position: absolute;
}
#TB_ImageOff {
}
