@charset "shift-jis";

/*
--------------------------------------------
	住友林業-webサイトCSS
	
	Englishレイアウトファイル
--------------------------------------------
*/



body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(/common/img/bg_english.gif);
	background-potision: top;
	background-repeat: repeat-x;
	color: #4d4d4d;
	text-align: center;
	line-height: 1.3;
	font-size: 100%;
}

/* --------------------------------------------container */


/* --------------------------------------------header */


div#header {
	width: 920px;
	height: 48px;
	margin-top: 4px;
	text-align: left;
}

div#header h1#siteId {
	float: left;
	width: 300px;
	height: 24px;
	margin-top: 10px;
}

div#header p#siteId {
	float: left;
	width: 300px;
	height: 24px;
	margin-top: 10px;
}

div#header ul {
	float: right;
	width: 153px;
	height: 20px;
	margin-top: 12px;
	margin-bottom: 33px;
}


div#header ul img {
	vertical-align: bottom;
}


div#header ul li {
	float: left;
	width: 63px;
	height: 20px;
}



/* -------------------------------------------- */






/* --------------------------------------------footer */


div#footer {
	clear: both;
	width: 920px;
	margin-bottom: 10px;
	padding-top: 8px;
	border-top: 1px solid #c8c8c8;
	text-align: left;
}

/* IE以外用：ボックス領域の高さを確保 */
div#footer:after {
  content:"."; 
  display:block; 
  clear:both; 
  visibility:hidden; 
  height:0; 
  overflow:hidden; 
}


div#container div#footer address#copyright {
	float: left;
	width: 260px;
	height: 5px;
	margin-top: 12px;
	margin-right: 20px;
}

div#container div#footer address#copyright2 {
	float: left;
	width: 594px;
	height: 22px;
	margin-top: 5px;
}


/* -------------------------------------------- */



/* EOF */
