*{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-color: #b1b1b1;}

a { color: #3367b0; text-decoration:none; font-weight: bold;}

a:hover {color: #333;}

.fix {
  clear: both;
}
/* container */
#layout {
  width: 695px;
  margin-left: 200px;
  background-color: #fff;
}
/* Header */
#header_area {
	width: 695px;
	height: 132px;
	margin: 0;
	background: url(img/images.jpg) no-repeat;
}
/* logo */

#title {
  padding: 20px 0 0 266px;
}
#title a span {
  font-size: 24px;
  color:#333;
}
#title a span:hover {
  color:#555;
}

#text_area {
  width: 695px;
  background: url(img/page_back.gif) repeat-x;
}
/* left list*/

#pages {
  float: left;
  margin: 20px 10px;
  font-size: 12px;
  width: 249px;
  overflow: hidden;
}
#pages .list_top {
margin-top: 20px;
}
#pages .list_top a {
  display: block;
  font-size: 18px;
}
#listup {
  margin-bottom: 30px;
}
#listup li a {
  display: block; 
  width: 247px;
  height: 38px;
  padding-left: 20px;
  text-decoration: none;
  background: url(img/images.jpg) no-repeat;
  background-position: -18px -237px;
}
#listup li a:hover {
  background-position: -17px -236px;
}
#listup li a span {
   display: block;
   padding: 10px 0 0 0;
   margin: 0; 
   color: #4d4d4d;
}

#listup li a:hover span {
   color: #333;
   padding: 11px 0 0 1px;
}

/* Content */
#entries {
    float: right;
	width: 400px;
	margin: 20px 10px;
	padding: 0;
	font-size: 13px;
} 
#entries h3 {
    width:150px;
    font-size:12px;
    color: #666;
    margin: 0;
    border-left: solid 5px #CCC;
    border-bottom: dashed 1px #666;
    padding: 5px;
}  
/* pankuzu */
#topic {
    text-align: right;
    color: #555;
    margin-top: 20px;
    font-size: 11px;
}

#entries .pagetitle {
    width: 403px;
    height: 76px;
    background: url(img/content_top.png) no-repeat;
}
#entries .pagetitle h2 {
    width: 400px;
    padding: 16px 0 0 76px;
    font-size: 24px;
    color: #575757;
}
 
#entries  .text_space { 
     margin: 0px;
     padding: 20px;
     line-height: 300%;
     color: #333;
     background: url(img/content_mdl.gif) repeat-y;
}
#menu_list li { height: 32px; width: 347px; margin: 0; padding: 0 0 10px 20px; font-size: 16px; font-weight: bold; background: url(img/images.jpg) no-repeat; background-position: -300px -243px;}
#menu_list li a { color: #575757; text-decoration: none;}
#menu_list li a:hover { color: #333;}

#entries .totop {
    text-align: right;  
    padding: 10px; 
    font-size: 12px; 
    background: url(img/content_btm.gif) no-repeat;
    height: 53px;
}


/* foot */
#footer {
    clear: both;
    width: 695px;
    margin: 0;
    padding-top: 10px;
    background-color: #575757;
    border-top: double 6px #fff;
    font-size: 12px;
}
#footer ul {
    margin: 10px;
}

/* copyright */
#copyright {
    text-align: center;
    color: #fff;
}

