@charset "utf-8";

/*------------------------------------------------------------------------------
	(社)横浜建設業協会トップページ-CSS
--------------------------------------------------------------------------------*/

/*メインコンテンツ（大枠）の設定
----------------------------------------------------*/
div#mainContent {
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
}

/*アイキャッチの設定
----------------------------------------------------*/
#mv {
	padding: 3px;
	background: #d7d7d7;
}

.screen {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
	background: #d7d7d7;
	border: 1px solid #c5c5c5;
	zoom: 1;
	/*\*//*/ display: none;/**/
	position: relative;
	width: 520px;
	height: 237px;
	top: 0px;
	overflow: hidden;
	background-color:white;
}

.screen_macIE {
	/*\*/display: none;/**/
	/*\*//*/ background: url(../image/mv04.jpg) left top no-repeat; /**/
	/*\*//*/ z-index: 1; /**/
}

.inscreen {
	position: absolute;
	top: 0px;
}

div#sideNav {
	float: right;
	width: 220px;
	padding-left: 2px;
	zoom: 1;
}

div#sideNav li {
	margin-bottom: 1px;
}

div#sideNav a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

/*コンテンツエリアの設定
----------------------------------------------------*/
div#main {
	float: left;
	width: 480px;
	margin-top: 14px;
	margin-left: 14px;
	padding: 0;
	zoom: 1;
}

div#main h3 {
	clear: both;
	padding: 0 0 5px 0;
}

div#main .subnav {
	width: 480px;
	border-collapse: collapse;
}

div#main .subnav td.left {
	width: 50%;
	text-align: left;
	padding-bottom: 10px;
}

div#main .subnav td.right {
	width: 50%;
	text-align: right;
	padding-bottom: 10px;
}

/*バナーエリアの設定
----------------------------------------------------*/
div#bannerArea {
	float: right;
	width: 209px;
	margin-top: 14px;
	margin-right: 14px;
	padding: 0;
	zoom: 1;
}

div#bannerArea .bn-inquiry {
	padding-bottom: 6px;
	margin-bottom: 6px;
	background: url(../image/dotted02.gif) left bottom repeat-x;
}

div#bannerArea ul li {
	margin-bottom: 6px;
}

/* ClearFix
----------------------------------------------------*/
/* modern browsers */
div#mv:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE7 */

div#mv
{
  display: inline-block;
}

/* legacy IE */

* html div#mv
{
  height: 1%;
}

div#mv
{
  display: block;
}

/* End of ClearFix */


