@charset "utf-8";

/* 会社概要[campany.html]を記述しています */

/* レイアウトを記述しています */

#main {
	display: block;
	width: 798px;
	height: 603px;
	padding: 0px 0px 17px 162px;
	background-image: url(../common/img/sub_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#container {
	display: block;
	width: 698px;
	height: 467px;
	padding: 125px 50px 0px 50px;
}

p.txt {
	padding: 0px 2px;
}

/* ページタイトル */

h2#main_ttl {
	display: block;
	width: 60px;
	height: 16px;
	margin-bottom: 40px;
	background-image: url(../img/company_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* 表 */

dt {
	width: 108px;
	text-align: right;
	margin-bottom: 18px;
	float:left;
	clear:both;
}

dd {
	margin-left: 133px;
	margin-bottom: 18px;
	_height:1px;
}

