*{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 {
	font-family: arial, sans-serif, Osaka, verdana;
	color: #000;
}



a {
	color: #47B1BF;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* container */

#wrapp_all {
  width: 700px;
  margin: 0 auto;
  background-color: #EEEEEE;
  overflow: hidden;
  
}
#wrapp_all h1 {
  width: 700px;
  background: url(img/images.jpg) no-repeat;
  background-position: 0 -82px;
  padding: 59px 80px 62px 262px;
}
#wrapp_all h1 a {
display: block;
width: 341px;
height: 34px;
background: url(img/images.jpg) no-repeat;
background-position: 0 -245px;
}
#wrapp_all h1 a:hover {
  background-position: 0 -22px;
}
#wrapp_all h1 a span {
display: none;
}

/* left */
#pagelist {
  float: left;
  width: 170px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 2px;
}
#pagelist ul {
margin-left: 10px;
}
#pagelist ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#pagelist ul li#list_top {
  display: block;
  width: 161px;
  height: 38px;
  background: url(img/images.jpg) no-repeat;
  background-position: -1px -498px;
}

#pagelist ul li#list_top span {
  display: none;
}

#pagelist ul.block {
  width: 161px;
  border: 1px solid #e1e1e1;
  margin: 20px 0 20px 10px;
  background-color: #fff;
}
#pagelist ul.block li {
border: none;
padding: 0;
}
#pagelist ul.block li a {
  display: block; 
  text-decoration: none;
  background: url(img/mark.gif) no-repeat left;
}
#pagelist ul.block li a span {
   display: block;
   padding: 5px 0 5px 18px;
   color: #4d4d4d;
}
#pagelist ul.block li a:hover span {
   color: #47B1BF;
}

/* Content */

#center_text {
    float: left;
	width: 316px;
	background: #fff url(img/text_back.jpg) no-repeat right top;
	border: 1px solid #e1e1e1;
	margin: 0 0 20px 20px;
	font-size:12px;
} 
#center_text h3 {
    width: 171px;
    height: 18px;
    background: url(img/images.jpg) no-repeat;
    background-position: -346px -245px;
    margin: 20px 0 0 10px;
}
#center_text h3 span {
    display: none;
}
#center_text ul.info {
padding: 10px 15px;
line-height: 140%;
}
#center_text ul.info li {
padding-bottom: 10px;
}
#center_text h2 {
    margin: 10px;
    display: block;
    padding: 0 0 0 20px;
    font-size: 24px;
    background: url(img/pgtitle.jpg) no-repeat;
}
#center_text .text { 
     padding: 20px;
     line-height: 200%;
     font-size: 13px;
     }
.category { padding: 20px; line-height: 200%;}
.category li {font-size: 14px; font-weight: bold;}
.category li a {display: block; padding: 5px 0 5px 20px;background: url(img/mark.jpg) no-repeat left;}
.category li a:hover  color: #000;}

#center_text .totop { 
    text-align: right;
    margin: 20px; 
}
#center_text .totop a {
    color:#558ae9; 
    text-decoration: none;
}
#center_text .totop a:hover {
    color: #000;
}

/* right menu */

#right_menu {
    float: right;
    width: 170px;
}
#right_menu ul {
    width: 156px;
}
#right_menu ul li {
    list-style: none;
}
#right_menu ul li a {
    display: block;
}
#right_menu ul li a span {
    display: none;
}
  
#home a {
    width:156px;
    height:34px;
    background: url(img/images.jpg) no-repeat;
    background-position: -169px -500px;
}

#home a:hover {
    background-position: -169px -577px;
}

#list a {
    width:156px;
    height:34px;
    background: url(img/images.jpg) no-repeat;
    background-position: -169px -538px;
}

#list a:hover {
    background-position: -169px -615px;
}

/* foot */

#foot {
    clear: both;
    background-color: #424242;
    border-top: double 6px #fff;
    font-size: 12px;
    color: #ccc; 
    letter-spacing: 2px;  
} 
     
/* copy */

#foot p {
    text-align: center;
}
#foot ul {
padding: 15px;
font-size: 11px;
}
#foot ul li {
padding-bottom: 6px;
}
#foot a {
color: #fff;
text-decoration: underline;
}
#foot a:hover {
text-decoration: none;
}