/* browser-css reset */
*{
	margin:0;
	padding:0;
}
/* basic design structure */
.acBlue{color:#0c3688;}
.acRed{color:red;}
.acWhite{color:#ffffff;}
p{
	font-size:12px;
	text-align:left;
	line-height:1.5;
}
a{
	text-decoration:none;
	border:none;
}
img {border-style:none;}
ul{list-style:none;}
body{
	margin:0;
	padding:1;
	background: #ffffff url(images/all/back.gif) repeat-x;
}
#bilding{
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	border:1px solid #0c3688;
	background:#0c3688;
}
#bilding2{
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	border:1px solid #0c3688;
	background:#0c3688;
}
#topbar{
	width:800px;
	height:125px;
	padding:0;
	margin:0;
}

#menu2{
	width:800px;
	height:20px;
	padding:0;
	margin:0;
	background:#ffffff;
	}
ul#menu2Btn{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#menu2Btn li {
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}

ul#menu2Btn li.btn2_1 a{
	background:url(images/all/menu2top.gif);
	display:block;
	width:77px;
	height:20px;
}
ul#menu2Btn li.btn2_1 a:hover{
	background:url(images/all/menu2top-over.gif);
	}
ul#menu2Btn li.btn2_2 a{
	background:url(images/all/menu2kaishagaiyou.gif);
	display:block;
	width:82px;
	height:20px;
}
ul#menu2Btn li.btn2_2 a:hover{
	background:url(images/all/menu2kaishagaiyou-over.gif);
	}
ul#menu2Btn li.btn2_3 a{
	background:url(images/all/menu2kojin.gif);
	display:block;
	width:81px;
	height:20px;
}
ul#menu2Btn li.btn2_3 a:hover{
	background:url(images/all/menu2kojin-over.gif);
	}
ul#menu2Btn li.btn2_4 a{
	background:url(images/all/menu2kigyou.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_4 a:hover{
	background:url(images/all/menu2kigyou-over.gif);
	}
ul#menu2Btn li.btn2_5 a{
	background:url(images/all/menu2work.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_5 a:hover{
	background:url(images/all/menu2work-over.gif);
	}
ul#menu2Btn li.btn2_6 a{
	background:url(images/all/menu2ryoukin.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_6 a:hover{
	background:url(images/all/menu2ryoukin-over.gif);
	}
ul#menu2Btn li.btn2_7 a{
	background:url(images/all/menu2school.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_7 a:hover{
	background:url(images/all/menu2school-over.gif);
	}
ul#menu2Btn li.btn2_8 a{
	background:url(images/all/menu2seikatu.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_8 a:hover{
	background:url(images/all/menu2seikatu-over.gif);
	}
ul#menu2Btn li.btn2_9 a{
	background:url(images/all/menu2Jiken.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_9 a:hover{
	background:url(images/all/menu2Jiken-over.gif);
	}
ul#menu2Btn li.btn2_10 a{
	background:url(images/all/menu2qa.gif);
	display:block;
	width:80px;
	height:20px;
}
ul#menu2Btn li.btn2_10 a:hover{
	background:url(images/all/menu2qa-over.gif);
	}
#menu2bou{
	width:800px;
	height:5px;
	margin:0;
	padding:0;
	background:url(images/all/menu2bou.gif);
	overflow:hidden;
	}
#container{
	width:800px;
	height:auto;
	padding:0;
	margin:0;
	background:#0c3688;
}

#menu1{
	float:left;
	width:185px;
	padding:0 0 170px 0;
	margin:0;
	background:#0c3688 url(images/all/navi_1_back.gif) center bottom no-repeat;
}
ul#menu1Btn{
	margin:30px auto auto 19px;
	padding:0;
	}
ul#menu1Btn li{
	text-indent: -9999px;
	margin:10px 0 0 0;
	padding:0;
	}
ul#menu1Btn li.btn1 a{
	display:block;
	background: url(images/all/navi_1_top_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn1 a:hover{
	background: url(images/all/navi_1_top.gif) top left no-repeat;
	}
ul#menu1Btn li.btn2 a{
	display:block;
	background: url(images/all/navi_1_kaishagaiyou_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn2 a:hover{
	background: url(images/all/navi_1_kaishagaiyou.gif) top left no-repeat;
	}	
ul#menu1Btn li.btn3 a{
	display:block;
	background: url(images/all/navi_1_kojin_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn3 a:hover{
	background: url(images/all/navi_1_kojin.gif) top left no-repeat;
	}	
ul#menu1Btn li.btn4 a{
	display:block;
	background: url(images/all/navi_1_kigyou_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn4 a:hover{
	background: url(images/all/navi_1_kigyou.gif) top left no-repeat;
	}	
ul#menu1Btn li.btn5 a{
	display:block;
	background: url(images/all/navi_1_work_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn5 a:hover{
	background: url(images/all/navi_1_work.gif) top left no-repeat;
	}	
ul#menu1Btn li.btn6 a{
	display:block;
	background: url(images/all/navi_1_ryoukin_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn6 a:hover{
	background: url(images/all/navi_1_ryoukin.gif) top left no-repeat;
	}	
ul#menu1Btn li.btn7 a{
	display:block;
	background: url(images/all/navi_1_detectiveschool_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn7 a:hover{
	background: url(images/all/navi_1_detectiveschool.gif) top left no-repeat;
	}
ul#menu1Btn li.btn8 a{
	display:block;
	background: url(images/all/navi_1_seikatu_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn8 a:hover{
	background: url(images/all/navi_1_seikatu.gif) top left no-repeat;
	}
ul#menu1Btn li.btn9 a{
	display:block;
	background: url(images/all/navi_1_bouhan_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn9 a:hover{
	background: url(images/all/navi_1_bouhan.gif) top left no-repeat;
	}
ul#menu1Btn li.btn10 a{
	display:block;
	background: url(images/all/navi_1_qa_1.gif) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn10 a:hover{
	background: url(images/all/navi_1_qa.gif) top left no-repeat;
	}
ul#menu1Btn li.btn11 a{
	display:block;
	background: url(images/all/link02.jpg) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn11 a:hover{
	background: url(images/all/link.jpg) top left no-repeat;
	}
ul#menu1Btn li.btn12 a{
	display:block;
	background: url(images/all/mail02.jpg) top left no-repeat;
	width: 147px;
	height: 19px;
	}
ul#menu1Btn li.btn12 a:hover{
	background: url(images/all/mail.jpg) top left no-repeat;
	}
#contents{
	float:right;
	width:615px;
	padding:0;
	margin:0;
	background:#ffffff;
}
#footer{
	clear:both;
	width:800px;
	height:20px;
	padding:0;
	margin:0;
	background-color: #abb8c5;
	border-top:1px solid #336633;
	}
#footer p{
	text-align:center;
	font-size:small;
	color: #0c3688;
}
