*{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;
	background-color: #eee;
}
a {
    font-weight: bold;
	color: #112aa8;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* logo */

#HEADER {
width: 100%;
background: url(img/head.jpg) no-repeat;
}
#HEADER h1 {
padding: 24px 0 29px 30px;
}
#HEADER h1 a {
display: block;
width: 320px;
height: 52px;
}
#HEADER h1 a span {
  display: none;
}
/* topmenu */
#menu {
width: 1280px;
height: 84px;
}
#menu ul {padding: 0 0 0 19px;}
#menu ul li{ float:left;}
#menu ul li a{display:block; width:116px; height:83px;}
#menu ul li a span{ display:none;}
/* main */
#WRAPP {
width: 820px;
}
/* Content */
#TEXT {
float: left;
width: 470px;
margin-left: 30px;
}   
#TEXT h2 {
background: url(img/pagetitle.gif) no-repeat bottom right;
padding: 40px 100px 20px 16px;
font-size: 26px;
}
#TEXT h3 {
font-size: 13px;
}
#TEXT .entry {
padding: 20px;
line-height: 300%;
}
#fld li { font-size: 16px; padding-left: 30px; }
#fld li a {color: #575757;}
#fld li a:hover {
    color: #000;
}
#TEXT .pagetop {
text-align: right; 
font-size: 12px;  
}
/* list */
#AllPagelist {
float: right;
width: 280px;
overflow: hidden;
background-color: #dcdcdc;
}
#pr {
padding: 18px;
font-size: 12px;
}
#AllPagelist .list_top {
display: block;
width: 280px;
height: 80px;
background: url(img/list_top.gif) no-repeat;
}
#AllPagelist .list_top span {
display: none;
}
#list {
width: 280px;
background: url(img/list_mdl.gif) repeat-y;
padding-left: 20px;
}
#list li a {
display: block; 
width: 280px;
background: url(img/mark.gif) no-repeat left;
color: #888;
}
#list li a:hover {
background: url(img/mark_hover.gif) no-repeat left;
color: #000;
}
#list li a span {
display: block;
padding: 13px 18px 13px 20px; 
}
/* foot */

#footer {
clear: both;
width: 100%;
background: #fff url(img/footer.gif) repeat-x;  
font-size: 11px;
}
#footer ul {
padding: 20px;
}
 
#footer p {
padding: 10px 0 10px 0;
}