@charset "utf-8";
/*--- Style Sheet for ramune718 ---*/
body { 
	background-color: #CCFFFF; 
	color: #003333; 
} 
.inner { 
	background-color: #FFFFCC; 
	border: thin solid #FFFF00; 
} 
a { 
	color: #FF0000; 
} 
header #header-text1 { 
	font-size: x-large; 
	font-weight: bold; 
	text-align: center; 
	color: #003333; 
} 
header #header-text2 {
	font-size: large; 
	font-weight: bold; 
	text-align: center; 
	color: #003333; 
} 
header #header-text3 {
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
	color: #003333; 
} 