/* BASIC DESIGN */
body {  
	font: 9pt/12pt "MS ゴシック",Osaka; 
	color: #010E22; 
	background: #EAEAFE; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

p { 
	font: 9pt/12pt "MS ゴシック",Osaka; 
	margin-top: 0px; 
	text-align: left;
	color: #010E22;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2222FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6600FF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000044;
	}
#borderTitle{
    border-top-color:#7B68FA;
    border-top-style:solid;
    border-top-width:2px;
}
#indexBorder{
    border-style:dotted;
	border-color:#C0A004;
}



