@charset "Shift_JIS";
/*===============================================================
このCSSは企業情報東北支店トップページで使用するidやclassを定義するものです。

　・ヘッダ
　・メインビジュアル
　・本文部分
  ・バナーエリア

LastUpdate: 12.17.2007
===============================================================*/

/*==========ヘッダーエリア==========*/
#headerArea { 
	margin: 0;	
}

/*==========メインビジュアル==========*/
#mainVisual { 
	margin: 0 0 20px -20px;
	width: 950px;
	background: url(/corporate/branch/common/img/bg_mainarea_shadow.gif) repeat-x 0 100%; 
	padding-bottom: 5px;
	_position: relative;
	line-height: 100%;
}
#mainVisual table { 
	background: url(/corporate/branch/common/img/bg_mainarea.gif) repeat-x;
}
#mainVisual table td h2 { 
	margin: 0; 
	padding: 0;
}
#mainVisual table td { 
	vertical-align: top;
}
#mainVisual table td p { 
	margin: 0 0 3px 3px;
}


/*==========本文部分==========*/

#contentsArea { 
	margin: 0!important; 
	padding: 0!important;
	width: 710px;
}

#contentsArea #news h2 { 
	height: 22px; 
	line-height: 100%; 
	background: url(/common/img/corporate_top_bg_oshirase.gif) repeat-x; 
	border-right: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
#contentsArea .newsRelease { 
	padding-top: 20px; 
	margin: 0;
}

#coArea { 
	border: 1px solid #cccccc; 
	margin-top:	20px;
	width: 348px;
	float: left;
	padding-bottom: 0;
}
#coArea h2 { 
	background-color: #eeeeee; 
	padding: 7px 0px 7px 8px; 
	margin-bottom: 10px; 
}
#coArea ul { 
	margin: 0; 
	padding: 0; 
}
#coArea li { 
	margin-left: 10px; 
	float: left; 
	list-style: none; 
}
#coArea p.clear { 
	clear: both; 
	font-size: 1px; 
	margin: 0; 
	padding: 0; 
}
#coArea a { 
	color: #4C4C4C; 
	text-decoration: none; 
}
#coArea a:hover { 
	text-decoration: underline; 
}

#contentsArea .mitsui {
	margin-left: 10px;	
}


/*==========バナーエリア==========*/

#relatedArea {
	clear: both;
	padding: 0 10px 0 20px;
}

#relatedArea #bannerArea p { 
	margin: 0 0 3px 0;
}



