*,html,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; text-align: center; }

a { color: #fd7069; text-decoration:none;}

a:hover {color: #333;}

/* container */
#layout-two-column {
  width: 745px;
  margin: 0 auto;
  text-align: left;
}
/* Header */
#header {
  width: 745px;
  height: 182px;
  background: url(img/head.jpg) no-repeat;
}
#header h1 {
  padding: 53px 0 0 77px;
}
#header h1 a {
  display: block;
  width: 420px;
  height: 68px;
}
#header h1 a span {
display: none;
}
#breadcrumbs {
background-color: #e0e0e0;
padding: 10px;
font-size: 12px;
}
/* Content */
#left-contents {
  float: left;
  width: 493px;
  margin-top: 20px;
} 
#left-contents h1 {
  font-size: 24px;
  background: url(img/pagetitle.gif) no-repeat;
  padding: 20px 0 30px 70px;
  margin-top: 20px;
}
#left-contents h2 {
  font-size:12px;
  border: 3px solid #e0e0e0;
  padding: 3px 8px;
  color: #b5b5b5;
}
.info {
font-size: 12px;
padding: 15px;
line-height: 220%;
}
#left-contents .text_space { 
padding: 30px;
line-height: 220%;
}
.category {
padding: 30px;
line-height: 220%;
}
.category li {
padding: 10px 0;
}
.category li a{
color: #777;
background-color: #ffe3e3;
border-bottom: 6px double #fff;
padding: 5px 10px;
}
.category li a:hover {
color: #333;
background-color: #eaeaea;
}
#left-contents .totop {
text-align: right; 
font-size: 12px; 
margin: 20px 0; 
}

/* left list*/
#right_block {
  float: right;
  margin: 20px 0;
  font-size: 12px;
  width: 234px;
}
.list_top a {
  display: block;
  width: 234px;
  background: url(img/list_top.gif) no-repeat top left;
  font-size:26px;
  letter-spacing: 3px;
  color: #ffaeae;
  padding: 11px 0 5px 60px;
}
.block li a {
  display: block; 
  background: #dfdfdf url(img/list.gif) no-repeat left;
  color:#777;
}
.block li a:hover {
  background: #dfdfdf url(img/list_hover.gif) no-repeat left;
  color:#ffaeae;
}
.block li a span {
   display: block;
   padding: 30px 10px 30px 30px;
}

/* foot */
#footer {
clear: both;
font-size: 12px;
}
.btm_block {
background-color: #ffaeae;
padding: 10px;
}
.btm_block li {
display: inline;
padding: 0 10px;
border-left: solid 1px #fee3e3;
line-height: 160%;
}
.btm_block li a {
color: #fee3e3;
}
.btm_block li a:hover {
color: #fff;
}
/* copyright */
#footer p {
text-align: right;
background-color: #e0e0e0;
padding: 6px;
}
