html,body {
  height: 100%;
  font-size : 9pt !important;
  background:url(/usr/skin/hiyoko/img3/bg.gif) repeat;
  font-family : Arial, Verdana, MS P Gothic, Helvetica, sans-serif;
  margin:0px;
  color:#595f77;
}

a img		{border-width:0;}
a:link		{color:#31364b;}
a:visited	{color:#31364b;}
a:hover		{color:#595f77; text-decoration:none;}

H5,H4,H3,H2	{margin:0px;}

ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
.linknavi {
  text-align:center;
  margin:0px 26px;
  padding:5px;
  background-color:#fff;
}
.navilink, .pagelink{text-align:center;}

form{margin:0px;}
/*--------------------------------------------------------------------HEADER*/
#header {
  width:760px;
  height:90px;
  margin-top:20px;
  padding:40px 0px 0px 40px;
  background:url(/usr/skin/hiyoko/img3/headbg.gif) no-repeat;
  text-align:left;
}
#title	{
  font-size:20px;
  font-weight:800;
}
#title a	{color:#32394f;  text-decoration:none;}
#title a:hover	{color:#6575b0; text-decoration:none;}
#counter{
  position:absolute;
  top: 0px;
  margin-top:125px;
  font-size : 9px;
  color: #4F3232;
}

/*--------------------------------------------------------------------BASESET*/
#centertable {
  width:800px;
  margin-top:20px;
}
#centertable .left {
   width:200px;
   background:url(/usr/skin/hiyoko/img3/menu-top.gif) no-repeat top center;
}
#centertable .right	{width:600px;}
#sidemenu{
  margin:0px;
  padding:15px 0px 0px;
}
.menu-bottom{
  background: url(/usr/skin/hiyoko/img3/menu-bottom.gif) no-repeat bottom center;
  height:20px;
}
#main {
  width:580px;
  margin-left:20px;
  padding-top:20px;
  background:url(/usr/skin/hiyoko/img3/main-top.gif) no-repeat top center;
}
.main-bottom{
  background: url(/usr/skin/hiyoko/img3/main-bottom.gif) no-repeat bottom center;
  height:20px;
}
#footer {
  width:800px;
  height:11px;
  padding:18px 0px 20px;
  text-align:center;
  font-size:8pt;
  background: url(/usr/skin/hiyoko/img/footer.gif) no-repeat center;
  color:#785413;
}
#footer a	{text-decoration:underline}
#footer a:hover	{color:#000;  text-decoration:none}

/*-----------------------------------------------------------------------MENU*/
.sidebg{
  margin:0px;
  background:url(/usr/skin/hiyoko/img3/menu-body.gif) repeat-y;
}
.box-cap {
  height:15px;
  font:600 10px arial, serif;
  color:#4f3232;
  padding:4px 13px 8px 63px;
  text-align:left;
  background: url(/usr/skin/hiyoko/img3/box-cap.gif) no-repeat center bottom;
}
.box-body {
  text-align:center;
  font-size:10px;
  line-height:120%;
  padding:8px 8px 13px;
  background:url(/usr/skin/hiyoko/img3/menu-body.gif) repeat-y;
}
ul.recently-sidebar {
  text-align:left;
  margin:0px;
}
ul.recently-sidebar li{
  text-align:left;
  padding: 5px 0px 0px 10px;
}
ul.recently-sidebar li.category-main{
  text-align:left;
  padding: 5px 0px 0px 10px;
}
ul.recently-sidebar li.category-sub{
  text-align:left;
  padding: 5px 0px 0px 30px;
  background: url(/usr/skin/hiyoko/img/nest.gif) 10px 5px no-repeat;
}

/*---------------------------------------------------------------------SEARCH*/
.search{
  background:url(/usr/skin/hiyoko/img3/main-body.gif) repeat-y;
}
.search h4{
  margin-bottom:5px;
}
#search-box{
  margin-top : 15px;
  text-align: center;
}
#search-box form input { font-size: 85%; }
#search-box form #submit {
  font-size: 100%;
  background : #a8bdd1;
  color: #fff;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
  border-color :#667888;
}
#search-box form #q {
  width: 100px;
  font-size: 100%;
  border:  1px solid #9097A2;
  background: #faf9f6;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}
