/* 共通設定
-------------------------------- */
body {
	width: 800px;
	margin: 0px auto;
	font-size: 90%;
	line-height: 1.2;
	font-family: 'MS Pゴシック', sans-serif;
}
img {
	border: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

/* 共通ID
-------------------------------- */
#main {
	margin: 0px;
	padding-top: 15px;
}
#pankuzu {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	float: left;
	font-size: 90%;
}
#pankuzu li {
	float: left;
	margin: 0px; 
	padding: 0px 0px 0px 17px;
	list-style-type:none;
	background-image:url("../img/panarrow.png");
	background-repeat:no-repeat;
}
#pankuzu li.home {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image: url("noimage.png");
}


/* 共通クラス
-------------------------------- */
.clear {
	clear: both;
}
.note01 {
	border-bottom: 1px dotted #999999;
}
.note02 {
	border-top: 1px dotted #999999;
}
a.h_link {
	color: #009933;
	text-decoration: underline;
}
a.h_link:hover {
	color: #006600;
	text-decoration: underline;
}
a.f_link {
	color: black;
	text-decoration: none;
}
a.f_link:hover {
	color: #006600;
}
	

/* ヘッダー部
-------------------------------- */
#headbg {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	background-image: url(../img/head_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	margin: 0px;
	padding-top: 40px;
}
#head_left {
	margin: 0px;
	padding-left: 20px;
	height: 100px;
	width: 440px;
	float: left;
}
#head_right {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 340px;
	float: right;
	text-align: right; 
}
#e_logo {
	margin-top: 25px;
	margin-right: 0px;
}
.h_txt {
	margin: 0px;
	font-size: 105%;
}
.fc {
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
}
.h_link01 {
	margin: 0px;
	padding-left: 5px;
}
.linktxt {
	margin: 0px;
	color: black;
}
.h_menu01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 133px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.h_menu01 a {
	display: block;
	width: 133px;
	height: 65px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}
.h_menu01 a:hover {
	text-indent: -9999px;
}
#news {
	background-image: url(../img/menu01_h.png);
}
#individual {
	background-image: url(../img/menu02_h.png);
}
#corporate {
	background-image: url(../img/menu03_h.png);
}
#construction {
	background-image: url(../img/menu04_h.png);
}
#information {
	background-image: url(../img/menu05_h.png);
}
#recruit {
	background-image: url(../img/menu06_h.png);
}

/* ↓フッター部
-------------------------------- */
#footer {
	margin: 0px;
	padding-top: 10px;
}
hr.foot {
	background-color: #009933;
	border: none;
	height: 1px;
	width: 700px;
	padding-left: 100px;
}
#f_menu01 {
	width: 700px;
	height: 20px;
	margin-left: 50px;
	padding-left: 0px;
	padding-top: 50px;
}
#f_menu02 {
	width: 500px;
	height: 20px;
	margin: 0px;
	padding-left: 160px;
}
.fm01 {
	margin: 0px;
	padding: 5px 15px;
	float: left;
}
#cr_back {
	width: 100%;
	height: 50px; 
	margin: 0px;
	padding-top:10px;
	background-color: #009933;
	position: absolute;
	left: 0px;
	text-align: center;
}
.copy {
	font-size: 90%;
	color: #ffffff;
	margin: 0px;
	padding-top: 10px;
}

