@charset "Shift_JIS";

/*==================================================
#1. 見出し
#2. セクション
#3. 表
#4. 日付リスト
==================================================*/

/*==================================================
#1. 見出し
==================================================*/
.headingAreaTop{
	margin-bottom:30px;
	height:300px;
	background:url(../img/bg_heading.gif) repeat-x;
}
.headingAreaTop .heading{
	width:770px;
	margin: 0 auto;
	background:url(../img/bg_main.jpg) no-repeat left top;
	position: relative;
	height:300px;
}
.headingAreaTop .heading h2{
	position: absolute;
	left: 2px;
	top: 40px;
}
.headingAreaTop .heading ul li.business{
	position: absolute;
	left: 3px;
	top: 223px;
}
.headingAreaTop .heading ul li.company{
	position: absolute;
	left: 163px;
	top: 223px;
}
.headingArea{
	background:url(../img_cmn/bg_heading.gif) repeat-x;
	margin-bottom:30px;
}
.headingArea h1{
	width:770px;
	margin: 0 auto;
}
/*==================================================
#2. セクション
==================================================*/
.section{
	margin:15px 0 30px 10px;
}
.section p,
.section ul,
.section ol{
	margin-bottom:1em;
}
.section ul.textList1 {
	text-indent:-1.4em;
	margin-left:1.2em;
}
.section dt{
	margin-bottom:7px;
}
.section dd{
	margin-bottom:25px;
}
.section .twoColumn{
	width: 100%;
}
.section .twoColumn .column{
	float:left;
	margin-right:30px;

}
.section .imgR img{
	float:right;
	margin-left:10px;
}

.section .imgL img{
	float:left;
	margin-right:10px;
}
#accessMap .map{
	float:left;
	width:475px;
}
#accessMap .access{
	float:right;
	width:285px;
}
#accessMap .access ul{
	padding-bottom:10px;
	background:url(../img_cmn/bg_dot_01.gif) left bottom repeat-x;
}



/*==================================================
#3. 表
==================================================*/
table.dataTbl{
	margin:5px 0 5px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
table.dataTbl thead th,
table.dataTbl tbody th,
table.dataTbl tbody td{
	padding:3px 5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.dataTbl thead th{
	text-align:center;
}
table.dataTbl thead th,
table.dataTbl tbody th{
	background-color:#EFF5F8;
}
/*==================================================
#4.日付リスト
==================================================*/
.date{
	text-align:right;
}
#news dl{
	width:100%;
}
#news dt{
	padding: 8px 0;
}
#news dd{
	margin: -2.5em 0 0 0;
	padding: 0 0 6px 7em;
	background:url(../img_cmn/bg_dot_01.gif) left bottom repeat-x;
}
#news dl,
#news dt,
#news dd{
	_height: 1%; /* for WinIE5,6 */
}
#news dt,
#news dd{
	\_position: relative; /* for WinIE5 */
}
#news dd.end{
	background:none;
}
#news dd p.popup{
	padding-left:20px;
	background:url(../img_cmn/i_popup_01.gif) 0 0.3em no-repeat;
}
#news dd img{
	vertical-align:middle;
	padding: 0.3em 0;  /* IE 6向け */
}
#news dd > img { /* IE以外とIE7向け */
	padding: 0;
}
