@charset: "UTF-8";

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

#boxA { height: 120px; 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: 1450px; width: 980px; margin: auto; background: white; position:relative; }


table.headline, table.headline td, table.headline th {
	margin-left:150px;
	padding: 0px;
	border: none;
	text-align: left;
 	line-height: 1.5em;  
}

td.headline1 { width: 700px}

table.text td {
	margin-left:150px;
	padding: 3px 0px;
	border: 1px solid #000000;   
}

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

td.text1 { width: 170px; text-align: center; vertical-align:center}
td.text2 { width: 420px; text-align: center}
td.text3 { width: 150px; text-align: center; vertical-align:center}

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

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

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

