*{margin:0;padding:0;}
html{margin:0; padding:0;}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none; line-height: 300%;}
ul li a{text-decoration:none;border:none;}


body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif, Osaka, verdana;
	color: #000;
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
	
}

a:hover {
	text-decoration: none;

}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}


/* Header */
#LOGO_AREA {
    margin: 0 auto;
	width: 800px;
	height: 38px;
	padding: 0;
	background: url(img/images.jpg) no-repeat;
	background-position: -1px 0;
}

#title_image {
    padding-left: 437px;
}
#title_image a {
    display: block;
    width: 347px;
    height: 32px;
    background: url(img/logo.jpg) no-repeat;
}

#title_image a span {
    display: none;
}

/* main */
#MAIN_AREA {
   width: 800px;
   margin: 0 auto;
}

#MAIN_AREA .siteimage {
    margin: 0 auto;
    width: 800px;
    height: 223px;
    background: url(img/images.jpg) no-repeat;
    background-position: -1px -38px;
}

#MAIN_AREA .siteimage p {
    text-align: right;
    margin: 0;
    padding: 200px 20px 0 0;
    font-size: 14px;
    color: #000;
}
#MAIN_AREA .siteimage p a {
    color: #575757;
}
#MAIN_AREA .siteimage p a:hover {
    color: #000;
}   
/* list */
#PAGELIST_AREA {
  float: left;
  margin: 20px auto 20px 20px;
  padding: 0;
  width: 220px;
  font-size: 11px;
}

#PAGELIST_AREA .top a {
  display: block;
  width: 220px;
  height: 74px;
  margin: 0;
  background: url(img/images.jpg) no-repeat;
  background-position: -22px -280px;
}
#PAGELIST_AREA .top a:hover {
  background: url(img/list_top_hover.jpg) no-repeat;
}

#PAGELIST_AREA .top a span {
  display: none;
}

#pagelist li a {
  display: block; 
  width: 220px;
  line-height: 120%;
  text-decoration: none;
  background: url(img/list.gif) no-repeat bottom;
  font-size:12px;
}
#pagelist li a span {
   display: block;
   padding: 6px 15px 10px 40px;
   color: #4d4d4d;
}

#pagelist li a:hover span {
   color: #000;
}

#btm {
width: 220px;
height: 42px;
margin: 0;
background: url(img/images.jpg) no-repeat;
background-position: -22px -561px;
}

#btm span {
display: none;
}


/* right */

#CONTENT_AREA {
    float: right;
    width: 520px;
    font-size: 11px;
}
/* Content */

#RIGHT-CONTENT {
	margin-bottom: 20px;
	padding: 0;
}   
#info {
    line-height: 120%;
    list-style: none;
    padding: 50px 0 0 20px;
    margin-top:20px;
    width: 515px;
    background: url(img/info_top.jpg) no-repeat;
}

#info li a:hover {
    color: #575757;
}
#info li a span {
    font-size: 12px;
}
#info_btm {
padding: 10px;
}

#CONTENT_AREA h3 {
    font-size: 12px;
    border-left: 4px solid #333;
    border-bottom: 1px dashed #888;
    padding: 3px;
}

#RIGHT-CONTENT .pagetitle {
    margin: 20px 0;
    width: 467px;
    height: 53px;
    background: url(img/images.jpg) no-repeat;
    background-position: -263px -350px;
}
#RIGHT-CONTENT .pagetitle h2 {
    display: block;
    padding: 14px 0 0 70px;
    font-size: 24px;
}
 
#RIGHT-CONTENT .text { 
     padding: 10px 30px;
     line-height: 300%;
     font-size: 13px;
     color: #575757;
     }
 
#category li { margin: 0 0 20px 50px; padding: 0; font-size: 15px; list-style: none;}
#category li a { color: #8990BC;}
#category li a:hover { color: #000; }

#RIGHT-CONTENT .to_top {
    width: 470px;
    height: 39px; 
    text-align: right; 
    margin: 0; 
    padding: 0; 
    font-size: 12px;
    background: url(img/text_btm.jpg) no-repeat;  
}

#RIGHT-CONTENT .to_top a { 
    text-decoration: none; 
    color:#1c4286; 
    padding: 0;
    margin-right: 20px;
}
#RIGHT-CONTENT .to_top a:hover {
    color: #000;
}


/* foot */

#FOOT_AREA {
    clear: both;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background-color: #424242;
    border-top: double 6px #fff;   
}
 
#under_info {
    width: 800px;
    margin: 10px auto;
    color: #898989;
    font-size: 11px;

}

#under_info span {
    font-size: 12px;
    font-weight: bold;
    color: #e3e3e3;
    padding: 10px;
}   

#under_info ul {
    padding: 20px;
}
#under_info li {
    padding-top: 5px;
    list-style: none;
} 

#under_info li a {
    display: block;
    color: #e5e5e5;
}
 
#under_info li a:hover {
text-decoration: underline;
}   
/* copy */

#copyright {
    width: 800px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    font-size: 11px;
    padding: 10px 6px 30px 0;
}

   