@charset "utf-8";

/*
--------------------------------------------
	住友林業-webサイトCSS
	
	個別レイアウトファイル
--------------------------------------------
*/
#bottomContents ul:after,
#topContents:after,
#bottomContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#bottomContents ul,
#topContents,
#bottomContents {
	zoom: 1;
}

/* pankuzu */
#pankuzu {
	margin: 7px auto 30px auto;
	width: 920px;
	text-align: left;
}

/* localNavi */
#localNavi {
	width: 100%;
	height: 65px;
	overflow: hidden;
}
#localNavi div {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
#localNavi li {
	margin-right: 25px;
	float: left;
	list-style-type: none;
}
#localNavi li.keyword {
	margin-right: 0;
}



#contents {
  	padding: 0 0 80px 0;
}

/* topContents */
#topContents {
	margin: 0 auto;
	width: 920px;
	text-align: left;
	overflow: hidden;
}
#topContents .gaikan {
	margin-right: 25px;
	width: 290px;
	float: left;
}
#topContents .gaikan p {
	margin-top: 15px;
}
#topContents .naikan {
	margin-right: 25px;
	width: 290px;
	float: left;
}
#topContents .naikan ul {
	font-size: 0;
	line-height: 0;
	padding-top: 10px;
}
#topContents .naikan li {
	margin-top: 5px;
}
#topContents .keyword {
	width: 290px;
	float: left;
}
#topContents .keyword ul {
	font-size: 0;
	line-height: 0;
	padding-top: 4px;
}
#topContents .keyword li {
	margin-top: 7px;
}
#topContents li {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
}
#topContents .linkImg img {
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#topContents .linkImg a {
	background-position: 0 bottom !important;
	display: block;
}
#topContents .linkImg a:hover {
	background-position: -290px bottom !important;
}
#topContents p.linkImg a {
	background: url(../img/gaikan_lnk_01.png) no-repeat;
}
#topContents .linkImg.li1 a {
	background: url(../img/naikan_lnk_01.png) no-repeat;
}
#topContents .linkImg.li2 a {
	background: url(../img/naikan_lnk_02.png) no-repeat;
}
#topContents .linkImg.li3 a {
	background: url(../img/naikan_lnk_03.png) no-repeat;
}


/* bottomContents */
#bottomContents {
	margin: 0 auto;
	padding: 50px 0 0px 0;
	width: 920px;
	text-align: left;
}
#bottomContents h2 {
	margin-bottom: 25px;
}
#bottomContents .table {
	margin: 0 10px 30px 10px;
}
#bottomContents table {
	width: 900px;
	border-collapse: collapse;
	font-size: 14px;
}
#bottomContents th {
	border: solid 1px #7c7c7c;
	padding: 12px 5px 11px 5px;
	font-weight: normal;
}
#bottomContents th.clr1 {
	background-color: #ccc8df;
}
#bottomContents th.clr2 {
	background-color: #cce3d3;
}
#bottomContents th.clr3 {
	background-color: #f0ccc6;
}
#bottomContents th.none {
	border: none;
}
#bottomContents thead th {
	font-weight: bold;
	text-align: center;
}
#bottomContents tbody th {
	background-color: #eee;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}
#bottomContents td {
	background: url(../img/table_lin.png) repeat-y left -1px;
	border: solid 1px #7c7c7c;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 244px;
	font-size: 0;
	line-height: 0;
}
#bottomContents td img.dot {
	margin-top: 1px;
	display: block;
}
#bottomContents td a {
	margin-top: 1px;
	display: block;
}
#bottomContents td a.first-child {
	margin-top: 0;
}
#bottomContents td a:hover {
	background-color: #f7f7f7;
}
#bottomContents ul {
	margin: 0 10px 0 10px;
}
#bottomContents li {
	margin-right: 20px;
	float: left;
	list-style-type: none;
}
#bottomContents li.li2 {
	margin-right: 0;
}
#bottomContents li.li3 {
	margin-top: 20px;
}
#bottomContents li.li4 {
	margin-right: 0;
	margin-top: 20px;
}
