*{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: #333;
	font-size: 13px;
}
a {
	color: #3f7398;
	text-decoration:none;
}
a:hover {
	color: #333;
}
/* container */

#WAPPER {
  width: 813px;
  margin-left: 100px;
  background: url(img/back.gif) repeat-y;
}
/* Header */
#HEADER {
	width: 801px;
	margin-left: 6px;
	background: url(img/head.jpg) no-repeat;
	padding: 48px 0 35px 169px;
}
#HEADER a {
  display: block;
  width: 260px;
  height: 56px;
}
/* main */
#MAIN {
   margin-left: 10px;
   padding-top: 20px;
   width: 798px;
}
/* left */

#MENU {
   float: left;
   width: 146px;
   margin: 0 0 20px 20px;
} 
#MENU li#home, li#page { float:left; list-style: none; height: 123px;}
#MENU li a{display:block;}
#MENU li#home a span, li#page a span{ display:none;}

#MENU li#home a{ width:123px; height:118px; background:url(img/homebtn.jpg) no-repeat;}
#MENU li#page a{ width:123px; height:118px; background:url(img/pagebtn.jpg) no-repeat;}
/* right */

#PAGELIST {
  float: right;
  margin-right: 20px;
  width: 196px;
}
#navi_top {
  display: block;
  width: 196px;
  height: 69px;
  background: url(img/navi_top.jpg) no-repeat;
}
#list li a {
  display: block; 
  width: 196px;
  line-height: 120%;
  text-decoration: none;
  background: #a2b7c7 url(img/mark.gif) no-repeat left;
  border-bottom: 2px dotted #888;
}
#list li a span {
   display: block;
   padding: 14px 5px 14px 20px;
}
/* Center */

#CONTENT {
	width: 367px;
	margin-left: 186px;
	background-color: #f1f1f1;
}
#CONTENT h1 {
display: block;
	width: 367px;
    background: url(img/pagetitle.jpg) no-repeat;
    font-size:20px;
    padding: 20px 5px 20px 10px;
}
#CONTENT h2 {
    font-size:12px;
}
#CONTENT .entry { 
     padding: 20px;
     line-height: 300%;
}
#cat li {font-size: 14px; font-weight: bold; }

#CONTENT .totop {
text-align: right; 
font-size: 12px;  
}
/* foot */

#FOOT {
clear: both;
margin-left: 6px;
width: 801px;
background: #5c5c5c url(img/foot.jpg) no-repeat bottom left;
font-size: 12px;
color: #fff;
}
/* pankuzu */
#pan {
    text-align: center;
    margin: 20px 0;
}
/* copy */
#copy {
    text-align: right;
    padding: 30px 10px 0 0;
}
