@charset "Shift_JIS";

/* **************************************************

Name: new.css

Description: Setting of content module

Create: 2009.02.06
Update: 2009.88.88

Copyright 2009 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[c14] データテーブル（修正）
[c22] 画像横並び（新規）

===================================================== */



/* [c14] データテーブル（修正）
=========================================================================================== */

table th {
	width:20%;
}

table .cell_80 {
	width:80%;
}

table .cell_70 {
	width:70%;
}

table .cell_60 {
	width:60%;
}

table .cell_50 {
	width:50%;
}

table .cell_40 {
	width:40%;
}

table .cell_30 {
	width:30%;
}

table .cell_20 {
	width:20%;
}

table .cell_10 {
	width:10%;
}

table .fix {
	white-space:nowrap;
}


/* [c22] 画像横並び（新規）
=========================================================================================== */

/* 横3個 */
.ImgList3SetStyle li {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	padding: 0 0 15px;
	font-size: 83%;
	line-height: 1.35;
	display:block;
}

/* 横4個 */
.ImgList4SetStyle li {
	float: left;
	width: 131px;
	margin: 0 15px 0 0;
	padding: 0 0 15px;
	font-size: 83%;
	line-height: 1.35;
}

/* 横5個 */
.ImgList5SetStyle li {
	float: left;
	width: 102px;
	margin: 0 15px 0 0;
	padding: 0 0 15px;
	font-size: 83%;
	line-height: 1.35;
}

/* 横6個 */
.ImgList6SetStyle li {
	float: left;
	width: 82px;
	margin: 0 15px 0 0;
	padding: 0 0 15px;
	font-size: 83%;
	line-height: 1.35;
}

/* 右端の設定 */
.ImgList3SetStyle .LastItem,
.ImgList4SetStyle .LastItem,
.ImgList5SetStyle .LastItem,
.ImgList6SetStyle .LastItem {
	float: right;
	margin: 0;
}

/* 横6個パターンのみ数値が半端なので最初のアキを設定 */
.ImgList6SetStyle .FastItem{
	margin: 0 16px 0 0;
}


/* [c18] コンテンツナビゲーション（修正）
=========================================================================================== */

/* [c18-3-1] タブナビゲーション > 4列 > 1行表記 */
/* [c18-3-2] タブナビゲーション > 4列 > 2行表記 */

div.TabNavi li.Current a strong,
div.TabNavi li.Current a:link strong,
div.TabNavi li.Current a:visited strong,
div.TabNavi li.Current a:hover strong,
div.TabNavi li.Current a:active strong {
	padding: 1px 4px;
	background-color: #3e3a39;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}


/* [c7] 箇条書きリスト（新規）
=========================================================================================== */

/* ---[c7-1-1] 箇条書きリスト > 文字サイズ90%--- */
ul.GroupsListStyle1 {
	margin: 0 0 5px;
	font-size: 90%;
}
ul.GroupsListStyle1 ul {
	margin: 5px 0 0;
	font-size: 100%;
}
ul.GroupsListStyle1 ol {
	margin: 5px 0 0 17px;
	font-size: 100%;
}
ul.GroupsListStyle1 li {
	margin: 0 0 5px;
	padding: 0 0 0 17px;
	background: url("/image/h1/icon/icon_list_marker.gif") no-repeat 0 1px;
	line-height: 1.35;
}
/* IE6lower */
* html body div#PopUpContainer div#PopUpContents ul.GroupsListStyle1 li { position: relative; }
/* */
ul.GroupsListStyle1 ol li {
	margin: 0 0 5px;
	padding: 0;
	background: none;
}
ul.GroupsListStyle1 li a { line-height: 1.35; }