@charset "shift_jis";

/*-- ヘッダー -----------------------*/
#header {
	position: relative;
	width: 900px;
	height: 283px;
}

#header #visual {
	position: absolute;
	width: 900px;
	height: 167px;
	left: 0;
	top: 60px;
	background: url(../images/back.gif) top left repeat-x;
}
	#header #visual .visual {
		position: absolute;
		width: 168px;
		height: 111px;
		left: 52px;
		top: 20px;
	}
	#header #visual .comment {
		position: absolute;
		width: 350px;
		height: 60px;
		left: 267px;
		top: 43px;
	}

#header ul {
	position: absolute;
	left: 48px;
	top: 206px;
	list-style: none;
}


/*-- 第一ブロック -----------------------*/
#company1 {
	position: relative;
	margin: 0 auto 55px auto;
	width: 800px;
}

	#company1 h2 {
		margin-bottom: 34px;
	}
	
	#company1 dl {
		margin-left: 100px;
		padding: 7px 0;
		line-height: 17px;
	}
	#company1 dl.line {
		background: url(../images/company/line.gif) bottom left no-repeat;
	}
		#company1 dl dt {
			width: 100px;
			float: left;
			color: #490503;
		}
		#company1 dl dd {
			float: left;
		}
			#company1 dl dd ol {
				list-style-position: inside;
			}
			#company1 dl dd span {
				color: #490503;
			}

