﻿/* ===== Universal Reset ===== */

*{
	margin: 0;
	padding: 0;
}


/* ===== Basic Style ===== */

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

body {
	background-color: #f6f4dc;
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	letter-spacing: 1px;
	height: 100%;
}

img, a img {
	border: 0;
	vertical-align: bottom;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}


a:link,
a:visited {
	color: #444;
}

a:active,
a:hover {
	color: #f29a2c;
}


#link-top {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#link-page1 {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/* ===== Body Area ===== */

#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(../image/common/body_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0 20px;
}


/* ===== Header Area ===== */

#header {
	width: 800px;
	height: 73px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../image/common/header_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	margin: 0 0 0 10px;
}

#header h2 {
	margin-top: 0px;
	margin-left: 10px;
	display:block;
	float:left;
	color: #277700;
	font-size: 65%;
	line-height: 32px;
}
#header .s-navi {
	float: right;
	list-style-type: none;
	height: 68px;
	margin-right: 10px;
}
#header .s-navi li {
	float: left;
	margin-top: 15px;
	padding: 0 15px;
	background: url(../image/common/cursol_list.jpg) 0 0.3em no-repeat;
	color: #444;
	font-size: 65%;
}
#header .s-navi li.first {
	padding: 0 0 0 15px;
}


/* ===== Gnavi Area ===== */

#gnavi {
	float: left;
	width: 800px;
	height: 38px;
}

#gnavi li {
	float: left;
}

#gnavi li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 38px;
	background: url(../image/common/gnavi.jpg) top left;
}

#gnavi li#navi-company a {
	width: 134px;
	background-position: 0 top;
}

#gnavi li#navi-service a {
	width: 134px;
	background-position: -134px top;
}

#gnavi li#navi-recruit a {
	width: 133px;
	background-position: -268px top;
}

#gnavi li#navi-link a {
	width: 133px;
	background-position: -401px top;
}

#gnavi li#navi-privacy a {
	width: 133px;
	background-position: -534px top;
}

#gnavi li#navi-contact a {
	width: 133px;
	background-position: -667px top;
}

#gnavi li#navi-company-on a,
#gnavi li#navi-company-on a:hover,
#gnavi li#navi-company a:hover {
	width: 134px;
	background-position: 0 bottom;
}

#gnavi li#navi-service-on a,
#gnavi li#navi-service-on a:hover,
#gnavi li#navi-service a:hover {
	width: 134px;
	background-position: -134px bottom;
}

#gnavi li#navi-recruit-on a,
#gnavi li#navi-recruit-on a:hover,
#gnavi li#navi-recruit a:hover {
	width: 133px;
	background-position: -268px bottom;
}

#gnavi li#navi-link-on a,
#gnavi li#navi-link-on a:hover,
#gnavi li#navi-link a:hover {
	width: 133px;
	background-position: -401px bottom;
}

#gnavi li#navi-privacy-on a,
#gnavi li#navi-privacy-on a:hover,
#gnavi li#navi-privacy a:hover {
	width: 133px;
	background-position: -534px bottom;
}

#gnavi li#navi-contact-on a,
#gnavi li#navi-contact-on a:hover,
#gnavi li#navi-contact a:hover {
	width: 133px;
	background-position: -667px bottom;
}


/* ===== Location Area ===== */

#location {
	float: left;
	width: 800px;
	height: 20px;
	background-color:#fbf6de;
	background: url(../image/common/location_back.jpg) top left;
	border-bottom: #cccccc solid 1px;
	text-align: left;
}

#location p {
	margin-top: 2px;
	margin-left: 10px;
	color: #444;
	font-size: 65%;
	line-height: 150%;
}



/* ===== Contents Area ===== */

#contents {
	width: 800px;
	height: 100%;
}


/* ===== Back Button Area ===== */

#back-button {
	width: 800px;
	height: 10px;
	margin-top: 10px;
	text-align: right;
}

#back-button img {
	float: right;
	margin-right: 20px;
}


/* ===== Footer Area ===== */

#footer {
	width: 800px;
/*	height: 40px;*/
	margin-top: 30px;
	padding-top: 9px;
/*	padding-bottom: 10px;*/
	border-top: #cccccc solid 1px;
}

#footer .s-navi {
	float: left;
	list-style-type: none;
/*	height: 40px;*/
	margin-left: 10px;
}
#footer .s-navi li {
	float: left;
	margin-top: 5px;
	padding: 0 12px;
	background: url(../image/common/cursol_list.jpg) 0 0.3em no-repeat;
	color: #444;
	font-size: 65%;
}
#footer .s-navi li.first {
	padding: 0 0 0 12px;
}

#footer-under {
	width: 800px;
	margin-top: 5px;
	padding-bottom: 10px;
}

#footer-under .space {
	width: 800px;
	float: center;
	text-align: center;
}
#footer-under .space p {
	color : #555;
	font-size: 75%;
	line-height: 150%;
}

#footer-banner {
	width: 800px;
	padding-bottom: 10px;
}

#footer-banner img {
	float: right;
	margin-right: 15px;
}

