body 	{ background: white url(../img/bg.gif) repeat-x }
a:link	{ color: #d12144;		text-decoration: none }
a:active	{ color: purple;		text-decoration: none }
a:vlink	{ color: #c71585;		text-decoration: none }
a:hover	{ color: purple;		text-decoration: underline }
a		{ text-decoration: none }

.base	{ font-size: 13px; line-height: 21px }
.font1	{ font-size: 13px }
.font2	{ font-size: 11px }
.font3	{ font-size: 11px; line-height: 16px }

h1		{ margin: 0px }
h2		{ margin: 0px }
h3		{ margin: 0px }

/* メニュー部分のリンク */
A.menu:link   { color: #ffffff; font-weight: bold; text-decoration: none } /* 白 */
A.menu:visited  { color: #ffffff; font-weight: bold; text-decoration: none } /* 白 */
A.menu:active  { color: #d12144; font-weight: bold; text-decoration: none } /* 赤 */
A.menu:hover  { color: #d12144; font-weight: bold; text-decoration: none } /* 赤 */