@charset "utf-8";
/* forest journal BASE */


body{
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	color:#604c3f;
}
a:link,a:visited{
	color:#F00
}
a:hover img{
    filter:alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}
img{
	border:none;
}


#container{
	width:1056px;
	margin:0px auto 0px auto;
	background-image:url(../images/common/common_21.jpg);
}

#header{
	width:1056px;
	background-image:url(../images/common/common_05.jpg);
	height:193px;
}


.hidden{
	display:none;
	font-size:xx-small;
}

/*======================メニュー=========================*/
#menu{
	width:922px;
	margin:10px auto 0px auto;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	float:left;
	list-style:none;
}

#menu .home{
	width:184px;
	height:43px;
}
#menu .home a.visible{
	background-image:url(../images/common/common_15.jpg);
	width:184px;
	height:43px;
	display:block;
}
#menu .home a.visible:hover,#menu .home a.selected{
	background-image:url(../images/common/common_08.jpg);
	width:184px;
	height:43px;
	display:block;
}

#menu .business{
	width:184px;
	height:43px;
}
#menu .business a.visible{
	background-image:url(../images/common/common_16.jpg);
	width:184px;
	height:43px;
	display:block;
}
#menu .business a.visible:hover,#menu .business a.selected{
	background-image:url(../images/common/common_09.jpg);
	width:184px;
	height:43px;
	display:block;
}

#menu .company{
	width:184px;
	height:43px;
}
#menu .company a.visible{
	background-image:url(../images/common/common_17.jpg);
	width:184px;
	height:43px;
	display:block;
}
#menu .company a.visible:hover,#menu .company a.selected{
	background-image:url(../images/common/common_10.jpg);
	width:184px;
	height:43px;
	display:block;
}

#menu .works{
	width:184px;
	height:43px;
}
#menu .works a.visible{
	background-image:url(../images/common/common_18.jpg);
	width:184px;
	height:43px;
	display:block;
}
#menu .works a.visible:hover,#menu .works a.selected{
	background-image:url(../images/common/common_11.jpg);
	width:184px;
	height:43px;
	display:block;
}

#menu .inquiry{
	width:186px;
	height:43px;
}
#menu .inquiry a.visible{
	background-image:url(../images/common/common_19.jpg);
	width:186px;
	height:43px;
	display:block;
}
#menu .inquiry a.visible:hover,#menu .inquiry a.selected{
	background-image:url(../images/common/common_12.jpg);
	width:186px;
	height:43px;
	display:block;
}
/*======================中央=========================*/
#center{
	text-align:left;
	margin:210px 0px 0px 33px;
	background-image:url(../images/top/top_14.jpg);
	width:983px;
	clear:both;
	padding-top:20px;
}
#center h1 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8fc320;
	padding-left: 5px;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 5px;
}

#center p {
	color:#333333;
	background-color: #f8f9f1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #D4D0C8;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.small{
	font-size:10px;
}

/*======================フッター=========================*/
#footer{
	width:1056px;
	clear:both;
	padding-top:20px;
}

#footer a{
	color:#604c3f;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.cl{
	clear:both;
}
