@charset "UTF-8";
/* CSS Document */

img {
border:none;
}


body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
dd {
font-size:small;
font-weight:lighter;
}

.twoColElsLtHdr #container { 
	width: 800px;  /* テキストがブラウザの初期設定のフォントサイズのままである場合は、この幅により、800px のブラウザウィンドウに収まるコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColElsLtHdr #header { 
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background:url(images/line.jpg) top right no-repeat;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 0; 
}


#total {
width:100%;
		background:url(images/back_new1.jpg) no-repeat top;
}



.twoColElsLtHdr #header li#company{
background:url(file:///MD/Users/machidahiroshi/Desktop/%E5%BE%B3%E5%B7%9D%E7%B5%84HP/images/navi1.gif) no-repeat transparent;
}

.twoColElsLtHdr #header li#concept{
background:url(file:///MD/Users/machidahiroshi/Desktop/%E5%BE%B3%E5%B7%9D%E7%B5%84HP/images/navi2.gif) no-repeat transparent;
}

.twoColElsLtHdr #header li#work{
background:url(file:///MD/Users/machidahiroshi/Desktop/%E5%BE%B3%E5%B7%9D%E7%B5%84HP/images/navi3.gif) no-repeat transparent;
}

.twoColElsLtHdr #header li#kankyo{
background:url(file:///MD/Users/machidahiroshi/Desktop/%E5%BE%B3%E5%B7%9D%E7%B5%84HP/images/navi4.gif) no-repeat transparent;
}

.twoColElsLtHdr #header li#recruit{
background:url(file:///MD/Users/machidahiroshi/Desktop/%E5%BE%B3%E5%B7%9D%E7%B5%84HP/images/navi5.gif) no-repeat transparent;
}

.twoColElsLtHdr #header li#access{
background:url(file:///MD/Users/machidahiroshi/Desktop/%E5%BE%B3%E5%B7%9D%E7%B5%84HP/images/navi6.gif) no-repeat transparent;
}

#content h1{
margin:0;
padding-left:10px;
padding-top:10px;
border-top:#004d49 1px solid;

}




#navigation {
float:left;
width:110px;
padding-top:10px;
padding-left:10px;
}

#navigation ul{
list-style:none;
margin:0;
padding:0;
}

#navigation li{
border-bottom:1px solid #666666;
}

#rightcontent {
float:right;
width:640px;
height:auto;
margin-top:10px;
margin-right:10px;
padding:0;
}

#rightcontent #list {
width:640px;
clear:both;
}

#rightcontent #list dl {
margin:0;
float:left;
}

#rightcontent #list dd {
margin:0;
text-align:center;
margin-bottom:10px;
margin-top:5px;
}



#nine {
background:#FFFFFF;
text-align:left;
}



.twoColElsLtHdr #mainContent {
	margin:0 0 0 24em;
	position:top right;
	
} 
.twoColElsLtHdr #footer { 
	background:#004D49;
	font-size: small;
color:#FFFFFF;
text-align:center;
font:lighter;
} 

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
	width:650px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:visited {
	color:#CCFF33;
	background:transparent;
}
a:link {
	color:#FFFFFF;
	background:transparent;
}
