/*
フッタ以外全体囲み*/
div#bodyarea {
	display: block;
	margin: 0px auto;
	width: 861px;
	padding: 0px;
	text-align: left;
}

/*サイトタイトルエリア*/
div#headarea {
	display: block;
	width: 850px;
	padding: 0px;
	margin: 0px 1px auto;
}
div#headarea h1 {
	float: left;
}
div#headarea h2 {
	float: right;
}

div#main_area {
	display: block;
	width: 800px;
	padding: 0px;
	position:relative; 
	margin-top:20; 
	margin-left:auto; 
	margin-right:auto;

}


/*メニューエリア*/

div#menu	{
	display: block;
	position : absolute ; 
	left : 15 ; 
	top : 10px ; 
	width : 150px ;
	}

div#menu p {
	padding: 3px 5px;
	font-size: 13px;
	border: 1px solid #6B0;
	margin: 0px 10px 5px 0px;
	}

div#menu a{
	background-image: url(generaltool/arrowGreen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000;
}
div#menu a:hover{
	color: #F60;
	background-image: url(generaltool/arrowFC0.gif);
}


/*コンテンツエリア*/

div#contents	{
	display: block;
	width: 600px;
	margin-left : 200px;
}

/*エリア設定：上ライン付*/
div.area {
	display: block;
	margin: 0px auto;
	padding: 0px;
	border-top: 1px solid #CCC;
	clear: both;
}

/*□□□会社案内：事業所紹介*/
table.office {
}
table.office p{
	font-size: 12px;
	line-height: 18px;
}
table.office p#name{
	display: block;
	padding: 3px 0px 3px 12px;
	background-color: #9C9;
	font-size: 14px;
}

/*□□□会社案内：写真レイアウトテーブル*/
table.picbox td{
	padding: 0px 10px 10px 0px;
}
/*□□□会社案内：写真レイアウトグループ*/
div.picbox img{
	margin-right: 10px;
	margin-bottom: 10px;
}

/*□□□会社案内：事務所アクセス*/
div#access {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 3px solid #CCC;
}
div#access h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #F30;
}
div#access p{
	font-size: 12px;
	line-height: 18px;
}
div#access p#yahoolink{
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(company/img_comp/Ymaps.gif);
	background-position: left center;
	padding-left: 130px;
	background-repeat: no-repeat;
}
div#access p.linkcomment{
	font-size: 10px;
	margin: 0px;
	color: #666;
}

/*■■■　フッタ関連*/
/*フッタ　リンク*/
div#footlink {
	margin-left: 70px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#footlink p{
	display: inline;
	padding: 3px 5px;
	border: 1px solid #6B0;
	float: left;
	margin: 15px 10px 5px 0px;
}
div#footlink a{
	background-image: url(generaltool/arrowGree.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 5px;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000;
}
div#footlink a:hover{
	color: #F60;
	background-image: url(generaltool/arrowFC.gif);
}

/*フッタ　会社とコピーライト*/
div#footcomp {
	background-image: url(generaltool/foot_bldg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 160px;
}
div#footcomp h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
div#footcomp p{
	font-size: 10px;
	line-height: 15px;
}
p#add{
	font-size: 12px;
}
p#copyright{
	color: #666;
}

/*エンドエリア（bodybgのラインを消す）
div#endarea {
	display: block;
	margin: 0px 1px auto;
	width: 860px;
	background-color: #FFF;
	height: 50px;
	border-top: 1px solid #CCC;
}
*/
/* 背景の設定 */
div#bg{
	background-image : url(company/president.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
