*{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 */

#wrapperAll {
  width: 808px;
  margin-left: 200px;
}

/* Header */
#es-head {
	width: 808px;
	height: 88px;
	margin: 0 auto;
	background: url(img/head.jpg) no-repeat;
}

/* logo */

#logo {
  margin: 0;
}

#logo h1 {
  padding: 20px 0 0 20px;
}

#logo h1 a {
  display: block;
  width: 301px;
  height: 36px;
  background: url(img/logo.jpg) no-repeat;
}
#logo h1 a span {
  display: none;
}

/* main */
#MAIN {
   margin-left: 5px;
   width: 800px;
   background-color: #fff;
}
/* left */

#LEFT_AREA {
    float: left;
    width: 600px;
    margin: 0;
}
#LEFT_AREA .images {
    width: 600px;
    height: 211px;
    background: url(img/image.jpg) no-repeat;
    background-position: -5px 0;
    margin: 0;
    padding: 0;
}  

#LEFT_AREA .images span {
    display: none;
}  
/* pankuzu */

#pankuzu {
    width: 560px;
    font-size: 12px;
    padding: 0;
    margin: 20px 10px;
    color: #242424;
    text-align: right;
}
#pankuzu a {
    color: #e06374;   
}




/* Content */

#TEXT_CONTENT {
	width: 560px;
	margin-bottom: 20px;
	padding: 0;
}   
#info {
    width: 427px;
    font-size: 11px;
    margin: 0 0 0 10px;    
    padding: 50px 0 20px 30px;
    background: url(img/info.jpg) no-repeat;
    line-height: 120%;
    list-style: none;
}

#info li {
    padding: 5px;
    margin: 0;
    color:#575757;
}

#info li a {
    display: block;
    color: #000;
    width: 100px;
}
#info li a:hover {
    color: #575757;
}
#info li a span {
    font-size: 12px;
}

#TEXT_CONTENT .pagetitle {
    margin-left: 10px;
    width: 563px;
    height: 59px;
    background: url(img/pagetitle.jpg) no-repeat;
}
#TEXT_CONTENT .pagetitle h2 {
    display: block;
    width: 550px;
    padding: 14px 0 0 36px;
    font-size: 24px;
    color: #e06374;
}
 
#TEXT_CONTENT  p { 
     margin: 0px;
     padding: 10px 0 10px 30px;
     line-height: 300%;
     font-size: 13px;
     color: #575757;
     }
#cat { list-style-type: none; margin: 0; padding: 20px 0 0 40px}
#cat li { height: 24px; margin: 0 0 20px 0; padding: 10px 0 5px 20px; font-size: 16px; font-weight: bold;}
#cat li a { text-decoration: underline;}
#cat li a:hover {
    color: #000;
}
#TEXT_CONTENT .pagetop {
    width: 550px;
    text-align: right; 
    margin-left: 10px; 
    padding: 0; 
    font-size: 12px;  
}

#TEXT_CONTENT .pagetop a { 
    text-decoration: none; 
    color:#e06374; 
    padding: 0;
    margin-right: 20px;
}
#TEXT_CONTENT .pagetop a:hover {
    color: #000;
}
/* topmenu */

#MENU {
   float: right;
   width: 194px;
   height: 210px;
   margin: 20px 0 0 0;
}
   
#MENU li{ float:right; list-style: none; height: 80px; padding-top: 10px;}
#MENU li a{display:block; padding-top:2px; line-height:100%;}
#MENU li a span{ display:none;}

#MENU li#home a{ width:194px; height:79px; background:url(img/hometag.jpg) no-repeat; }
#MENU li#page a{ width:194px; height:79px; background:url(img/pagetag.jpg) no-repeat;}


#MENU ul li#home a:hover{ background:url(img/hometag_hover.jpg) no-repeat;}
#MENU ul li#page a:hover{ background:url(img/pagetag_hover.jpg) no-repeat;}


/* list */

#LIST {
  float: right;
  margin-right: 4px;
  padding: 0;
  font-size: 11px;
  width: 196px;
  overflow: hidden;
}

#ichiran_top a {
  display: block;
  margin: 0;
  padding: 0;
  width: 196px;
  height: 77px;
  background: url(img/list_top.jpg) no-repeat;
}

#ichiran_top a:hover {
 background: url(img/list_top_hover.jpg) no-repeat;
}
#ichiran_top a span {
  display: none;
}

#LIST ul {
  margin: 0;
}

#LIST ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#LIST ul li a {
  display: block; 
  width: 196px;
  height: 60px;
  padding-left: 40px;
  margin: 0;
  line-height: 120%;
  text-decoration: none;
  background: url(img/list_mdl.jpg) no-repeat;
}
#LIST ul li a:hover {
  background: url(img/list_mdl_hover.jpg) no-repeat;
}
#LIST ul li a span {
   display: block;
   width: 130px;
   padding: 20px 0 0 0;
   margin: 0; 
   color: #4d4d4d;
}

#LIST ul li a:hover span {
   color: #000;
}

#btm {
width: 196px;
height: 34px;
background: url(img/list_btm.jpg) no-repeat;

}
#btm span {
display: none;
}
/* right */
#LEFT_AREA {
    float: left;
    width: 450px;
}

/* foot */

#COPY {
    clear: both;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background-color: #575757;
    border-top: double 6px #fff;
    text-align: left;   
}
 
#COPY p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 10px 6px 30px 0;
}
#COPY .pr {
    font-size: 11px;
    margin: 10px;    
}
#COPY .pr h4 {
    color: #d3d3d3;
    font-weight: bold;
    font-size: 12px;
}
#COPY .pr ul {
    padding: 10px;
    line-height: 120%;
    list-style: none;
}
#COPY .pr ul li {
    padding: 5px;
    margin: 0;
    color:#a6a6a6;
}

#COPY .pr ul li a {
    display: block;
    color: #000;
    width: 100px;
    text-decoration: underline;
}
#COPY .pr ul li a:hover {
    text-decoration: none;
}
#COPY .pr ul li a span {
    font-size: 12px;
}