*{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;
	font-size: 13px;
	text-align: center;
	background: url(img/headline.gif) repeat-x;
}
a {
	color: #1a7a10;
	text-decoration:none;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* layout start*/
#Layout {
margin: 0 auto;
text-align: left;
width: 720px;
}
/* logo */

#header {
width: 720px;
background: url(img/head.jpg) no-repeat;
padding-bottom: 20px;
}
#header h1 {
padding: 54px 0 24px 17px;
}
#header h1 a {
display: block;
width: 255px;
height: 42px;
}
#header h1 a span {
  display: none;
}
/* topmenu */
#menu {
width: 720px;
height:36px;
}
#menu ul li{ float:left;}
#menu ul li a{display:block;}
#menu ul li a span{ display: none;}

#home a{width:77px; height:26px; margin-left: 24px;}
#cl1 a{width:148px; height:26px; margin-left: 30px;}
#cl2 a{width:182px; height:26px; margin-left: 17px;}
#cl3 a{width:202px; height:26px; margin-left: 16px;}

#home a:hover {
background: url(img/home_hover.gif) no-repeat;
}
#cl1 a:hover {
background: url(img/cl1_hover.gif) no-repeat;
}
#cl2 a:hover {
background: url(img/cl2_hover.gif) no-repeat;
}
#cl3 a:hover {
background: url(img/cl3_hover.gif) no-repeat;
}
/* list */
#MENULIST {
float: left;
width: 246px;
overflow: hidden;
border: solid 1px #eee;
}
#pr {
padding: 18px;
font-size: 12px;
}
#MENULIST .list_top {
display: block;
width: 224px;
height: 41px;
background: url(img/list_top.gif) no-repeat;
margin-left:12px;
}
#MENULIST .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;
text-decoration:none;
}
#list li a:hover {
background: url(img/mark_hover.gif) no-repeat left;
color: #000;
padding-left: 4px;
}
#list li a span {
display: block;
padding: 13px 5px 13px 20px; 
}
/* Content */
#MAINBLOCK {
float: right;
width: 440px;
}   
#MAINBLOCK h2 {
background: url(img/pagetitle.gif) no-repeat left;
padding: 10px 0 10px 40px;
font-size: 22px;
border-top: dashed 1px #aaa;
border-bottom: dashed 1px #aaa;
}
#MAINBLOCK h3 {
font-size: 14px;
display: block;
}
#MAINBLOCK .entry {
padding: 20px;
line-height:250%;
letter-spacing:2px
}
#cls li { font-size: 16px; margin-bottom: 6px; padding: 4px 10px; border-left: 4px solid #aaa; background-color: #eee;}
#cls li a {color: #575757; text-decoration: none;}
#cls li a:hover {
    color: #000;
}
#MAINBLOCK .pagetop {
text-align: right; 
font-size: 12px;  
}
#MAINBLOCK .pagetop a:hover {
color: #333;
} 
/* foot */

#Footer {
clear: both;
width: 100%;
background: #555 url(img/foot.gif) repeat-x;  
font-size: 11px;
color: #aaa;
}
#Footer a {
color: #fff;
}
#Footer a:hover{
text-decoration:none;
}
#Footer ul {
padding-top: 30px ;
}
#Footer p {
padding: 16px 0 10px 0;
color: #fff;
}