/* 各種ブラウザ初期座標値リセット*/

/* top－body共通 */

* {
	margin: 0;
	padding: 0;
}

BODY {
	FONT-SIZE: 101%; voice-family: inherit
}
DIV {
	FONT-SIZE: 101%; voice-family: inherit
}

#text-small {
	BORDER-RIGHT: #993 1px solid; BORDER-TOP: #e4e47d 1px solid; BACKGROUND: #FF9966; BORDER-LEFT: #e4e47d 1px solid; COLOR: #330; BORDER-BOTTOM: #993 1px solid
}
#text-medium {
	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-large {
	BORDER-RIGHT: #993 1px solid; BORDER-TOP: #e4e47d 1px solid; BACKGROUND:#FF9966; BORDER-LEFT: #e4e47d 1px solid; COLOR: #330; BORDER-BOTTOM: #993 1px solid
}
#text-large:hover {
	BACKGROUND: #e6e688; TEXT-DECORATION: underline
}
#text-small:hover {
	BACKGROUND: #e6e688; TEXT-DECORATION: underline
}
