h1.company{
	width:609px;
	height:34px;
	background:url(../images/company/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}

h1.history{
	width:609px;
	height:34px;
	background:url(../images/history/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}


h1.service1{
	width:609px;
	height:34px;
	background:url(../images/service1/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}


h1.service2{
	width:609px;
	height:34px;
	background:url(../images/service2/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}


h1.link{
	width:609px;
	height:34px;
	background:url(../images/link/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}

h1.contact{
	width:609px;
	height:34px;
	background:url(../images/contact/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}

h1.privacy{
	width:609px;
	height:34px;
	background:url(../images/privacy/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}

h1.recruit{
	width:609px;
	height:34px;
	background:url(../images/recruit/title.png);
	padding:0;
	text-indent:-9999px;
	margin:0 0 20px 0;
}

h3.kaikei{
	width:100%;
	height:22px;
	background:url(../images/heading_kaikei.png) no-repeat;
	text-indent:-9999px;
}

h3.office{
	width:100%;
	height:22px;
	background:url(../images/heading_office.png) no-repeat;
	text-indent:-9999px;
}

h3.supply{
	width:100%;
	height:22px;
	background:url(../images/heading_supply.png) no-repeat;
	text-indent:-9999px;
}

h4.categories{
	width:100%;
	height:22px;
	background:url(../images/heading_category.png) no-repeat;
	text-indent:-9999px;
}

h4.news{
	width:100%;
	height:22px;
	background:url(../images/heading_news.png) no-repeat;
	text-indent:-9999px;
}

.service1-1{
	width:940px;
	height:490px;
	background:url(../images/service1/service1-1.png);
	text-indent:-9999px;
}

.service1-2{
	width:940px;
	height:424px;
	background:url(../images/service1/service1-2.png);
	text-indent:-9999px;
}

.alignCenter{
	text-align:center;
}

.btn {
	background-color:#3bb3e0;
	padding:10px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.btn::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.btn:hover {
	color:#9CF;
}