@charset: "UTF-8";

body { line-height: 1em; background:#D3D3D3; }

#boxA { height: 140px; width: 980px; margin-left: auto; margin-right: auto; position: relative;  background: white; }

a:link { color:#000090; }
a:hover { color: darkgray; }

.company_name {
	position: absolute;
	top: 5px;
	left: 20px;
}

#box1 { 
	margin:10px;
	border-style: none;
	padding : 0px;
	height: 25px;
	width: 960px;
	position: absolute;
	top: 60px;
	left: 0px;
	<!-- background-color: bisque; -->
}


#boxA-s { 
	margin-top: 0px;
	border-style: none;
	padding : 0px;
	height: 20px;
	width: 110px;
	position: absolute;
	top: 50px;
	right: 20px;
}


/******************* ドロップダウンを含むmenuの設定 ****************/

.dropmenu{ 
	*zoom: 1; 
	list-style-type: none; 
	width: 960px; 
	margin: 5px auto 30px; 
	padding: 0; 
}

.dropmenu ul:before, .dropmenu ul:after{ 
	content: ""; 
	display: table; 
} 

.dropmenu ul:after{ 
	clear: both; 
} 

.dropmenu li{
	position: relative; 
	width: 14.25%; 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
}

.dropmenu li a{ 
	display: block; 
	margin: 0; 
	padding: 12px 0 10px;
	background: #000080; 
	color: #fff; 
	font-size: 15px; 
	line-height: 1; 
	text-decoration: none; 
} 

.dropmenu li ul{ 
	list-style: none; 
	position: absolute; 
	z-index: 9999; 
	top: 100%; 
	left: 0; 
	margin: 0; 
	padding: 0; 
} 

 
.dropmenu li ul li{ 
	width: 100%; 

} 

.dropmenu li ul li a{ 
	padding: 13px 15px; 
	border-top: 1px solid #000080; 
	background: #000080; 
	text-align: left; 
} 

.dropmenu li:hover > a{ 
	  background: #000080; 
} 

.dropmenu li a:hover{ 
	background: #6A5ACD; 
} 

#normal li ul{ 
	display: none; 
} 

#normal li:hover ul{ 
	display: block; 
} 

#dropmenu li ul li{ 
	overflow: hidden; 
	height: 0; 
	transition: .2s; 
} 
 
#dropmenu li:hover ul li{ 
	overflow: visible; 
	height: 38px; 
} 

/*************************************************************/




h1 { font-size: 1.2em;  font-weight: bold; }

#boxB { height: 910px; width: 980px; margin: auto; background: white; position: relative; }


table.text td {
	margin-left: 190px;
	padding: 10px;
	border: 1px solid #000000; 
}

table.text, table.text th {
	margin-left: 190px;
	padding: 0px;
	border: none; 
	text-align: left;
	border-collapse: collapse;
}

td.text1 { width: 100px; text-align: center }
td.text2 { width: 570px}

table.comment, table.comment th, table.comment td {
	margin-top: 0px;
	margin-left: 190px;
	padding : 0px;
	border: none;

}

.attention { color: #ff0000}

#copyright { 
	margin: 0px;
	border-style: none;
	padding : 0px;
	height: 50px;
	width: 500px;
	position: absolute;
	top: 850px;
	left: 270px;
}

/******************* 左上の採用情報の設定 ****************/

#box9 ul { 
	margin: 0px;
	padding : 0px;
	list-style: none;
	height: 100px;
	width: 130px;
	position: absolute;
	top: 60px;
	left:40px;
}

#box9 li {
	margin: 0px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	}

#box9 li a {
	display: block;
	margin: 0;
	padding: 7px 10px;
	text-decoration: none;
	background-color: #e6e6fa;
	color: 0000;
} 

h2 { font-size: 1em;  font-weight: bold; }

#box9 h2 {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	background-color: #000080;
	color: #ffffff;
}

#box9 li a:hover { 
	background-color: #6A5ACD;
}



