@charset "shift-jis";

/*
--------------------------------------------
	住友林業-webサイトCSS
	
	デフォルト設定ファイル
--------------------------------------------
*/



/* 全設定をクリア */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}


body {
	background: url(../img/bg_body.gif) repeat-x left top;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	line-height: 1.3;
	font-size: 100%;
}

/* リンクスタイルを設定 */
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #0066ff;
	text-decoration: underline;
}

p,h1,h2,h3,h4,h5,h6,address {
	font-size: 100%;
}

ul li,
ol li,
dl dt,
dl dd {
	font-size: 100%;
	list-style: none;
	line-height: 1.4;
}


img,
img a {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

noscript {
	display: block;
	width: 920px;
	margin-right: auto;
	margin-bottom: 68px;
	margin-left: auto;
	background: #ffff99;
	color: #333;
	font-size: 100%;
	font-weight: bold;
}

/* --------------------------------------------header */
div#header {
	position: relative;
	margin: 0 auto 20px auto;
	width: 900px;
	text-align:left;
	height: 121px;
}
div#header div.myforest {
	position: absolute;
	left: 0;
	top: 17px;
}
div#header div.sumitomo {
	position: absolute;
	left: 816px;
	top: 18px;
}

div#header ul.headerNavi {
	background: url(../img/bg_h_nav.gif) no-repeat left top;
	position: absolute;
	left: 723px;
	top: 53px;
	width: 177px;
	height: 13px;
}
div#header ul.headerNavi li.catalog {
	float: left;
	font-size: 0;
}
div#header ul.headerNavi li.exhibition {
	float: right;
	font-size: 0;
}

div#header ul.globalNavi {
	position: absolute;
	left: 0;
	top: 76px;
	height: 45px;
}
div#header ul.globalNavi li {
	float: left;
}


/* -------------------------------------------- */


/* --------------------------------------------contents */
/* float用Hack */
div#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#contents {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}
div#contents {
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	width: 900px;
	text-align: left;
}
p.pagetop {
	margin: 0 auto 30px auto;
	width: 900px;
	text-align: right;
}
/* -------------------------------------------- */


/* --------------------------------------------footer */
div#footer {
	border-top: solid 1px #cccccc;
	padding: 10px 0 40px 0;
}
div#footer div {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align:left;
}
/* -------------------------------------------- */