*{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;
}
a {
	text-decoration: none;
    font-weight: bold;
	color: #1fa493;
}

a:hover {
	color: #333;
}
/* logo */

#headerline {
width: 100%;
background: url(img/headline.gif) repeat-x;
}

#headerline h1 {
padding: 11px 0 24px 12px;
}

#headerline h1 a {
display: block;
width: 485px;
height: 76px;
background: url(img/logo.jpg) no-repeat;
}
#headerline h1 a span {
display: none;
}

#topicpath {
font-size: 12px;
padding: 0 0 10px 44px;
}
/* main */
#pagewrapp {
padding: 20px;
width: 750px;
}
/* list */
#navigation {
  float: left;
  width: 194px;
  overflow: hidden;
}
#list_top {
  display: block;
  width: 194px;
  height: 47px;
  background: url(img/list_top.gif) no-repeat;
}
#list li a {
  display: block; 
  width: 194px;
  text-decoration: none;
  background: #e6e6e6 url(img/list.gif) no-repeat left;
}
#list li a:hover {
  background: #e6e6e6 url(img/list_hover.gif) no-repeat left;
}
#list li a span {
   display: block;
   padding: 14px 5px 14px 26px; 
   color: #888;
}

#list li a:hover span {
   color: #000;
}
#navigation .btm {
display: block;
width: 194px;
height: 21px;
background: url(img/list_btm.gif) no-repeat bottom left;
}

/* Content */

#contents {
float: right;
width: 503px;
}   
#contents h2 {
width: 503px;
background: url(img/pagetitle.gif) no-repeat;
font-size:28px;
padding: 28px 10px 28px 20px;
}
#contents h3 {
font-size: 12px;
background-color: #e6e6e6;
padding:3px;
color: #888;
}
#contents .entry { 
padding: 30px;
line-height: 300%;
}

#category li { font-size: 16px; background-color: #e6e6e6; padding: 3px 5px 3px 10px; margin-bottom: 10px; border-left: 4px solid #333;}
#category li a {color: #575757;}
#category li a:hover {
    color: #333;
}
#contents .pagetop {
text-align: right; 
font-size: 12px;  
padding-right: 20px;
}

/* foot */

#footer {
clear: both;
width: 100%;
background: #1fa896 url(img/footer.gif) repeat-x;  
font-size: 11px;
}
#footer a {
color: #b5f8d4;
}
#footer a:hover {
color: #333;
}
#footer ul {
padding: 20px;
}
 
#footer p {
padding: 10px 0 10px 400px;
color: #fff;
}