@charset "utf-8";
/*--- Style Sheet for shimizu ---*/
body { 
	background-color: #CCCCFF; 
	color: #000000; 
} 
.inner { 
	background-color: #99FFFF; 
	border: thin solid #66FFFF; 
} 
a { 
	color: #000099; 
} 
header #header-text1 { 
	font-size: large; 
	font-weight: bold; 
	text-align: left; 
	color: #9933FF; 
} 
header #header-text2 {
	font-size: xx-large; 
	font-weight: bold; 
	text-align: center; 
	color: #0000FF; 
} 
header #header-text3 {
	font-size: medium; 
	font-weight: normal; 
	text-align: right; 
	color: #FF0000; 
} 