﻿


/* ---------------------------------------------------------------- *
	jquery-tabs(タブ)の設定です
 * ---------------------------------------------------------------- */

#tabs {
	font-size: 90%;
	margin: 20px 0;
}

#tabs ul {
	clear:both;
	float: left;
	background: transparent;
	width: 100%;
	padding-top: 4px;
}

#tabs li {
	/*margin-left: 8px;*/
	list-style: none;
}

* html #tabs li {
	display: inline;
}

#tabs li, #tabs li a {
	float: left;
}

#tabs ul li.active {
	/*border-top:2px #FFFF66 solid;*/
	/*background: #eeeeee;*/
}

#tabs ul li.active a {
	/*color: #333333;*/
}

#tabs div {
	/*background: #FFFFCC;*/
	clear: both;
	padding-top:0px;
	padding-bottom:50px;
	min-height: 200px;
	font-weight:normal;
	background:url(../img/report_bottom.png) no-repeat bottom left;
}


#tab-1 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/3report_top01.png) no-repeat bottom left;
}

#tab-2 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/3report_top02.png) no-repeat bottom left;
}

#tab-3 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/3report_top03.png) no-repeat bottom left;
}

#tab-4 h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/3report_top04.png) no-repeat bottom left;
}


#tabs div h4 img{
	width:736px;
	height:50px;
	margin:0px;
	top:40px;
}



#tabs div p {
	padding:3px 40px 0px;
	font-size:14px;
	color:#000000;
	background:url(../img/report_line.png) repeat-y;
	line-height: 25px;
	margin:0px;
}

#tabs h5 {
	background:url(../img/report_main.png) repeat-y;
}

#tabs h5 img{
	margin:0px auto;
	padding:15px;
	text-align:center;
}


#tabs ul li a {
	text-decoration: none;
	/*padding: 8px;*/
	color: #0000ff;
	font-weight: bold;
}

.tab_thumbs {
	float:right;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:5px;
	color:#996600;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0.2em;
}


.tab_thumbs02 {
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	margin-left:5px;
	color:#996600;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0.2em;
}





#what_list ul {
	float: left;
	display:block;
	width:736px;
	background: transparent;
	width: 100%;
	padding-top: 4px;
}

#what_list li {
	list-style: none;
}

#what_list li {
	display: inline;
}

#what_list li, #what_list li a {
	width:368px;
	float: left;
}


.timeline{
	width:12px;
}


th.time_title{
	white-space:nowrap;
}


/* ---------------------------------------------------------------- *
	テーブルの設定です
 * ---------------------------------------------------------------- */

.table_design {	
	width:736px;
	background:url(../img/report_main.png) repeat-y;
	margin:0px;
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino 
Kaku Gothic Pro","Osaka",sans-serif ;

}


	
.table_design table {
	/*background: #C1AD94;*/
	background: #ffffff;
	/*font:85%/160% ;*/
	width:96%;
	border-top:1px solid #846A4B;
	border-right:1px solid #846A4B;
	margin:0px auto;
	padding:0px auto;
	text-align:left;
	border-collapse:collapse;
	}
	
.table_design p {
	text-align:center;
	}		
.table_design a:link {
	color:#324754;
	text-decoration:none;
	border-bottom:1px dotted #846A4B;
	}	
.table_design a:visited {
	color:#324754;
	border-bottom:none;
	text-decoration:none;
	}		
.table_design a:hover,
.table_design a:focus {
	color:#f03b58;
	border-bottom:1px solid #f03b58;
	text-decoration:none;
	}
.table_design table a,
.table_design table a:link,
.table_design table a:visited {
	border:none;
	}		
.table_design img {
	border:0;
	/*margin-top:.5em;*/
	}	
	
.column1{
	padding-left:3px;
}
	
.table_design tr.odd td,
.table_design tr.odd .column1 {
	background:#DEC18E;
	}	
.table_design .column1	{
	background:#C1AD94;
	}
.table_design td {
	color:#795848;
	border-bottom: 1px solid #846A4B;
	border-left:1px solid #84754B;
	/*padding:.3em 1em;*/
	text-align:5px;
	padding:3px;
	}				
.table_design th {
	font-size:normal;
	color: #795848;
	text-align:left;
	border-bottom: 1px solid #846A4B;
	border-left:1px solid #84754B;
	padding:3px;
	/*padding:.3em 1em;*/
	}	
.table_design thead th {
	background:#DEC18E;
	text-align:center;
	/*font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;*/
	color:#5E554B;
	}				
.table_design tfoot th {
	background:#DEC18E;
	text-align:center;
	}	
.table_design tfoot th strong {
	/*font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;*/
	/*margin:.5em .5em .5em 0;*/
	color:#5E554B;
		}		
.table_design tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	







