/* Anchor Setting */
A:hover { color: #FF9900; }

/*  Font style Setting  */
.p1{ font-size: 10px; text-decoration:none; }
.p2{ font-size: 12px; text-decoration:none; font-weight: normal; }
.p3{ font-size: 14px; text-decoration:none; }
.p4{ font-size: 16px; text-decoration:none; }

.ph1{ font-size: 10px; line-height: 130%; text-decoration:none; }
.ph2{ font-size: 12px; line-height: 130%; text-decoration:none; }
.ph3{ font-size: 14px; line-height: 130%; text-decoration:none; }
.ph4{ font-size: 16px; line-height: 130%; text-decoration:none; }

/*  Line height Setting  */
.h1{ line-height : 130%; }
.h2{ line-height : 140%; }

/* Color ID Setting */
#gray1{ color:#CCCCCC; }
#gray2{ color:#666666; }
#white{ color:#FFFFFF; }
#red{ color:#CC0000; }
#blue{ color:#003366; }

