*{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: 12px;
	text-align: center;
	background: #f9ede3 url(img/back.gif) repeat-x;
}
a {
	color: #77412b;
	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*/
#pagelayout {
margin: 0 auto;
text-align: left;
width: 800px;
background-color: #fff;
}
/* logo */

#categorylink {
width: 800px;
background: url(img/head.jpg) no-repeat;
}
#categorylink h1 {
padding: 32px 0 13px 20px;
}
#categorylink h1 a {
display: block;
width: 160px;
height: 53px;
}
#categorylink h1 a span {
  display: none;
}
/* topmenu */
#category {
width: 800px;
height: 42px;
}
#category ul li{ float:left;}
#category ul li a{display:block;}
#category ul li a span{ display: none;}

#cl1 a{width:140px; height:42px;}
#cl2 a{width:133px; height:42px;}
#cl3 a{width:113px; height:42px;}
#cl4 a{width:107px; height:42px;}
#cl5 a{width:153px; height:42px;}
#cl6 a{width:154px; height:42px;}

#cl1 a:hover {
background: url(img/cl1_hover.jpg) no-repeat;
}
#cl2 a:hover {
background: url(img/cl2_hover.jpg) no-repeat;
}
#cl3 a:hover {
background: url(img/cl3_hover.jpg) no-repeat;
}
#cl4 a:hover {
background: url(img/cl4_hover.jpg) no-repeat;
}
#cl5 a:hover {
background: url(img/cl5_hover.jpg) no-repeat;
}
#cl6 a:hover {
background: url(img/cl6_hover.jpg) no-repeat;
}
/* list */
#navigation {
float: left;
width: 222px;
overflow: hidden;
margin-left: 20px;
}

#navigation .top {
display: block;
width: 222px;
height: 45px;
background: url(img/navi_top.gif) no-repeat;
}
#navigation .top span {
display: none;
}
#list {
width: 222px;
background-color: #faf0e7;
}
#list li a {
display: block; 
width: 222px;
background: url(img/mark.gif) no-repeat left;
color: #888;
text-decoration:none;
}
#list li a:hover {
color: #333;
}
#list li a span {
display: block;
padding: 13px 5px 13px 20px; 
}
/* Content */
#textcolumn {
float: right;
width: 518px;
margin-right: 20px;
}   
#textcolumn h2 {
background: url(img/pagetitle.gif) no-repeat left;
padding: 14px 0 14px 20px;
font-size: 26px;
}
#textcolumn h3 {
font-size: 14px;
display: block;
}
#textcolumn .entry {
padding: 40px 20px;
line-height:230%;
letter-spacing:2px
}
#cat li { font-size: 16px; margin-bottom: 6px; padding: 4px 10px;}
#cat li a {color: #575757; text-decoration: none;}
#cat li a:hover {
    color: #000;
}
#textcolumn .pagetop {
text-align: right; 
font-size: 12px;  
}
#textcolumn .pagetop a:hover {
color: #333;
} 
/* foot */

#foot {
clear: both;
width: 773px;
background: url(img/foot.gif) repeat-x;  
font-size: 11px;
color: #aaa;
margin-left: 14px;
}
#foot a:hover{
text-decoration:none;
}
#foot ul {
padding-top: 30px;
}
#foot p {
padding: 10px 5px 10px 0;
color: #fff;
text-align: right;
}