*{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:underline;border:none;}
ul li a:hover {text-decoration:none;}
body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; color: #333; background: url(img/back.jpg);}

a { font-weight: bold; color: #145c44; text-decoration:none;}

a:hover {color: #333;}

/* container */

#wrapp {
  width: 712px;
  margin-left: 200px;
  background: url(img/body_back.png) repeat-y;
}

/* Header */
#head {
	width: 700px;
	height: 228px;
	margin-left: 7px;
	background: url(img/images.jpg) no-repeat;
}

/* logo */

#sitename {
  margin: 0;
}

#sitename h1 {
  padding: 0 0 0 17px;
}

#sitename h1 a {
  display: block;
  width: 163px;
  height: 255px;
  background: url(img/images.jpg) no-repeat;
  background-position: -17px 0;
}
#sitename h1 a span {
  display: none;
}

/* left list*/

#navigation {
  float: left;
  margin: 40px 0 0 20px;
  font-size: 12px;
  width: 199px;
  overflow: hidden;
}
#navigation .navi_top {
margin-top: 20px;
}

#navigation .navi_top a {
  display: block;
  width: 199px;
  height: 54px;
  background: url(img/images.jpg) no-repeat;
  background-position: -12px -266px;
}
#navigation .navi_top a span {
  display: none;
}

#pagelist li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#pagelist li a {
  display: block; 
  width: 199px;
  height: 39px;
  padding-left: 20px;
  margin: 0;
  line-height: 120%;
  text-decoration: none;
  background: url(img/images.jpg) no-repeat;
  background-position: -12px -359px;
}
#pagelist li a:hover {
  background-position: -12px -320px;
}
#pagelist li a span {
   display: block;
   width: 160px;
   padding: 8px 0 0 0;
   margin: 0; 
   color: #4d4d4d;
   font-weight: normal;
}

#pagelist li a:hover span {
   color: #333;
}

/* Content */
#contents {
    float: right;
	width: 470px;
	margin: 20px 20px 20px 0;
	padding: 0;
	font-size: 13px;
} 
#contents h3 {
    width:152px;
    height:30px;
    background: url(img/images.jpg) no-repeat;
    background-position: -218px -257px;
}  
#contents h3 span {
    display: none;
}
#contents .title_image {
    width: 472px;
    height: 75px;
    background: url(img/images.jpg) no-repeat;
    background-position: -217px -288px;
    margin-top: 20px;
}
#contents .title_image h2 {
    width: 440px;
    padding: 10px 0 0 30px;
    font-size: 24px;
    color: #575757;
}
/* pankuzu */
#topic {
    font-size: 12px;
    margin: 0 0 0 30px;
    padding-top: 8px;
}
/* /pankuzu */ 
#contents  .text_space { 
     margin: 0px;
     padding: 20px;
     line-height: 300%;
     color: #333;
}
#pagelinks li { height: 24px; margin: 0; padding: 10px; font-size: 16px; font-weight: bold;}
#pagelinks li a { color: #575757;}
#pagelinks li a:hover { color: #333;}

#contents .totop {
    text-align: right;  
    padding: 0; 
    font-size: 12px; 
    margin-top: 20px; 
}


/* foot */
#foot {
    clear: both;
    width: 699px;
    margin-left: 7px;
    padding: 0;
    font-size: 12px;
}
#foot .footline {
    width: 699px;
    height: 20px;
    background: url(img/images.jpg) no-repeat;
    background-position: 0 -413px;
}
#foot .footline span {
    display: none;
}
#foot ul {
    margin: 20px 10px;
}

/* copyright */
#copyright {
    text-align: center;
}

