@charset "utf-8";
/* CSS Document */

/*company******************************************************/

#pageTitle{margin-bottom:30px;}

#contents table{
	margin-bottom:30px;
	border-top:1px #999 solid;
}
#contents table th,#contents table td{
	line-height:1.7;
	vertical-align:top;
	text-align:left;
	padding:5px 10px;
	border-bottom:1px #999 solid;
}
#contents table th{
	background-color:#FAEBD5;
	width:20%;
}
#contents table td ul{
	list-style:disc;
	margin-left:1.5em;
}

#access{
	margin-bottom:30px;
	overflow:hidden;
	padding-top:10px;
}
* html #access{zoom:1;}
#access p{
	margin-bottom:5px;
	line-height:1.7;
}
#access #mapImg{
	width:338px;
	float:left;
}
#access .txt{
	width:312px;
	float:right;
}

#groups h4{
	margin-bottom:15px;
	font-size:110%;
}
#groups ul{
	padding-left:3em;
	margin-bottom:10px;
	list-style:disc;
}
#groups ul li{line-height:1.7;}
#contents #groups ul.goLink{padding-left:1.8em;}


@media print{
	#access{overflow:visible;}
}