@charset "utf-8";
/*--- Style Sheet for toshio ---*/
body { 
	background-color: #EEEEEE; 
	color: #660000; 
} 
.inner { 
	background-color: #DDDDDD; 
	border: thin solid #CCCCCC; 
} 
a { 
	color: #006600; 
} 
header #header-text1 { 
	font-size: x-large; 
	font-weight: bold; 
	text-align: center; 
	color: #660000; 
} 
header #header-text2 {
	font-size: large; 
	font-weight: bold; 
	text-align: center; 
	color: #660000; 
} 
header #header-text3 {
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
	color: #660000; 
} 