@charset "utf-8";
/******************************************************

h-hikaru.com
last mod 211104

*****************************************************/
/*****************************************************

Structure

*****************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  margin: 0;
  position: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Hiragino Mincho ProN","Yu Mincho", "MS PMincho", serif;
  background: url(../img/bg.jpg);
  text-align: left;
  font-size: 12px;
  line-height: 160%;
  color: #222;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  border: none;
}
a:hover {
  color: #900;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
#wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
/*****************************************************

header

*****************************************************/
#header {
  height: 226px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#header h1 {
  margin: 56px 0 0 0;
  float: left;
}
/*****************************************************

navi

*****************************************************/
#navi {
  float: right;
  height: 56px;
  margin: 72px 0 0 0;
	width: 310px;
  overflow: hidden;
}
#f_navi {
  float: left;
  height: 56px;
  margin: 0;
  overflow: hidden;
	width: 560px
}
#navi ul, #f_navi ul {
  list-style: none;
  margin: 0;
	overflow: hidden;
}
#navi ul li,
#f_navi ul li:not(#search) {
  display: inline-block;
  height: 20px;
}
/*****************************************************

container

*****************************************************/
#container {
  width: 1000px;
  clear: both;
  margin: 39px 0 0 0;
  display: block;
}
#container_entry, #container_diary {
  width: 960px;
  clear: both;
  margin: 39px auto 0 auto;
  display: block;
}
/*****************************************************

footer

*****************************************************/
#footer {
  width: 960px;
  margin: 100px auto 0 auto;
  padding: 18px 0 0 0;
  text-align: left;
}
#up {
  float: right;
  margin: 0 0 10px 0;
}
#footer_inner {
  width: 960px;
  border-top: 2px solid #636362;
  margin: 0 auto;
  padding: 18px 0 0 0;
  text-align: left;
  clear: both;
}
#footer_credit {
  float: right;
  overflow: hidden;
	width: 225px;
}

#tray {
  margin: 5px 0 0 90px;
  display: none!important;
}
#search {
  margin: 3px 0 0 60px;
  float: right;
  position: relative;
}
#searchtxt {
  width: 120px;
  border: 1px solid #efefef;
  margin: 0 36px 0 0;
}
#searchbtn {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 36px;
  height: 14px;
}
