﻿@charset "utf-8";

html{ 
    height:100%;
	overflow-y:scroll; 
}
body {
	color: #575757;
	margin:0px;
	font: 0.95em/1.3em "Meiryo", "MS UI Gothic", "Segoe UI", "verdana", "Arial";
	background-image: url(../img/back_body.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-color: #028A98;
	background-repeat: repeat-x;
}
blockquote {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}
a:link {
	color:#575757;
}
a:visited {
	color:#941D55;
}
img {
	border:0px;
	}

div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	
}
h1{
	float: left;
	height: 52px;
	width: 230px;
	
}
h2{
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 20px;
	padding-left: 15px;
	
}
h3{
	color: #FFFFFF;
	font-size: 0.95em;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 15px;
	width: 220px;
	
}
h4{
	background-image: url(../img/back_h4.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #2088BF;
	
}
li{
	margin:0px 0px 1em 2em;
	padding:0;
	
}

div.clear {
	clear: both;
	height:0px;
	margin: 0px;
	padding: 0px;

}

div.clear hr {
	display:none;
	}
div#top_line {
	background-color: #356299;
	height: 5px;
	width: auto;
	overflow: hidden;
	display:none;
}
div#header {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
div#top_menu {
	float: right;
	height: 52px;
	width: 703px;
}
div#top_menu ul a{
	list-style-type: none;
	text-indent: -1000px;
	display: block;
	overflow:hidden;
	background-image: url(../img/top_menu.gif);
	background-repeat: no-repeat;
	height: 52px;
}

div#top_menu li{
	list-style-type: none;
	float: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.tm_houjin {
	background-position:0px 0px;
	width:75px;
}
a.tm_recruit {
	background-position:-82px 0px;
	width:75px;
}
a.tm_kengaku {
	background-position:-168px 0px;
	width:58px;
}
a.tm_inquiry {
	background-position:-237px 0px;
	width:107px;
}
a.tm_link {
	background-position:-356px 0px;
	width:56px;
}
a.tm_sitemap {
	background-position:-422px 0px;
	width:101px;
}
a.tm_privacypolicy {
	background-position:-534px 0px;
	width:161px;
}
div#container {
	height: auto;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	
}
div#main_top {
	height: 8px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_main_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
div#main_mddle {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_main_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	clear: both;



	
}
div#main_bottom {
	height: 8px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	
}

div#footer_left {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-left: 5px;
	color: #FFFFFF;
}
div#footer_right {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 5px;
	text-align: right;
}
div#footer_right img {
 margin-right:5px;
}

.copyright {
	font-size: 10px;
	padding-left: 2px;
}

