
/* レイアウト */

/* 全体 */
body	{
	width:710px;
	
 	margin:0 auto 0;
	padding:0px;

	font-size:small;
	text-align:center;
	color:#333333;
	}


/* トップメッセージ */	
h1	{
	width:710px;

 	margin:0 auto 0;

	text-align:center;
	font-size:small;
	font-weight:normal;
	}


/* ヘッダー */
#header	{
	width:710px;	/* 710px */
	height:100px;	/* 100px */

	background:#fff url(../images/header_bg.gif) ;
	background-position: center top;
	background-repeat:no-repeat;

 	margin:0 auto 0;

	position:relative;

	text-align:right;
	}

#header_left	{
	width:100px;	/* 100px */
	
	padding-top:10px;

	top:0;
	left:0;

	float:left;
	}

#header_right	{
	width:590px;	/* 610px */

	top:0;
	left:0;

	text-align:right;

	padding:20px 20px 0 0;
  	margin:0 0 0 100px;

	position:absolute;
	}

/* メニュー */
#menu {
	margin-top:15px;
	text-align:right;
}


/* メイン */
#main	{

	width:708px;

 	margin:0 auto 0;
	padding:0;

	background-color:#fff;
	border-right:solid 1px #9ABE9A;
	border-left:solid 1px #9ABE9A;
  	}

#mainbody	{
	width:640px;	/* 700px */
	padding:30px;

	text-align:left;
	vertical-align:top;

	line-height:110%;

	background-color:#fff;
	}

#mainbody_index	{
	width:640px;	/* 700px */
	height:555px;	
	padding:30px 30px 10px 30px ;

	text-align:right;
	vertical-align:top;

	line-height:110%;

	background-image:url(../images/img_top3.jpg) ;
	background-position: left top;
	background-repeat:no-repeat;
}

/* 下部メニュー */
.ft_menu	{
  	margin:0 auto;
	padding:10px 0 0 0;

	text-align:center;
	font-size:85%;
 	}

.ft_menu a	{
	color:#333333;
}

.ft_menu a:hover	{
	color:#49A0D0;
}


/* フッター */
#footer	{
	background:#fff url(../images/footer_bg.gif) ;
	background-position: center top;
	background-repeat:no-repeat;

	width:710px;
	height:26px;	/* 35px */

	text-align:center;
  	margin:0 auto;

	padding-top:9px;
}


/* コピーライト */
#copy	{
   	margin:5px auto 0;

	font-size:x-small;
	font-family: sans-serif;
}

/* 求人バナー */
#bn	{
	width:710px;
   	margin:5px auto 0;
	text-align:right;

}

