@charset "utf-8";

#office_contents {
	width:600px;
}
#main #office_contents ul,
#main #office_contents ol {
	width:auto;
	border:none;
	font-weight::normal;
	
}
#main #office_contents ul li {
	font-weight::normal;
}
#office_contents table.office {
	width:600px;
}

#office_contents table.office th {
	width:150px;
	background-color:#eeeeee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size:14px;
	color:#222;
}
#office_contents table.office td {
	padding:10px;
}

#office_contents table.office td strong {
	color:#333;
}

#office_contents table.office td ul {
	margin-top:5px;
	margin-left:20px;
	margin-bottom:0;
	padding-bottom:0;
}
#office_contents table.office td ul li {
	list-style-position:inside;
}
