/* CSS Document */
body{
		background:#f5f5dc;
		
		font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
		font-size:12px;
		color:#005080;
		line-height:4px;
		padding:4px;
	    text-align: center;
}
.outline { 
    margin:0 10px;
	width: 800px;
	text-align: left;
}

A:link{ color:#0000FF; }
A:visited{ color:#600060; }
A:active{ color:#D00000; }
#main{
	height:200px;
	overflow:auto;
	padding:0px 10px;
	text-align: left;
	line-height:110%;
	}

div.up{
	text-align: center;
	z-index: 1;
	padding: 10px;
}

div.cen{
	text-align: center;
	clear: both;
	font-size:16px;
}

div.left{
	float: left;
	width: 50%;
	padding: 10px;
	z-index: 2;
		font-size:11px;
		font-weight: normal;
		font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
		line-height:12px;
}
div.right {
	float: right;
	width: 50%;
	z-index: 2;
	text-align: center;
	padding: 6px;
	line-height: 12px;
	font-size:16px;
}

div.left2{
	float: left;
	width: 70%;
	z-index: auto;
	line-height: 16px;
}

div.right2 {
	float: right;
	width: 30%;
	z-index: 2;
	text-align: center;
	padding: 6px;
	line-height: 12px;
}

H1{ 
		color:#602020;
		font-size:28px;
		font-style:italic;
		font:bold;
}

H2{
	font-size:14px;
	font-weight: normal;
}

p.B3{ 
		font:bold;
		font-size:18px;
}

p.I4{ 
		color:#602020;
		font-style:italic;
		font:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
}

div.left2 p em{
	text-decoration: line-through;
	font-style: normal;
}

H5{
		font-size:10px;
		font-weight: normal;
		font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
		line-height:24px;
}

p em{ color:#FF0000;
		font:bold;
	font-style: normal;
}

HR{ 	
		border:2px #007FAA;
		color:#007FAA;
		WIDTH:80%;
}

