@charset "UTF-8";
/* CSS Document for html/about_us/ */

#archiveList {
	margin-top:20px;
	height:370px;
	overflow:auto;
	border:1px #eee solid;
	padding:0px;
}

#archiveList h2 {
	background-color:#eee;
	padding:8px;
}

#archiveList h2:first-child { margin-top:0px; }

#archiveList p {
	margin: 0px 40px 4px 40px;	
	border-bottom:1px #eee solid;
}

#aboutMeContent {
	font-size:1.3em;
	line-height:1.2em;
}