/* common */

body		{ background-color:#006600 ; color:#000000 ; font-size:12px ; line-height:160% ; font-family:Arial, Helvetica, sans-serif ; }


/* bold */

.bold		{ color:#000000 ; font-size:12px ; line-height:160% ; font-weight:bold ; }
.bold2		{ color:#000000 ; font-size:14px ; line-height:160% ; font-weight:bold ; }


/* link */

a		{ text-decoration:none ; color:#6699FF ; }
a:visited	{ text-decoration:none ; color:#6699FF ; }
a:hover		{ text-decoration:underline ; color:#CC3300 ; }


/* header */

.hd		{ font-size:12px ; line-height:140% ; }


/* contents menu */

.ctm		{ font-size:14px ; line-height:140% ; }


/* footer */

.ft		{ font-size:12px ; line-height:140% ; }


