@charset "utf-8";
@import url("reset.css");
@import url("layout.css");

/* CSS Document */
body{ background-color:#999;}
#WRAPPER{ width:800px; padding:20px 20px; margin:0 auto; background-color:#FFF;}

#HEADER{ width:800px; height:30px; margin:0 auto; background-image:url(images/title.jpg);}
#HEADER h1{ text-indent:-9999px; }

#CONTENT{ padding-top:10px; padding-right:10px;}
#CONTENT h2, h6, p, h4,h5, ul, li{ font-family: Tahoma, Geneva, sans-serif;}
#CONTENT h2{ font-size:18px; color:#003399; padding-bottom:10px; }
#CONTENT h6{ font-size:12px; color: #039; font-weight: normal; padding-bottom:10px; }
#CONTENT h7{ font-size:12px; color: #000; font-weight: normal; padding-bottom:10px;line-height:1.5}
#CONTENT h4{ font-size:14px; font-weight:bold; line-height:2;}
#CONTENT h5{font-size:12px;font-weight: normal; line-height:1.5;}
#CONTENT p{ font-size:14px; line-height:2; text-align:justify; padding-bottom:20px;}
#CONTENT ul{ font-size:12px; line-height:2;}
#CONTENT li{ list-style:disc; text-align:justify; text-indent:20px;}