*{margin:0;padding:0;}
html{margin:0; padding:0;}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li {}
ul li a{text-decoration:none;border:none;}


body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif, Osaka, verdana;
	color: #000;
    background: url(img/back.jpg);
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
	
}

a {
	color: #656565;
}

a:hover {
	text-decoration: none;
	color: #3f7398;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* container */

#layout {
  width: 698px;
  margin: 0 auto;
  background: #fff;
}

/* Header */
#top {
	width: 698px;
	height:166px;
	margin: 0 auto;
	background: url(img/images.jpg) no-repeat;
}

/* logo */

#sitename {
  margin: 0;
}

#sitename h1 {
  padding: 77px 0 0 72px;
}

#sitename h1 a {
  display: block;
  width: 333px;
  height: 56px;
  background: url(img/images.jpg) no-repeat;
  background-position: -1px -232px;
}

/* menu */
#menu {
   width:698px;
   height:33px;
   background: url(img/images.jpg) no-repeat;
   margin-top: 30px;
   background-position: 0 -198px;
}
   
#menu ul li{ float:right;list-style: none; height: 33px;}
#menu ul li a{display:block;padding-top:8px; line-height:100%;}
#menu ul li a span{ display:none;}

#menu ul li#home a{ width:53px; height:20px; background:url(img/images.jpg) no-repeat; background-position: -54px -290px; margin: 8px 8px 0 0;}
#menu ul li#page a{ width:62px; height:18px; background:url(img/images.jpg) no-repeat; background-position: -63px -311px; margin: 8px 8px 0 0;}


#menu ul li#home a:hover{ background:url(img/images.jpg) no-repeat; background-position: 0 -290px;}
#menu ul li#page a:hover{ background:url(img/images.jpg) no-repeat; background-position: 0 -311px;}

/* list */

#contentNavi {
  float: right;
  margin: 0;
  padding: 0;
}

#navi_top a {
  display: block;
  margin: 0;
  padding: 0;
  width: 248px;
  height: 34px;
  background: url(img/images.jpg) no-repeat;
  background-position: 0 -373px;
}

#navi_top a:hover {
   background-position: 0 -338px;
}
  
#navi_top a span {
  display: none;
}

#contentNavi ul {
  margin-top: 2px;
}

#contentNavi ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#contentNavi ul li a {
  display: block; 
  width: 246px;
  height: 56px;
  padding: 0;
  margin: 0;
  line-height: 120%;
  text-decoration: none;
  background: url(img/images.jpg) no-repeat;
  background-position: 0 -408px;
}

#contentNavi ul li a span {
   display: block;
   width:210px;
   font-size: 12px;
   padding: 20px 0 0 36px;
   margin: 0; 
   color: #6e3324;
}

#contentNavi ul li a:hover span {
   color: #000;
}


/* left */
#left {
    float: left;
    width: 440px;
}

/* pan */

#breadcrumbs {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #242424;
    text-align: right;
}
#breadcrumbs a {
    color: #000;   
}
#breadcrumbs a:hover {
    color: #575757;
}
#breadcrumbs p {
    width: 434px;
    height: 27px;
    font-size: 12px;
    padding: 10px 0 0 6px;
    margin:0;
}



/* Content */

#content {
	width: 440px;
	margin-left: 10px;
	padding: 20px 0;
} 
    
#pr {
    width: 419px;
    font-size: 11px;
    margin: 0 0 30px 10px;    
    padding: 0;
    line-height: 120%;
    list-style: none;
}

#pr li {
    padding-left: 20px;
    margin-bottom: 6px;
}

#pr li a {
    display: block;
    color: #6e3324;
    width: 100px;
}
#pr li a:hover {
    color: #b5563e;
}
#pr li span {
    font-size: 12px;
}
#pr_top {
    width: 410px;
    height: 25px;
    background: url(img/images.jpg) no-repeat;
    background-position: 0 -467px;
    margin: 0;
}
#pr_top span {
    display: none;
}

#content .pagetitle {
    margin-left: 10px;
    width: 422px;
    height: 28px;
    background: url(img/images.jpg) no-repeat;
    background-position: 0 -168px;
}
#content .pagetitle h3 {
    display: block;
    width: 422px;
    height: 28px;
    padding: 6px 0 0 70px;
    font-size: 20px;
}
#content .entries p { 
     margin: 0px;
     padding: 30px 10px 20px 30px;
     line-height: 200%;
     font-size: 14px;
     }
#content .entries ul { list-style-image: url(img/list_mark.gif); margin: 40px 20px 20px 80px; line-height: 200%;}
#content .entries ul li { height:40px; margin: 0 0 20px 0; padding: 0 0 0 2em; font-size: 14px;}
#content .entries ul li a:hover { color: #000;}

.totop { 
    text-align: right; 
    background: url(img/content_btm.jpg) no-repeat; 
    width: 418px;
    height: 28px;
    margin: 0; 
    padding: 0; 
    font-size: 12px;
}
.totop a { 
    width: 120px;
    height: 20px;
    text-decoration: none; 
    color:#6e3324; 
    padding: 0;
}
.totop a:hover {
    color: #000;
}


/* foot */

#footnavi {
    clear: both;
    width: 698px;
    margin: 0 auto;
    padding: 0;
    background-color: #6e3324;
    border-top: double 6px #fff;   
}
 
#pr2 {
   margin: 0;
   width: 400px;
   text-align: left;
   
}

#pr2 h3 {
    padding: 10px;
    margin: 0;
    font-size:13px;
    color: #fff;
    text-align: left;
}
#pr2 ul {
    font-size: 12px;     
    padding-left: 20px;
    color: #a8d3e3;
}

#pr2 ul li {
     padding-bottom:5px;
     text-align: left;
     list-style: disc;
}

#pr2 ul li a {
    display: block;
    color: #fff;

}   

#pr2 ul li a:hover {
    text-decoration:underline;
}
    
     
/* copy */

#copy {
    margin: 0 auto;
    text-align: center;
}
#copy p {
    color: #fff;
    font-size: 11px;
    padding: 10px 6px 30px 0;
}
   