ul.search-list {
  text-align:left;
  margin:0px 26px;
  background-color:#fff;
}
ul.search-list li{
  padding: 5px 0px 5px 32px;
  background: url(/usr/skin/hiyoko/img/pin.gif) 6px 8px no-repeat;
}
/*-------------------------------------------------------------------CALENDAR*/
table.calendar {
  width : 80%;
  border-collapse: collapse;
}
table.calendar td{
  font-size: 11px;
  padding: 1px;
  text-align: center;
}
table.calendar a {
  text-decoration : none;
  font:500 11px Arial;
}
tr.header td {
  font: 600 12px arial;
}
td.daySubmit {
  text-decoration:underline;
}
td span.Sun, span.Sun {
  color: rgb(250,90,70);
}
td span.Sat {
  color: #6A73CB;
}
td span.Today {
  background-color: #fff;
  font-weight: 600;
}
/*-------------------------------------------------------------------ARTICLE*/
div.article {
  text-align : left;
  font-size: 9pt;
  line-height: 1.5em;
  padding-bottom:20px;
  background:url(/usr/skin/hiyoko/img3/main-body.gif) repeat-y;
}
.article .title {
  min-height:20px;
  width:330px;
  margin: 0 auto;
  padding:24px 130px 5px 50px;
  font : 600 15px arial, sans-serif;
  letter-spacing : 1px;
  text-align: left;
  background: url(/usr/skin/hiyoko/img3/article-top.gif) no-repeat center bottom;
}
div.article .title a{
  text-decoration: none;
  color:#32394f;
}
div.article .title a:hover{
  color:#6575b0;
}
.article-content {
  line-height : 180%;
  background : #fff;
  width:505px;
  margin:10px auto 5px;
  padding: 11px;
}
.article-content img {margin:0px 8px 5px 0px;}
.article-date{
  text-align:right;
  margin-right:30px;
  font-size:80%;
}
.article-posted {
  padding-right:30px;
  font-size : 10px;
  text-align: right;
  clear: both;
  text-decoration : none;
}
.article-posted a.jump img	{margin-top: 3px;}
.pagenavi {
  clear:both;
  text-align:center;
}
/*----------------------------------------------------------------TRACKBACK*/
.trackback{
  font-size:10px;
  margin-top:8px;
  clear:both;
  padding: 0px 27px;
}
.trackback_url{
  padding-left:5px;
  background-color:#a8bdd1;
}
.trackback_title{
  font-size:10px;
  line-height:1.3em;
  margin:5px;
}
.trackback_txt{
  font-size:10px;
  line-height:1.3em;
  margin:5px;
  padding-bottom:5px;
  border-bottom:1px solid #a8bdd1;
}
/*--------------------------------------------------------------------COMMENT*/
.comment{
  font-size:10px;
  margin:20px 27px 10px;
  clear:both;
  border-top:15px solid #a8bdd1;
}
.comment_title{
  font-size:10px;
  line-height:1.3em;
  margin:5px;
}
.comment_txt{
  font-size:10px;
  line-height:1.3em;
  margin:5px;
  padding-bottom:5px;
  border-bottom:1px solid #a8bdd1;
}
.comment_block{
  padding:8px 0px;
  margin-top:8px;
}
.comment_block input{
  border:1px solid #a8bdd1;
}
.comment_block textarea{
  border:1px solid #a8bdd1;
  width:516px;
}

/*--------------------------------------------------------------------IMAGE*/
.photo-caption {
  margin: 0px 10px 12px 20px;
  text-align: left;
  font-size: 9px;
  color: #666;
  clear: both;
}
.al-left { float: left; }
.al-right { float: right; }
.al-center { margin: auto;}

.galleryblock{padding-left:25px;}

