@charset "utf-8";

/* **************************************************

Name: layout.css

Description: Setting of page layout

Create: 2008.04.08

Copyright 2008 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[x-x] 

===================================================== */




/* [d1] page title
=========================================================================================== */

/* ---[d-1] title --- */
h2{
	border-top: none;
}
h2 span{
	height: 44px;
	padding: 15px 0 0 12px;
	border: 0px;
	border-top: 0px;
	background-color: transparent;
	background: url("/image/DPG/top/title_bg.jpg") repeat-x 0 0;
	font-size: 103%;
}


/* ---[d-2] Business Img title--- */
div.DpgBusiTitleStyle1 a {
　　display: block;
    width: 279px;
	height: 60px;
	background: url("/image/DPG/top/title_2.jpg") no-repeat 0 0;
}

div.DpgBusiTitleStyle1 h2 {
	display:none;
}

div.DpgTextStyle1  {
    width: 240px;
	padding: 20px 0 10px 15px;
	background: url("/image/DPG/top/textstyle_bg.gif") repeat-y 0 0;
}


/* ---[d-3] about Img title--- */
div.DpgAboutTitleStyle1 a {
　　display: block;
    width: 279px;
	height: 60px;
	background: url("/image/DPG/top/title_2.jpg") no-repeat -280px 0;
}
div.DpgAboutTitleStyle1 h2 {
	display:none;
}


/* [-] common class
=========================================================================================== */

#UtilityTools {
     display: none;
}
/* End hide from IE 4-6 */



