/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 基本構造　　　　　　　　　　　　　　 <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body{
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#942000;
	scrollbar-shadow-color:#333333;
	scrollbar-base-color:#CC6666;
	margin: 0;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
}

h1.pop-up{
	height: 40px;
	font-size: 14px;
	line-height: 350%;
	padding: 0 0 0 55px;
	background: url(../images/detail/header_detail.gif) no-repeat;
}

table{
	font-size: 100%;
	line-height: 130%;
}

hr{
	border-style:dashed;
	color:#999999;
	width: 300px;
	height: 1px;
	text-align: left;
}

/*リンクカラー*/
a:link,a:visited{
	text-decoration:none;
	color:#0076CC;
}
a:hover,a:active{
	text-decoration:none;
	color:#6CABE7;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 詳細画面　ポップアップスタイル　　　　　 <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	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 設定 <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#ffffff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	text-align:left;
}

#TB_window table{
	margin: 0;
	float: left;
}

#TB_window img {
	display:block;
	margin: 0 10px 10px 0;
	float: left;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

/*説明文*/
.description{
	clear: both;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

/*タイトル*/
#TB_title{
	background-color:#eeeeee;
	border-bottom: 1px solid #CCCCCC;
	height:27px;
	font-weight: bold;
}

/**/
#TB_ajaxContent{
	clear:both;
	padding:10px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	width: 100%;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

