﻿/* ===== 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 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	
	font-size: 100%;
	line-height: 115%;
	letter-spacing: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

img, a img {
	border: 0;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clerfix { display: block; }
/* End hide from IE-mac */



/* ===== Body Area ===== */

#container {
	width: 770px;
	margin: 0 auto;
	background-image: url(../image/common/back_body.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0 3px;
}



a.submenu:link,
a.submenu:visited,
a.submenu:active {
	color:#3a1c1a;
	text-decoration: none;
}

a.submenu2:link,
a.submenu2:visited,
a.submenu2:active {
	color:#fff;
	text-decoration: none;
}

a.back:link,
a.back:visited,
a.back:active {
	color: #b1552a;
	text-decoration: none;
}

a.system:link,
a.system:visited,
a.system:active {
	color:#666;
	text-decoration: none;
}

a.service:link,
a.service:visited,
a.service:active {
	color: #b1552a;
	text-decoration: none;
}

a.recruit:link,
a.recruit:visited,
a.recruit:active {
	color:#b1552a;
	text-decoration: none;
}

a.recruit_form:link,
a.recruit_form:visited,
a.recruit_form:active {
	color:#b1552a;
	text-decoration: none;
}

a.contact:link,
a.contact:visited,
a.contact:active {
	color:#b1552a;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}



/* ===== Header Area ===== */

#header {
	clear: both;
	width: 770px;
	height: 80px;
	background-image: url(../image/common/back_header.jpg);
}

.header1 {
	float: left;
	margin: 0px;
	height: 57px;
}

#txt_header {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #2e0e0c;
	font-size: 75%;
}

/* ===== globalNaviArea Area ===== */

#gnavi {
	float: left;
	width: 770px;
	clear: both;
}

#gnavi li {
	float: left;
	width: 110px;
	height: 35px;
	line-height: 0px;
}
#gnavi li a {
	display: block;
	width: 110px;
	height: 35px;
	line-height: 0px;
}



/* ===== Location Area ===== */

#location {
	width: 770px;
	height: 27px;
	text-align: left;
	background-image: url(../image/common/back_location.gif);
	background-repeat: no-repeat;
}

#location_text {
	margin-top: 4px;
	margin-left: 30px;
	color: #2E0E0C;
	font-size: 75%;
}

a.location:link,
a.location:visited,
a.location:active {
	color:#2e0e0c;
	font-size: 75%;
	text-decoration: none;
}

/* ===== Footer Area ===== */

#footer {
	margin-top: 30px;
	width: 770px;
	height: 35px;
	background-image: url(../image/common/back_footer.jpg);
}

#footer_text1 {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #fff;
	font-size: 75%;
}

#footer_text2 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #fff;
	font-size: 75%;
}
