@charset "utf-8";

/* **************************************************

Name: add_style.css

Description: Setting of page layout

Create: 2008.05.08

Copyright 2008 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[x-x] 

===================================================== */




/* [d1] page title
=========================================================================================== */

/* ---[d-1] title --- */
h2{
	display:block;
	width:100%;
	border-style:none;
	font-size:100%;
	font-weight:bold;
	padding:0px;
	margin-bottom:8px;
}
h2 span{
	display:block;
	background: transparent url(/image/yhtp/h2_bg.jpg) no-repeat left top;
	border-style:none;
	padding:9px 6px 0px 32px;
	height:37px;
}
.Column1 .Section h2 {
	margin-bottom:7px;
}

h3 {
	border-bottom:1px dotted #cdcdcd;
}
table#va.TableStyle3 td {
	font-size:68%;
	}
table#va.TableStyle3 th {
	font-size:73%;
	}

/* [-] common class
=========================================================================================== */
table.TableStyleCenter {
	width:100%;
}

table.TableStyleCenter td, table.TableStyleCenter th {	
	text-align:center;
}

#UtilityTools {
     display: none;
}
table th, table td {
	padding:4px;
}
.listblock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.SectionIndent1 {
	clear: both;
}
.SectionIndent1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* WinIE7 only */
*:first-child + html .listblock{ clear: both; height:1%; }
*:first-child + html .SectionIndent1{ clear: both; height:1%; }

/* WinIE6 and below */
/*\*/
* html .listblock{ clear: both; height:1%; }
* html .SectionIndent1{ clear: both; height:1%; }
/**/

/* MacIE only */
/*\*//*/
* html .listblock {height: 1%;}
.listblock {display: block;} 
/**/


