.razon {  font-size: 10px; line-height: 12px}.razonl {  font-size: 12px; line-height: 13px}.razonhonbun { font-size: 10px; line-height: 14px }.unnamed1 {	font-size: 9px;}/* ---- リンクの色 ---- */a:link {  color: #ff9900;  /*-----リンクの色  -----*/  background: transparent;  /*----- 背景色透明 -----*/}a:visited {  color: #663366;　　/*----- 既リンク色 -----*/  background: transparent;  /*-----  -----*/}a:hover {　　　　　　/*-----かーそる乗せた  -----*/  color: #6b8e23;  background: transparent;}a:active {  color: #000000;  background: transparent;}/* ---- リストの黒丸を白丸に変更 ---- */.new {     list-style-type: circle;}/* ---- テキストの下線をなくす ---- */div a {   text-decoration: none;}