@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:15px;
}
h2 span{
	display:block;
	background: transparent url(/image/HMTL/h2/bg_dot_gray.gif) no-repeat left top;
	border-style:none;
	padding:4px 6px 2px 14px;
}
.Column1 .Section h2 {
	margin-bottom:7px;
}

h3 {
	border-bottom:1px dotted #cdcdcd;
	color:#950019
}

/* ---[d-2] toppage productlist--- */
.productlist {
	display:block;
	width:570px;
	margin:0px;
}
.productlist h3 {
	display:block;
	margin:0px;
	height:26px;
	padding:0px;
	border-bottom:none;
}

.productlist h3 img {
	margin:0pt;
	padding:0pt;
	vertical-align:bottom;
}

.productlist div.listblock {
	padding-top:0px;
	border-color:#cdcdcd;
	border-style:solid;
	border-width:1px;
}
.productlist div.listblock ul {
	margin:0pt;
	padding:0pt;
}
.productlist div.listblock ul li {
	float:left;
	margin: 0 auto;
	text-align: center;
	width:25%;
}
.productlist div.listblock ul li div.listwrap {
	display:block;
	background:url(/image/HMTL/top/dotline.gif) repeat-y scroll 100% 0pt;
	padding:1px 2px 1px 1px;
}
.productlist div.listblock ul li.lastchild div.listwrap {
	display:block;
	background:transparent none repeat scroll 0%;;
	padding:1px;
}
.productlist div.listblock ul li div.listwrap img {
	padding:6px 0px 6px;
}
.productlist div.listblock ul li div.listwrap p {
	width:100%;
	margin: 0 auto;
	padding:10px 0px 10px;
	background-color:#e6e6e6;
	font-size:78%;
	text-align:center;
}
.productlist div.listblock ul.style3b li {
	width:33.3333%;
}
.productlist div.listblock ul.style2b li {
	width:19.5%;
}

/* ---[d-3] product/about pages--- */
.SectionIndent1 {
    display:block;
	clear:both;
	padding:0px 0px 20px 15px;
}
.SectionIndent2 {
    display:block;
	clear:both;
	padding:0px 0px 20px;
}

.ImagelistStyle1 {
	display:block;
	float:left;
	width:100%;
	margin:0px 0px 15px;
}
.ImagelistStyle1 ul {
	margin:0px;
	padding:0px;
}
.ImagelistStyle1 ul li {
	float:left;
	padding:0px 14px 0px 0px;
}
.ImagelistStyle1 ul.spaceStyle1 li {
	padding:0px 11px 0px 0px;
}
.ImagelistStyle1 ul.spaceStyle2 li {
	padding:0px 16px 0px 0px;
}
.ImagelistStyle1 ul li.LastChild {
	float:left;
	padding:0px;
}
.ImagelistStyle1 ul li p{
	margin: 0 auto;
	padding:0px;
	border-color:#e6e6e6;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	background-color:#EFEFEF;
	font-size:78%;
	text-align:center;
}

.ImagelistStyle1 ul li p span {
	display: block;
	clear:both;
	padding:5px 0px 5px;
}

.GrayOutline img {
	margin: 0 auto;
	padding:0px;
	border-color:#e6e6e6;
	border-style:solid;
	border-width:1px;
};
.divleft {
 	float:left;
}
.MapLinkStyle ul.LinkListStyle2 {
	margin:2px 0px;
}

/* [-] common class
=========================================================================================== */
table.TableStyleCenter {
	width:100%;
}

table.TableStyleCenter td, table.TableStyleCenter th {	
	text-align:center;
}

#UtilityTools {
     display: none;
}
table th, table td {
	padding:7px;
}
.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;} 
/**/


