/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");
/* Elements
----------------------------------------*/
body {
	background-image:url(../images/background/background.png);
	background-repeat:repeat-x;
	background-color:#819acc;
}
body, p, td, th, li, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.98em;
	line-height:1.5em;
	color:#000000;
}
#mainContainer {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	border-color: #999;
	border-width: 0.5px;
	border-style: dotted;
	background-color: #FFF;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
/*--- Link Styles ---*/
a:link, a:visited {

}
a:hover, a:active {
	text-decoration:none;
}
h1 {
	font-size:2em;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	color:#003;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}
h3 {
	color:#003;
	font-size:1.5em;
	padding: .825em 0 .5em 0;
}
h4 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}
h5 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}
h6 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}
ul {
	margin-left:25px;
	list-style-type:none;
}
ol {
	margin-left:25px;
}
blockquote {
	margin: 0 0 18px 18px;
	color:#666666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
/* Standard Definitions
----------------------------------------*/
.left {
	float:left;
}
.right {
	float:right;
}
.right img {
	margin-left:5px;
	margin-bottom:5px;
}
.clearright{
	clear:right;
}
.clearleft{
	clear:left;
}
.clearThis {
	clear:both;
}
.small {
	font-size:.625em;
}
.large {
	font-size:1em;
}
.soft {
	color:#D3D3D3;
}
.hide {
	display:none;
}
p.last {
	margin-bottom:0px;
}
/* Header
----------------------------------------*/
#header {
	width:inherit;
	height:100px;
}
/* header_item
	----------------------------------------*/
#header_item {
	margin: 10px;
	position:relative;
	font-size: 12px;
}
#logo {
	width:147px;
}
#head_tel {
	position:absolute;
	left:150px;
	top: 0px;
}
#head_name {
	position:absolute;
	right:10px;
	top: 0px;
}
/* Nav
----------------------------------------*/
#nav {
	padding-left:5px;
}
#nav a {
	float:left;
	display:block;
}



/* Main Content
----------------------------------------*/
#mainContent {
	width:inherit;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
/* contents
----------------------------------------*/
.content {
	padding-left: 5px;
	padding-right:5px;
}
.content h2 {
	background-image:url(../images/elementsImages/h3.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.content img {
	margin-right:5px;
	float: right;
	margin-left: 10px;
}

/* Top Page
----------------------------------------*/
#top h1{
	background-image:url(../images/background/h1.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}


/* bussiness
----------------------------------------*/
.BusItem {
	width:inherit;
	background-image: url(../images/background/BusItem_r3_c1.gif);
	background-position:left;
	clear:both;
	height: auto;
	background-repeat: repeat-y;
	margin-bottom:20px;
}
.BusItem .before{
	background-image:url(../images/background/BusItem_r1_c1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.BusItem .after{
	background-image:url(../images/background/BusItem_r5_c1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.BusEvent {
	width:inherit;
	background-position: bottom left;
	margin-bottom: 30px;
	clear:both;
	height: auto;
	background-repeat:repeat-y;
	background-image:url(../images/background/BusItem2_r3_c1.gif);
	background-position:left;
}
.BusEvent .before {
	background-image:url(../images/background/BusItem2_r1_c1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.BusEvent .after {
	background-image:url(../images/background/BusItem2_r5_c1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}



.BusLeft {
	display:inline;
	float:left;
	width:330px;
	height:auto;
	padding-left: 15px;
}
.BusRight {
	display:inline;
	float:left;
	width:330px;
	height:auto;
	padding-left: 50px;
}
/* qualification
----------------------------------------*/
.qualification {
	padding-left:15px;
	width:400px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.qualification dt {
	float:left;
	clear:left;
}
.qualification dd {
	margin-left:200px;
}

#requirement{
	background-image:url(../images/background/requirement_r2_c1.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight: bold;
}
#requirement .before{
	background-image:url(../images/background/requirement_r1_c1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* isuurance
----------------------------------------*/
#isuurance strong{
	font-size:1.1em;

}
/* join
----------------------------------------*/
#join_head {
	background-image:url(../images/background/join.jpg);
	background-repeat:no-repeat;
	height:300px;
}
#join_head h1{
	padding-left:20px;
	padding-top:220px;
	color:#FFF;
}
#narrow {
	width:600px;
	margin-left: 70px;
	margin-top: 20px;
}
#narrow h2{
	background-image:url(../images/elementsImages/h3.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;

}

/* company
----------------------------------------*/
#company_head {
	background-image:url(../images/background/company.jpg);
	background-repeat:no-repeat;
	height: 300px;
}
.mincho p{
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#company_head h1{
	padding-left:20px;
	padding-top:220px;
	color:#FFF;
}
#outline {
	margin-top:20px;
	margin-bottom: 20px;
}
#outline tr:hover {
	background-color:#ddddd5;
}

#outline table{
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

#outline table caption {
  margin-top: 1em;
  text-align: right;
}

#outline table th,
#outline table td {
  padding: 4px 6px;
}

#outline table th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFD9F3;
  white-space: nowrap;
}

#outline table td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  white-space: nowrap;
}


/* contact
----------------------------------------*/
#contact_head {
	background-image:url(../images/background/contact.jpg);
	background-repeat:no-repeat;
	height:300px;
}
#contact_head h1{
	padding-left:20px;
	padding-top:220px;
	color:#003;
}
#outline .input_text {
	width:200px;
}
/* mail
----------------------------------------*/
#mail_head {
	background-image:url(../images/background/mail.jpg);
	background-repeat:no-repeat;
	height:300px;
}
#mail_head h1{
	padding-left:20px;
	padding-top:240px;
	color:#003;
}



/* Footer
----------------------------------------*/
#banar {
	margin-left:5px;
}
#footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 150px;
}
#footer p {
	margin-right: 20px;


}
#footer_txt {
	position: absolute;
	top: 5px;
	left: 80px;
	width: 540px;
}
#footer img {
	padding: 5px;
	float: right;
	margin-right: 20px;
}
#footer strong{
	font-size:1.15em;
}
