body { text-align:center; }
#body_id{
	/*上　右　下　左*/
	margin:10 auto 10 auto;
	/*外枠　Gray (#808080)*/
	border:1px solid #808080;
	/*背景　White (#FFFFFF)*/
	background:#FFFFFF;
	/*幅*/
	width:770px;
	/*フォントサイズ*/
	font-size:10pt;
	/*色　Gray (#808080)*/
	color:#80808;
	/*テキストの配置　センタリング*/
	text-align:center;
}
/*タイトル部*/
#title_id{
	/*背景　Navy (#000080)*/
/*	background:#000080;*/
	background: url(img/banbg.png) repeat-x;
	/*下外枠　Silver (#C0C0C0)*/
	border-bottom:1px solid #FFFFFF;
	/*高さ*/
	height:50px;
	/*文字間隔*/
	letter-spacing:2.5px;
	/*テキストの配置　左寄せ*/
	text-align:left;

}
/*タイトル文字*/
#header h1{
	/*フォントサイズ*/
	font-size:24pt;
	/*色　White (#FFFFFF)*/
	color:#FFFFFF;
	/*外側余白*/
	margin:0;
	/*内側余白　上下：10　左右：20*/
	padding:10px 30px;
}

/*メニュー*/
#menu{
	margin:0px;
	padding:0;
	width:770px;
	height:30px;
	background:url('img/menubg.png');
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
#menu li{
	list-style:none;
	width:110px;
	float:left;
}
#menu li a{
	display:block;  
	line-height:30px;  
	font-size:11pt;
	font-weight:bold;
	text-align:center;  
	text-decoration:none;
	color:#666;
}
#menu li a:hover{
	background:url('img/menubg2.png');
}

/*イメージ*/
#image{
background-color:#133d6f;
background-image:url('img/image.jpg'); 
background-repeat:no-repeat;
width:770px;
height:80px;
/*margin:10px auto;*/
}

#image h3{
color:#fff;
font-size:15pt;
text-align:right;
padding:5px;
margin:0;
}
#image h2{
color:#fff;
font-size:12pt;
text-align:right;
padding:5px;
margin:0;
}
#left{
margin-top:20px;
margin-bottom:20px;
width:170px;
float:left;
text-align:left;
}
#sidemenu{
border:1px solid #777;
border-bottom-width:0;
margin-left:10px;
}
#left h2{
border-bottom:1px solid #777;
/*background:#2a5385 url('img/sidebg.png') repeat-y left top;
*/
background:#2a5385;
font-size:1em;
margin:0;
padding:4px 10px;
color:#fff;
}
#left ul{
list-style-type:none;
margin:0;
padding:0;
}
#left li{
border-bottom:1px solid #777;
font-weight:normal;
margin:0;
padding:4px 10px;
font-size:1em;
}
#left li a{
width:100%;
text-decoration:none;
color:#555;
}
#left li a:hover{
color:#5c7faa;
}
#right{
margin-top:20px;
width:570px;
float:right;
padding:0 0 10px 0;
text-align:left;
}
#right a{
color:#4e71a9;
}
#right a:hover{
color:#ced5e5;
}
#right h2{
background:url('img/titlebg.png') no-repeat left top;

color:#fff;
font-size:12pt;
margin:0px 10px 0px 0px;
padding:6px 0px 10px 10px;
}

#right h3{
color:#777;
font-size:14pt;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
}

#right p{
	font-weight:normal;
	margin:0 10px 15px 0;
	padding:0 10px;
	font-size:1em;
	line-height:120%;
}
/*TOPICS*/
#right topics{
background:url('img/icon.png') no-repeat left top;

color:#777777;
font-size:10pt;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
}

#pagetop{
padding:20px 10px 0 0;
text-align:right;
}

/*採用 */
.tb01{
	border-top:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	margin-left:10px;
	margin-bottom:15px;
	font-size:1em;
}

.tb01 td{
	padding:3px 7px;
	vertical-align:top;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

.tb01 th{
	padding:4px 7px 2px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	white-space:nowrap;
}
/*挨拶 */
.tb02{
	border-top:0;
	border-left0;
	margin-left:10px;
	margin-bottom:15px;
	font-size:1em;
}

.tb02 td{
	padding:3px 7px;
	vertical-align:top;
	border-right:0;
	border-bottom:0;
}

.tb02 th{
	padding:4px 7px 2px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	border-right:0;
	border-bottom:0;
	white-space:nowrap;
}


#copy{
	clear:both;
	border-top:1px solid #666;
	color:#666;
	padding:3px 10px;
	text-align:center;
	font-size:10pt;
}
