/* class設定 */.small, .xsmall, .large, .xlarge , .xxlarge{	font-family:Arial, Verdana, sans-serif}/* リンク設定 */A{}A:link { color:#003366;text-decoration:underline}A:visited { color: #003366;text-decoration:underline}A:hover   { color: #006600;text-decoration:none}A:active  { color: #0000FF;text-decoration:none}/* Hタグ文字設定 */h1 {	font-size: 10px; margin: 0;} /* ↓サイト毎の設定は以下に記載↓ */body {	color: #444444;	margin: 0px;}.line {	border-width: 1px; border-style: solid;	border-color: #B3B3B3;}.underline {	border-width: 1px;	border-bottom-style: solid;	border-color: #B3B3B3;}.rightline {	border-width: 1px;	border-right-style: solid;	border-color: #B3B3B3;}.dot{	border-width: 1px; border-style: dashed;	border-color: #B3B3B3;}