/* CSS Document */
.h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #FFFFFF;
	font-size: small;

}
#back {
background-color:#FFFFFF;
background-image:url(images/ahterback.jpg);
margin:0 auto;
width:1026px;
}
/*右メニュー枠*/
#wrapper{
 width: 285px;
 margin-left: 2px;
 }
#header{
 background-color: #FFFFFF;
  height: 127px;/*ボックスの高さ*/
  }
#container{
position: relative;/*＃primaryとsecondaryの親ボックスにするためにrelativeを指定*/
margin: 2px 0;/*上下方向に１０PXマージンを指定*/
width:100%;/*ボックスの幅を指定*/
}
#primary{
   /*positionの指定を削除*/
   background-color: #FFFFFF;
   height: 104px;

   }
#footer{
	background-color: #FFFFFF;
		height: 100px;
		}
#footer2{
	margin: 2px 0;/*上下方向に１０PXマージンを指定*/
	background-color: #FFFFFF;
		height: 100px;
		}
.leftmenu {
	background-image: url(images/backleft.gif);
	background-repeat: no-repeat;
}
.leftmenu2 {
	background-image: url(images/inforimage.jpg);
	background-repeat: no-repeat;
}
/*左メニュー枠組*/

#leftbox {
	float: left;
	width: 285px;
	margin-left: 5px;
	position: static;
	text-align: left;
	margin-top: 5px;

}
#leftbox2 {
	float: left;
	width: 285px;
	margin-top: 5px;
	margin-left: 5px;
	position: static;
	text-align: left;
}
/*ヘッダメニュー*/
div.navi {
	padding: 3px;
	font-size: 75%;
	margin-bottom: 5px;
	margin-right: 30px;





}
div.navi a {
	color: #999999;
	text-decoration: none;
	border-right: 1px solid #000000;
	padding-right: 0.3em;
	padding-left: 0.3em;


}
/*メールふぉーむ*/
#mail {
	font-size: small;
	color: #333333;
}

#mail2 {
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;

}
mail3 {
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
#mail td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#recruit {
	font-size: medium;
	color: #333333;
	line-height: 20px;

}
#recruit td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.recruitb2 {
	background-image: url(images/recruit_back2.gif);
	height: 450px;
	width: 550px;
	margin-top: 10px;

}

