@charset "utf-8";
@import "footer.css";
/*-----------------------------------------------
   Initialization
------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
/*-----------------------------------------------
   default
------------------------------------------------*/
html { border-width:0px; }
body {
	color: #333333;
	line-height: 1.4em;
	padding-left:2px;
}
/*-----------------------------------------------
  templates
------------------------------------------------*/
#wrapper {
	position:relative;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#headbar {
	position:absolute;
	left:0px;
	width:0px;
	height:1px;
	overflow:hidden;
	background-color: #b5b2b5;
}
#search-text {
	width:112px;
	height:16px;
	margin-top:7px;
	margin-bottom:3px;
	border: 1px solid #cfcfcf;
	font-size:13px;
	letter-spacing:0px;
	line-height:16px;
}
#head_knavi {
	font-size:10pt;
	vertical-align:bottom;
	height:22px;
	background-image:url(../fmt_img/tip_navi_bg.gif);
/*	background-repeat:repeat-x;
	background-position: 0% 100%;*/
}
#head_knavi a:link {
	color:#333333;
	text-decoration:none;
}
#head_knavi a:hover {
	color:#333333;
	text-decoration:underline;
}
#head_knavi a:visited {
	color:#333333;
	text-decoration:none;
}
/*-----------------------------------------------
   Others
------------------------------------------------*/
.c_com{
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.job{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}



/*
	急遽案内用エリア
*/
.info_area {
	border:1px solid #333333;
	margin:5px 0px;
	text-align:left;
}
.info_area td {
	padding: 0px 10px;
}
.info_red {
	color: #FF0000;
	font-weight: bold;
}

/* ここまで */

