@charset "shift_jis";
/*-------------------------
　　背景・基本設定
-------------------------*/
body {
	background-color: #CCCCCC;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	color:#333333;
}

.normal {
	color:#333333;
	font-size:12px;
	line-height: 140%;
}

.big {
	color:#333333;
	font-size:14px;
	font-weight: bold;
	line-height: 150%;
}
.text	 {
	margin: 0px 20px 30px 20px;
	font-size:12px;
	line-height:150%;
}
/*-------------------------
　　キーワード
-------------------------*/
h1 {
	margin: 0px;
	font-size: 12px;
	color: #333333;
	background-image:url(../img/logo2.gif);
	background-repeat:no-repeat;
	background-position: 100% 100%;
	text-align: right;
	padding: 9px 58px 26px 0px;
	font-weight: normal;
}

/*-------------------------
　　テーブルクリア
-------------------------*/	
.table {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

/*-------------------------
　　トップページ
-------------------------*/	
.left {
	width: 323px;
	margin: 12px 0px 30px 26px;
	/*\*/*margin: 12px 0px 30px 13px;/**/
	float: left;
}

.right {
	width: 347px;
	margin: 12px 26px 30px 0px;
	/*\*/*margin: 12px 13px 30px 0px;/**/
	float: right;
}

/*-------------------------
　　ページ区切りライン
-------------------------*/
.line {
	border-top: 1px solid #037BC1;
	border-bottom: 1px solid #005485;
	margin: 0px 8px;
	clear: both;
}

/*-------------------------
　　下部メニュー
-------------------------*/
.menu-u {
	font-size: 12px;
	text-align: right;
	margin: 7px 17px;
	color: #005485;
}
.menu-u a:link {
	font-size: 12px;
	color: #005485;
	text-decoration: none;
}
.menu-u a:visited {
	font-size: 12px;
	color: #005485;
	text-decoration: none;
}
.menu-u a:hover {
	font-size: 12px;
	color: #005485;
	text-decoration: underline;
}

/*-------------------------
　　コピーライト
-------------------------*/
.copy {
	text-align: center;
	line-height: 140%;
	font-size: 12px;
}

/*-------------------------
　　新着情報
-------------------------*/
.new {
	margin: 10px;
	line-height: 150%;
}
.new a:link {
	color: #FF3300;
	text-decoration: none;
}
.new a:visited {
	color: #FF3300;
	text-decoration: none;
}
.new a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/*-------------------------
　　採用情報
-------------------------*/
.recruit {
	margin: 10px 10px 10px 3px;
	line-height: 130%;
}
.detale {
	clear:both;
	text-align:right;
	margin-top: 7px;
}