*{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.gif);
    font-size: 13px;
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
	
}

a {
	color: #518760;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.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: 820px;
  margin-left: 200px;
  background: url(img/back.png) repeat-y;
}

/* topmenu */
#main_image {
   clear: both;
   width: 790px;
   height:292px;
   margin-left: 10px;
   background: url(img/image.jpg) no-repeat;
   padding-top:18px;
}
/* logo */

#logo {
float: right;
display: block;
width: 357px;
height: 64px;
}

#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; margin-top: 176px;}
#menu li#tolist a{ width:170px; height:57px; margin-top: 2px;}

/* main */
#MAIN {
   margin-left: 10px;
   width: 798px;
   background-color: #fff;
}
  
/* Content */

#contents {
    float: left;
	width: 502px;
	margin: 20px 0 0 50px;
} 
#contents h2 {
font-size: 12px;
color: #518760;
}  
#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 {
    width: 502px;
    height: 135px;
    background: url(img/pagetitle.jpg) no-repeat;
}
#contents .pagetitle h1 {
    display: block;
    padding: 60px 0 0 50px;
    font-size: 24px;
    color: #333;
}
 
#contents .entry { 
     padding: 30px;
     line-height: 300%;
     background: url(img/content_mdl.jpg) repeat-y;
     }
#fld { list-style-type: none;  padding-left: 40px;}
#fld li { padding-top: 10px; font-size: 20px; font-weight: bold;}

#contents .pagetop {
    text-align: right; 
    font-size: 12px;
    background: url(img/content_btm.gif) no-repeat;
    height: 37px;
}

#contents  .pagetop a { 
    text-decoration: none; 
    margin-right: 20px;
}


/* list */

#pagelist {
  float: right;
  margin-right: 20px;
  width: 206px;
  background: url(img/navi_back.jpg) repeat-y;
}

#navi_top {
  display: block;
  width: 206px;
  height: 42px;
  background: url(img/navi_top.jpg) no-repeat;
}

#navigation li a {
  display: block; 
  width: 206px;
  text-decoration: none;
  background: url(img/navi_mdl.jpg) no-repeat;
}
#navigation li a:hover {
  background: url(img/navi_mdl_hover.jpg) no-repeat;
}
#navigation li a span {
   display: block;
   padding: 24px 15px 24px 30px;
   color: #4d4d4d;
}

#navigation li a:hover span {
   color: #000;
}

.btm {
width: 206px;
height: 35px;
background: url(img/navi_btm.jpg) no-repeat;
}

#pr {
padding: 10px;
}
/* right */
#LEFT_AREA {
    float: left;
    width: 450px;
}

/* foot */

#footer {
    clear: both;
    width: 801px;
    margin-left: 9px;
    padding: 0;
    background-color: #575757;
    border-top: double 6px #fff;
    text-align: left;   
}
#footer a {
color: #999;
}
#footer a:hover {
color: #518760;
}
 
#footer p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 30px 6px 6px 0;
}
#footer ul { margin: 20px;}