*{margin:0;padding:0;}
html{margin:0; padding:0;}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li {line-height: 300%; 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;
    background-color: #c0c0c0;
    text-align: center;
    font-size:13px;
}

a {text-decoration:none;
	color: #e04c29;
}

a:hover {
	color: #ea7c62;
}

/* container */

#ALL_WRAP {
  width: 808px;
  margin: 0 auto;
  text-align: left;
}

/* Header */
#HEADER {
	width: 808px;
	height: 88px;
	background: url(img/head.gif) no-repeat;
}
#HEADER h1 {
font-size: 26px;
padding: 26px 0 0 21px;
letter-spacing: 2px; 
}
#HEADER h1 a {
color: #fff;
}
#HEADER h1 a:hover {
color: #aaa;
}
#HEADER a#toptag {
display: block;
margin: 3px 0 0 728px;
width:63px;
height: 18px;
}
#HEADER a#toptag span {
display: none;
}
/* main */
#MAIN {
   margin-left: 5px;
   width: 799px;
   background-color: #fff;
   padding-top: 20px;
}
/* left */
/* right */
#RIGHT_AREA {
    float: left;
    width: 584px;
    overflow: hidden;
    }
#RIGHT_AREA .images {
    width: 584px;
    height: 211px;
    background: url(img/image.jpg) no-repeat;
    background-position: -5px 0;
    margin: 0;
}  

#RIGHT_AREA .images span {
    display: none;
}  
/* Content */

#TEXT_CONTENT {
	width: 560px;
	margin-bottom: 20px;
}  
.info {
margin-left: 30px;
padding: 10px;
font-size: 12px;
}
#TEXT_CONTENT h2 {
    width: 558px;
    margin-left: 20px;
    padding: 8px 20px 20px 26px;
    font-size: 24px;
    color: #fff;
    background: url(img/pagetitle.gif) no-repeat left;
}
#TEXT_CONTENT h3 {
margin-left: 20px;
display: block;
width: 558px;
height: 48px;
background: url(img/info.gif) no-repeat;
}
#TEXT_CONTENT h3 span {
display: none;
}
#TEXT_CONTENT .entry {
margin-left: 20px;
padding: 10px 20px;
line-height: 300%;
}

#TEXT_CONTENT .pagetop {
    text-align: right; 
    font-size: 12px; 
    margin-right: 20px; 
}
.cat {  margin-left: 20px;
padding: 10px 20px;}
.cat li { font-size: 16px; font-weight: bold;}
.cat li a { text-decoration: underline;}
.cat li a:hover {
    color: #000;
}
/* topmenu */
#SUB-BLOCK {
   float: left;
   width: 194px;
   margin-left: 10px;
}
#SUB-BLOCK ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
} 
   
#SUB-BLOCK ul.top_menu li{ float:right; list-style: none; height: 80px; padding: 10px 0 0 0; border:none;}
#SUB-BLOCK ul.top_menu li a{display:block; padding-top:2px; line-height:100%;}
#SUB-BLOCK ul.top_menu li a span{ display:none;}

#SUB-BLOCK ul.top_menu li#home a{ width:194px; height:79px; background:url(img/hometag.gif) no-repeat; }
#SUB-BLOCK ul.top_menu li#page a{ width:194px; height:79px; background:url(img/pagetag.gif) no-repeat;}

#LIST {
   clear:both;
   margin-top: 20px;
   background-color: #d5d5d5;
   padding-bottom: 20px;
   }
#LIST .ichiran_top {
  display: block;
  width: 108px;
  height: 23px;
  background: url(img/list_top.gif) no-repeat;
  margin:26px 0 0 44px;
}
.ichiran_top span {
  display: none;
}
#LIST ul.pagelist {
background-color: #efefef;
margin: 0 10px;
}
#LIST ul.pagelist li {
border: none;
padding: 0;
line-height: 160%;
letter-spacing: 2px;
}
#LIST ul.pagelist li a {
  display: block; 
  background: url(img/mark.gif) no-repeat left;
  color: #333;
}
#LIST ul.pagelist li a:hover {
color: #666;
}
#LIST ul.pagelist li a span {
   display: block;
   padding: 10px 5px 10px 25px;
}
/* foot */

#FOOTER {
    clear: both;
    background-color: #575757;
    border-top: double 6px #fff;  
    color: #999;
}
#FOOTER p {
    font-size: 11px;
    padding: 10px 6px 0 0;
    text-align:right;
} 
#FOOTER ul {
padding: 20px;
}
#FOOTER a {
color: #ccc;
text-decoration: underline;
}
#FOOTER a:hover {
color: #fff;
text-decoration: none;
}