*{margin:0;padding:0;}
html{margin:0; padding:0;}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}


body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif, Osaka, verdana;
	color: #000;
    background: url(img/bodyback.jpg);
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
	
}

a {
	color: #656565;
}

a:hover {
	text-decoration: none;
	color: #3f7398;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* container */

#layout {
  width: 816px;
  margin-left: 200px;
  background: url(img/back.png) repeat-y;
}
/* logo */

#title {
  margin-right: 20px;
  float:right;
}

#title h1 {
  padding-right: px;
}

#title h1 a {
  display: block;
  text-decoration: none;
  color:#575757;
  
}
#title h1 a:hover {
  color: #8e8e8e;
}


/* topmenu */
#main_image {
   clear: both;
   width: 786px;
   height: 214px;
   margin-left: 16px;
   background: url(img/images.jpg) no-repeat;
}
#menu {
   width: 170px;
   height: 120px;
   margin-left: 4px;
}
   
#menu li{ float:left; list-style: none; padding: 0;}
#menu li a{display:block; padding:0; line-height:100%;}
#menu li a span{ display:none;}

#menu li#toppage a{ width:170px; height:57px; background:url(img/images.jpg) no-repeat; background-position: -4px -95px; margin-top: 93px;}
#menu li#pagelist a{ width:170px; height:57px; background:url(img/images.jpg) no-repeat; background-position: -4px -153px; margin-top: 2px;}

#menu ul li#toppage a:hover{ background-position: -4px -229px;}
#menu ul li#pagelist a:hover{ background-position: -4px -287px;}

/* main */
#MAIN {
   margin-left: 10px;
   width: 798px;
   background-color: #fff;
}
  
/* Content */

#contents {
    float: left;
	width: 460px;
	margin: 20px 0 20px 30px;
	padding: 0;
}   
#topicpath {
    font-size: 12px;
    text-align: right;
    color:#000;
}
#topicpath a {
color: #333;
text-decoration: underline;
}
#topicpath a:hover {
color: #575757;
text-decoration: none;
}
#contents  .pagetitle {
    margin-left: 10px;
    width: 470px;
    height: 61px;
    background: url(img/images.jpg) no-repeat;
    background-position: -57px -428px;
}
#contents  .pagetitle h2 {
    display: block;
    width: 400px;
    padding: 10px 0 0 50px;
    font-size: 24px;
    color: #333;
}
 
#contents   .entry { 
     margin: 0px;
     padding: 10px 0 10px 60px;
     line-height: 300%;
     font-size: 13px;
     color: #575757;
     }
     
#contents  ul {
     width: 460px;
     font-size: 13px;
     color: #575757;
     padding:10px 0 10px 0;
}
#contents  ul li {
padding: 10px;
}

#contents  ul li a {
color: blue;
text-decoration: underline;
}
#contents  ul li a:hover {
text-decoration: none;
}


#contents  .cat ul { list-style-type: none; margin: 0; padding: 20px 0 0 40px;}
#contents  .cat ul li { height: 24px; margin: 0; padding: 10px 0 5px 20px; font-size: 16px; font-weight: bold;}
#contents  .cat ul li a { text-decoration: underline; color: #575757;}
#contents  .cat ul li a:hover {
    color: #000;
    text-decoration: none;
}
#contents  .pagetop {
    text-align: right; 
    margin-left: 10px; 
    padding: 0; 
    font-size: 12px;  
}

#contents  .pagetop a { 
    text-decoration: none; 
    color:#bdd656; 
    padding: 0;
    margin-right: 20px;
}
#contents  .pagetop a:hover {
    color: #000;
}

/* pr */
#mainup, #maindown {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  width:500px;
  color: #575757;
}


#mainup li a, #maindown li a {
    color: blue;
    text-decoration: underline;
}

#mainup li a:hover, #maindown li a:hover {
    text-decoration: none;
}
/* list */

#pagelist {
  float: right;
  margin-right: 11px;
  padding: 0;
  font-size: 13px;
  width: 205px;
  overflow: hidden;
}

#pagelist .list_top {
  display: block;
  margin: 0;
  padding: 0;
  width: 205px;
  height: 29px;
  background: url(img/images.jpg) no-repeat;
  background-position: -576px -213px;
}

#pagelist .list_top span {
  display: none;
}

#navigation {
  margin: 0;
}

#navigation li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation li a {
  display: block; 
  width: 205px;
  height: 59px;
  padding-left: 30px;
  margin: 0;
  line-height: 120%;
  text-decoration: none;
  background: url(img/images.jpg) no-repeat;
  background-position: -576px -242px;
}
#navigation li a:hover {
  background-position: -576px -301px;
}
#navigation li a span {
   display: block;
   width: 180px;
   padding-top: 26px;
   margin: 0; 
   color: #4d4d4d;
}

#navigation li a:hover span {
   color: #000;
}

#btm {
width: 205px;
height: 16px;
background: url(img/images.jpg) no-repeat;
background-position: -576px -480px;

}
#btm span {
display: none;
}

/* pr */

#listup, #sidemenuads {
margin: 0;
padding: 0;
width: 205px;
}

#listup li, #sidemenuads li {
padding: 5px;
}

#listup li a, #sidemenuads li a{
color: blue;
text-decoration: underline;
}

#listup li a:hover, #sidemenuads li a:hover {
text-decoration: none;
}

/* right */
#LEFT_AREA {
    float: left;
    width: 450px;
}

/* foot */

#footer {
    clear: both;
    width: 801px;
    margin-left: 8px;
    padding: 0;
    background-color: #575757;
    border-top: double 6px #fff;
    text-align: left;   
}
 
#footer p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 30px 6px 6px 0;
}
#footerads {
    font-size: 11px;
    margin: 10px;  
    line-height: 120%;  
}

#footerads li {
    padding: 5px;
    margin: 0;
    color:#a6a6a6;
}

#footerads li a {
    color: #000;
    text-decoration: underline;
}
#footerads li a:hover {
    text-decoration: none;
}
#footerads li a span {
    font-size: 12px;
}