@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: 160px;
		height: 124px;
		left: 52px;
		top: 11px;
	}
	#header #visual .comment {
		position: absolute;
		width: 523px;
		height: 60px;
		left: 267px;
		top: 43px;
	}

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


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

	#about1 h2 {
		margin-bottom: 32px;
	}
	
	#about1 p {
		margin: 0 auto;
		width: 766px;
		line-height: 17px;
	}


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

	#about2 h2 {
		margin-bottom: 65px;
	}
	
	#about2 ul#flow {
		margin-left: 107px;
		margin-bottom: 65px;
		list-style: none;
	}
		#about2 ul#flow li {
			height: 173px;
			float: left;
		}
		#about2 ul#flow li.first {
			width: 51px;
			background: url(../images/about/flow.gif) center right no-repeat;
		}
		#about2 ul#flow li.other {
			margin-left: 11px;
			width: 51px;
			background: url(../images/about/flow.gif) center right no-repeat;
		}
		#about2 ul#flow li.last {
			margin-left: 11px;
			width: 34px;
		}
	
	#about2 ul#atte {
		margin-left: 10px;
		line-height: 17px;
		list-style-position: inside;
	}

