*{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; text-align: center;}

a { color: #83a31f; text-decoration:none;}

a:hover {color: #333;}

/* container */

#wrapperAll {
  width: 808px;
  margin: 0 auto;
  text-align: left;
}

/* Header */
#header {
	width: 808px;
	height: 252px;
	background: url(img/head.jpg) no-repeat;
}
#header h1 {
padding: 90px 0 0 25px;
}
#header h1 a {
    display: block;
    width:532px;
    height:107px;
}
#header h1 a span {
display: none;
}
#Topicpath {
background-color: #45511F;
padding: 4px;
font-size: 11px;
margin-bottom: 20px;
color: #000;
}
#Topicpath a{
color: #a3bf49;
}

/* right list*/

#pagenavi {
  float: left;
  font-size: 12px;
  width: 283px;
  overflow: hidden;
}
.navi_top a{
display: block;
width: 283px;
height: 66px;
background: url(img/list_top.gif) no-repeat;
}
.list {
background-color: #dbdbdb;
font-size: 14px;
}
.list li a {
  display: block; 
  text-decoration: none;
  background: #dbdbdb url(img/mark.gif) no-repeat left;
  border-bottom: 8px solid #cbcbcb;
  color: #333;
}
.list li a:hover {
color: #45511f;
border-bottom: 8px solid #45511F;
}
.list li a span {
   display: block;
   padding: 20px 10px 10px 30px;
}
/* Content */
#maintext {
    float: right;
	width: 495px;
	font-size: 13px;
} 
#maintext h2 {
    font-size:12px;
border-bottom: 3px double #666;
}  
.links {
line-height: 200%;
padding: 10px;
}
#maintext .title {
background: url(img/pagetitle.gif) no-repeat;
padding: 10px 0 0 10px;
}
#maintext .title span{
font-size: 11px;
padding: 5px;
}
#maintext .title h1{
font-size: 22px;
padding: 16px 0 16px 10px;
}
 
#maintext .text_space { 
     line-height: 200%;
     background-color: #f6f6f6;
     padding: 20px;
     margin: 10px 0;
}
.ikkodate {
     line-height: 200%;
     background-color: #f6f6f6;
     padding: 20px;
     margin: 10px 0;
     }

.ikkodate li { padding: 10px; font-size: 16px;}
.ikkodate li a { color: #333;}
.ikkodate li a:hover { color: #666;}


/* foot */
#footer {
    clear: both;
    width: 100%;
    background-color: #45511f;
    font-size: 11px;
    color: #000;
    text-align: center;
}
#footer a {
color: #a3bf49;
}
#footer ul {
padding: 10px;
}
#copyright {
padding: 30px;
}
