@charset "UTF-8";
/* CSS Document */
/*ヘッダー*/
#wrap {
	background-image: url(../img/kasou_body_back.jpg);
	background-repeat: repeat-y;
	color: #8C6239;
	}
#wrap #header {
	background-image: url(../img/kasou_header_back.jpg);
	background-repeat: no-repeat;
	width: 960px;
	color: #8C6239;
	padding-bottom: 40px;

}
#header #headerlogo img {
	margin-top: 20px;
	margin-left: 50px;
	height: 115px;
	width: 100px;
	float: left;
}
#header #company {
	padding-top: 75px;
	padding-left: 15px;
	float: left;
}
#header #info1 {
	font-size: 125%;
	line-height: 1.1em;
}

#header #info2 {
	font-size: 156.25%;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#header #infomation {
	text-align: center;
	width: 260px;
	float: right;
	margin-right: 35px;
	margin-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C6239;
}
#header #contact {
	color: rgba(255,255,255,0.7);
	background-color: #8C6239;
	letter-spacing: 0.5em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 81.25%;
	line-height: 1.6em;
	width: 220px;
	margin-left: 20px;
}

#header #infomation #comment {
	background-color: rgba(255,255,255,0.7);
	line-height: 1.6em;
	width: 220px;
	margin-left: 20px;
}

#infomation #comment #info3 {
	font-size: 75%;
}
#infomation #comment #info4 {
	font-size: 156.25%;
}
#infomation #comment #info5 {
	font-size: 87.5%;
}

/*グローバルナビゲーション*/

#nav {
	width: 200px;
	text-align: center;
	float: left;
	list-style-type: none;
}

#nav li .nav_info  {
	margin-top: 5px;
	font-size: 125%;
}
#nav li .nav_info2  {
	margin-top: 5px;
	font-size: 87.5%;
		margin-bottom: 10px;

}

#nav_home:hover,
#nav_service:hover,
#nav_company:hover,
#nav_contact:hover{
	opacity:0.7;
	}


#nav li{
	text-align:center;
	}
	
#nav li span{
	display:block;
	}


/*コンテンツ*/
#contents {
	float: right;
	width: 659px;
	margin-right: 50px;
	padding-left: 50px;
		border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8C6239;
}

#contents h3 {
	font-size: 187.5%;
	font-weight: bold;
	background-image: url(../img/h2_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C6239;
	border-bottom-color: #8C6239;
	padding-left: 30px;
	margin-bottom: 15px;
	padding-top: 7px;
}
#contents #kenchiku {
	background-image: url(../img/h2_icon_kenchiku.png);
	background-repeat: no-repeat;
	border-top-color: #FA963C;
	border-bottom-color: #FA963C;
	color: #FA963C;	
	}

#contents p {
	font-size: 87.5%;
	line-height: 1.6em;


}

/*フッター*/

#footer {
	background-image: url(../img/kasou_footter_back02.png);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer #companyname {
	background-image: url(../img/footer_kasou_logo.png);
}

/*リンクの文字色*/

#nav a{
	color: #8C6239;
	}
#contact a{
	color: rgba(255,255,255,0.7);
	}

/*ついてくるメニュー*/
.fixed {
	position: fixed;
	top: 10px;
	height: 100%;      
 
}


.fixed2 {
	position: fixed;
	bottom: 170px;
 
}
