/* 各種ブラウザ初期座標値リセット*/ /* top-body共通 */ * { margin: 0; padding: 0; } BODY { FONT-SIZE: large; voice-family: inherit } DIV { FONT-SIZE: large; voice-family: inherit } /*#main { WIDTH: 700px }*/ #voice { line-height:100%; font-size:12px; } /*H1 { BACKGROUND: url(title-large.gif); HEIGHT: 70px }*/ #text-small { BORDER-RIGHT: #993 1px solid; BORDER-TOP: #E4E47D 1px solid; BACKGROUND: url(images/textsize-back.gif) #ff9; BORDER-LEFT: #E4E47D 1px solid; COLOR: #330; BORDER-BOTTOM: #993 1px solid } #text-medium { BORDER-RIGHT: #993 1px solid; BORDER-TOP: #E4E47D 1px solid; BACKGROUND: url(images/textsize-back.gif) #ff9; BORDER-LEFT: #E4E47D 1px solid; COLOR: #330; BORDER-BOTTOM: #993 1px solid } #text-large { BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ddd 1px solid; BACKGROUND: #eee; BORDER-LEFT: #ddd 1px solid; COLOR: #ccc; BORDER-BOTTOM: #ccc 1px solid } #text-medium:hover { BACKGROUND: #E6E688; TEXT-DECORATION: underline } #text-small:hover { BACKGROUND: #E6E688; TEXT-DECORATION: underline }