@charset "utf-8";
/* CSS Document */

/*会社概要ページ
-----------------------------------------*/
#company {
	text-align: center;
}


#companyBox {
	width: 540px;
	overflow : hidden; 
  position : relative; 
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px dotted #999;
}

#companyBox_Left {
	float : left;
	width: 100px;
	line-height: 25px;
	margin-right: 10px;
}
	
#companyBox_Right {
	float: right;
	width: 430px;
	line-height: 25px;
	text-align: left;
}


/*サイトマップ
-----------------------------------------*/
#sitemapFrame {
	text-align: center;
}

#sitemapBox {
	width: 550px;
	text-align: left;
	line-height: 2em;
}

#sitemapBox_Left {
	float : left;
	width: 255px;
	margin-left: 15px;
	margin-right: 10px;
}
	
#sitemapBox_Right {
	float: right;
	width: 270px;
}

#sitemapBox ul {
	padding-left: 20px;
}

.black {
	color: #000;
}












