/* Chinkin "index print" CSS 2005/10/11 *//* element*/body {	font-size: 11px;	color: #FFF;	background-color: #000;	margin: 0px;	padding: 0px;	padding-top: 20px;	padding-bottom: 20px;}h2 {	font-size: 11px;	color: #000;	background-color: #FFF;	text-align: left;	margin-bottom: 30px;}h3 {	font-size: 10px;	margin-bottom: 0px;	color: #991F1F;	background-color: #FFF;}h4 {	font-size: 10px;}hr {	border: none;	color: #CCC;	background-color: #CCC;	height: 1px;}img {	border: none;}em {	font-weight: bold;}/* id*/* {	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", Sans-serif;}#coverText {	font-size: 10px;	margin: 0px;}#coverTitle {	font-size: 11px;	margin: 0px;}#copyright {	font-size: 10px;	margin: 0px;}/* links */a:link {	color: #99701F;	background-color: transparent;	text-decoration: underline;}a:visited {	color: #99701F;	background-color: transparent;	text-decoration: underline;}/* class */.text {	font-size: 10px;	line-height: 180%;}.textCenter {	font-size: 10px;	line-height: 180%;	text-align: center;}.supplement {	font-size: 9px;	line-height: 150%;	color: #4D4D4D;}.supplementCenter {	font-size: 9px;	line-height: 150%;	text-align: center;}
