/* CSS Document 
for English archive menu title
*/

@import "color.css";

body {
	background: #FFFFFF;
	color: #7BA3AB;
	line-height: 115%;
	font-family: "Lucida Grande", Osaka, "MS Gothic", "‚l‚r ƒSƒVƒbƒN", sans-serif;
	font-weight: bold;
}

td {
	font-size: 8pt;
}

a:link { color: #5A7D83; text-decoration: none; }
a:visited { color: #5A7D83; text-decoration: none; }
a:active { color: #5A7D83; text-decoration: underline; }
a:hover { color: #5A7D83; text-decoration: underline; }

div.page_title {
	width: 100%;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 40px;
	background: #FFFFFF;
/*	border: 1px solid #FFFFFF;	*/
}

div.title_frame {
	height: 100px;
	margin: 20px 0px 30px 45px;
/*	border: 1px solid;	*/
}

div.list_box {
	height: 90px;
	padding-top: 0px;
	padding-left: 2px;
	border-left: 1px solid;
}

.norm_line {
	line-height: 100%;
}