*{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: url(img/back.gif);
	text-align: center;
}
a {
	text-decoration: none;
	color: #1fa493;
}

a:hover {
	color: #333;
}

.fix {
clear: both;
}
/* logo */

#headerline {
width: 100%;
background: url(img/headline.png) repeat-x;
padding-bottom: 10px;
}

#headerline h1 {
width: 700px;
height: 130px;
margin: 0 auto;
text-align: left;
background: url(img/head.jpg) no-repeat;
padding: 32px 0 0 8px; 
}

#headerline h1 a {
display: block;
width: 352px;
height: 60px;
}
#headerline h1 a span {
display: none;
}
/* main */
#pagewrapp {
width: 685px;
margin: 0 auto;
text-align: left;
background: url(img/main_mdl.png) repeat-y;
}
.main_top {
width: 685px;
margin: 0 auto 0 auto;
background: url(img/main_top.png) no-repeat left top;
}
.main_top p {
font-size: 11px;
text-align: right;
padding: 12px 14px 0 0;
}
.main_btm {
margin: 0 auto;
width: 685px;
height: 50px;
background: url(img/main_btm.png) no-repeat left bottom;
}
.main_btm p {
font-size: 11px;
text-align: right;
padding-top: 32px;
}
/* Content */

#contents {
float: left;
width: 400px;
margin-left: 25px;
}   
#contents h2 {
background: url(img/pagetitle.gif) no-repeat;
font-size: 28px;
padding: 20px 10px 20px 10px;
margin-top: 20px;
}
#contents h4 {
font-size: 12px;
border-bottom: double 3px #ccc;
padding:3px;
color: #888;
}
#contents .entry { 
padding: 20px;
line-height: 180%;
}

#fld li { font-size: 16px; background-color: #e6e6e6; padding: 3px 5px 3px 10px; margin-bottom: 10px; border-left: 4px solid #1BB7F0;}
#fld li a {color: #1BB7F0;}
#fld li a:hover {
    color: #333;
}
#contents .pagetop {
width: 400px;
text-align: right; 
font-size: 12px;  
}

/* list */
#navigation {
  float: right;
  width: 201px;
  overflow: hidden;
  margin-right: 25px;
  font-size: 12px;
}
#list_top {
  display: block;
  width: 201px;
  height: 59px;
  background: url(img/navi_top.gif) no-repeat;
}
#list li a {
  display: block; 
  width: 201px;
  text-decoration: none;
  background: url(img/navi.gif) no-repeat;
}

#list li a span {
   display: block;
   padding: 14px 5px 20px 26px; 
   color: #888;
}

#list li a:hover span {
   color: #000;
}
#navigation .btm {
display: block;
width: 201px;
height: 51px;
background: url(img/navi_btm.gif) no-repeat bottom left;
}
/* foot */

#footer {
clear: both;
width: 100%; 
font-size: 11px;
margin: 0 auto;
}
#footer ul {
padding: 20px;
}