@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}
.wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.copyright{
	font-size: 9px;
	text-align: right;
}
h1 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}
.header {
	margin: 0px;
	padding: 10px;
	width: 780px;
	clear: both;
}
.menu {
	clear: both;
	height: 24px;
	background-color: #2a5caa;
}
.menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li{
	display:inline;
	float:left;
	width:130px;
}
#menutop a{
	background-image: url(images/btn01.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
}
#menuservice a{
	background-image: url(images/btn02.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
}
#menuabout a{
	background-image: url(images/btn03.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
}
#menurecruit a{
	background-image: url(images/btn04.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
}
#menusoho a{
	background-image: url(images/btn05.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
}
#menucontact a{
	background-image: url(images/btn06.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	text-decoration: none;
	display: block;
	text-indent:-9999px;
}
.submenu {
	font-size: 10px;
	text-align: center;
	clear: both;
	padding: 10px;
}
.banner {
	float: right;
	width: 660px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	margin-top: 40px;
}
.contents {
	clear: both;
}
.left {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 160px;
}

.main {
	float: right;
	width: 580px;
	margin: 0px;
	padding: 20px;
	font-size: 12px;
	line-height: 1.5em;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #0000FF;
	padding: 5px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	border-left-color: #666666;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #666666;
}
h2 {
	font-size: 10px;
	font-weight: normal;
}

