#aboutBox1 {
	background-image: url(../images/about/img1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 260px;
	margin-right: 18px;
	margin-left: 18px;
}
#aboutBox1 h2 {
	margin-top: 10px;
}
#aboutBox1 p {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 190px;
	margin-right: 0px;
	margin-left: 0px;
}
#aboutBox2 {
	background-image: url(../images/about/img2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 279px;
	margin-right: 18px;
	margin-left: 18px;
}
#aboutBox2 h2 {
	margin-top: 10px;
}
#aboutBox2 p {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 190px;
	margin-right: 0px;
	margin-left: 0px;
}
.line {
	background-image: url(../images/about/promise/line.gif);
	height: 29px;
	margin-right: 18px;
	margin-left: 18px;
	clear: both;
}
/* ボタン設定
-------------------------------------------------- */
#btnBox {
	width: 474px;
	float: left;
	padding-top: 10px;
}
#btn {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/about/btn-main.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 474px;
	height: 115px;
}
#btn li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top: 10;
}
#btn li, #btn a {
	height: 100px;
	display: block
}
#btn a {
	text-indent: -5000px;
	text-decoration: none;
}
#btnPromise{
	left: 17px;
	height: 0px;
	width: 135px;
}
#btnProcess {
	left: 169px;
	height: 0px;
	width: 135px;
}
#btnExperie {
	left: 321px;
	height: 0px;
	width: 135px;
}
#btnPromise a:hover, #btnPromise a:visited:hover {
	background: transparent url(../images/about/btn-main.gif) -17px -123px;
	background-repeat: no-repeat;
}
#btnProcess a:hover, #btnProcess a:visited:hover {
	background: transparent url(../images/about/btn-main.gif) -169px -123px;
	background-repeat: no-repeat;
}
#btnExperie a:hover, #btnExperie a:visited:hover {
	background: transparent url(../images/about/btn-main.gif) -321px -123px;
	background-repeat: no-repeat;
}
