body   {
   margin:0px;
   }

#container   {
    text-align:center;
	}
	
#header  {
   text-align:left;
   width:1000px;
   }
   
#content   {
	text-align:left;
	width:1000px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #B80000;
   }
   
   
 .text_01  {
     color: #333333;
	 font-size:14px;
	 font-weight:bold;
	 }
	 
.red   {
   color:#FF0000;
   font-size:12px;
   }
   
.font_style12   {
   color:#000000;
   font-size:12px;
   }
   
   
.keyword_link a{color: #333333;text-decoration: none;font-size:14px; font-weight:bold; }
.keyword_link a:link{color: #333333;text-decoration: none;font-size:14px; font-weight:bold; }
.keyword_link a:visited{color: #333333 ;text-decoration: none;font-size:14px; font-weight:bold; }
.keyword_link a:hover{color: #F25C10;text-decoration: underline;font-size:14px; font-weight:bold; }
     