*{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: #aaa; background-color: #22384f;}

a { color: #bbd3ec; text-decoration:none;}

a:hover {color: #aaa;}

/* container */

#layout {
  width: 800px;
  margin-left: 200px;
}

/* Header */
#header {
	width: 800px;
	height: 122px;
	background: url(img/head.jpg) no-repeat;
}
#header .logo {
    padding: 76px 0 0 366px;
}
#header .logo a {
  display: block;
  width: 417px;
  height: 29px;
  background: url(img/images.jpg) no-repeat;
  background-position: -366px -76px;
}

/* wrapper */
#page_wrapp {
  width: 800px;
  background: url(img/content_back.gif);
}
#page_wrapp .page_top {
  width: 800px;
  height: 17px;
  background: url(img/images.jpg) no-repeat;
  background-position: 0 -123px;
}
#page_wrapp .page_top span {
  display: none;
}
#page_wrapp .page_bottom {
  clear: both;
  width: 800px;
  height: 20px;
  background: url(img/images.jpg) no-repeat;
  background-position: 0 -400px;
}
#page_wrapp .page_bottom span {
  display: none;
}

/* Content */
#contents {
    float: left;
	width: 440px;
	margin-left: 20px;
	padding: 0;
	font-size: 13px;
} 
#contents h1 {
    width: 400px;
    padding: 4px 0 0 10px;
    font-size: 24px;
    color: #ddd;
    border-left: 6px solid #23394e;
    margin: 20px 0 0 10px;
}
 
#contents  .text_space { 
     margin: 0px;
     padding: 20px;
     line-height: 300%;
     color: #ddd;
     font-size: 15px;
}
#list li {  
     font-weight: bold;
     padding-left: 20px;
}

#contents .totop {
    text-align: right;  
    padding: 0; 
    font-size: 12px; 
    margin-top: 20px; 
}
/* right list*/

#navigation {
  float: right;
  margin: 20px 30px 20px 0;
  font-size: 12px;
  width: 290px;
  overflow: hidden;
}

#pagelist {
   margin-bottom: 30px;
}
#pagelist li{
  list-style: none;
}
#pagelist li a {
  display: block; 
  width: 290px;
  height: 34px;
  padding-left: 30px;
  margin: 0;
  line-height: 120%;
  text-decoration: none;
  background: url(img/images.jpg) no-repeat;
  background-position: -485px -144px;
}
#pagelist li a:hover {
  background-position: -485px -179px;
}
#pagelist li a span {
   display: block;
   padding: 10px 0 0 0;
   font-weight: bold;
}
/* pankuzu */
#pan {
    width: 800px;
    height: 40px;
    background: url(img/images.jpg) no-repeat;
    background-position: 0 -420px;
    text-align: center;
    color: #fff;
}
#pan p {
    padding-top: 14px;
    font-size: 12px;
}
/* foot */
#footer {
    clear: both;
    width: 800px;
    margin: 0;
    padding-top: 10px;
    font-size: 12px;
}
#footer ul {
    margin-left: 16px;
}

/* copyright */
#copyright {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    
}
