@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

img {
	border: none;
}

ul,dl,ol {
  list-style: none;
}

a {
  color: #304153;
  text-decoration: none;
  outline: 0;
}

html {
	height: 100%;
}

body {
  overflow-x: hidden;
  margin-bottom: 24px;
  padding-top: 254px;
	height: 100%;
  background: url(image/bg.gif) 23px repeat-y #efefef;
  line-height: 1.2em;
  min-width: 760px;
  font-size: 100%;
  color: #304153;
}

*:first-child+html body {
	height: auto;
}

h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 0 175px 0;
  width: 100%;
  min-width: 760px;
  background: url(image/logo2.gif) right 124px no-repeat;
  z-index: 1;
}

h1 a {
  display: block;
  margin-left: 42px;
  width: 196px;
  height: 61px;
  background: url(image/logo.gif) no-repeat;
  text-indent: -80em;
}

h2 {
  margin-left: 308px;
  line-height: 2.6em;
  min-height: 16px;
  background: #304153;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 120%;
  letter-spacing: 0.01em;
  text-indent: 1em;
  color: #fff;
  white-space: nowrap;
}


a.rss {
  display: block;
  overflow: hidden;
  margin: -17px 0 0 308px;
  width: 16px;
  height: 17px;
  background: url(image/rss16.gif) no-repeat;
  text-indent: 80em;
}

h3 {
  margin: 16px 16px 0 324px;
  padding: 0.4em 8px;
  background: url(image/line.gif);
  border: 1px solid #fff;
  font-weight: normal;
  font-size: 95%;
  line-height: 1em;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

h3 a {
  position: relative;
}

h3 a:hover {
  color: #fff;
}

p.comment {
  margin: -1.5em 11px 0 324px;
  padding: 0.4em 6px;
  font-size: 95%;
  line-height: 0.5em;
  text-align: right;
}

p.comment a {
  margin-right: 5px;
  padding: 0.3em 1px 0 0.5em;
  background: #efefef;
  border: 1px solid #fff;
  font-size: 70%;
  letter-spacing: 0.2em;
}

p.comment a:hover {
  background: #304153;
  color: #fff;
}

p.category {
  margin: 1px 16px -1.6em 324px;
  padding: 5px 8px 2px 8px;
  border: 1px solid #fff;
  border-top: 0;
  font-size: 70%;
  line-height: 1em;
}


p.category span {
  color: #959da5;
}

p.category a:hover {
  color: #959da5;
}



div.text,div.comment {
  margin: 12px 16px 12px 324px;
  font-size: 90%;
  line-height: 1.6em;
}

div.text a {
  text-decoration: underline;
}

div.text a:hover {
  color: #959da5;
  text-decoration: none;
}


div.text p {
  margin-top: 1.6em;
}


div.text big {
  line-height: normal;
}

div.text img,div.text iframe {
  border: 1px solid #fff;
}



div.comment {
  margin-top: 24px;
}

div.date {
  color: #959da5;
}

div.date div {
  float: left;
  padding-right: 0.5em;
}

h4 {
  clear: both;
}






form#commentform {
  margin-left: 324px;
  position: relative;
  top: -20px;
}


form#commentform label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  font-size: 80%;
}

form#commentform textarea {
  width: 412px;
}










p.btn {
  margin: 0 16px 0 324px;
  height: 1em;
  line-height: 1em;
  font-size: 95%;
}

p.btn a {
  padding: 0.3em 1px 0 0.5em;
  background: #efefef;
  border: 1px solid #fff;
  font-size: 70%;
  letter-spacing: 0.2em;
}

p.btn a.comment {
  border-right: 0;
  background: url(image/line.gif);
}

p.btn a:hover {
  background: #304153;
  color: #fff;
}







ul#page {
  overflow: hidden;
  margin: 24px 0 -8px 324px;
  font-size: 95%;
  line-height: 1em;
}

ul#page li {
  float: left;
  margin: 0 4px 8px 0;
  background: url(image/line.gif);
  border: 1px solid #fff;
  white-space: nowrap;
}

ul#page li a {
  display: block;
  padding: 0.4em 8px;
}

ul#page li a:hover {
  background: #304153;
  color: #fff;
}

ul#page li.in {
  padding: 0.4em 8px;
  color: #fff;
  font-weight: bold;
}

ul#page li.cut {
  padding: 0.4em 8px;
  background: #efefef;
  border: 0;
  color: #304153;
}







#menu {
  position: absolute;
  top: 130px;
  left: 24px;
  z-index: 15;
}

#menu li a {
  display: block;
  overflow: hidden;
  text-indent: -80em;
}

#menu li.profile {
  position: absolute;
  top: 0;
  left: 181px;
}

#menu li.profile a {
  width: 84px;
  height: 15px;
  background: url(image/menuProfile.gif) no-repeat;
}

#menu li.profile a:hover {
  background-position: 0 -15px;
}

#menu li.facebook {
  position: absolute;
  top: 31px;
  left: 192px;
}

#menu li.facebook a {
  width: 73px;
  height: 11px;
  background: url(image/menuFacebook.gif) no-repeat;
}

#menu li.facebook a:hover {
  background-position: 0 -11px;
}

#menu li.twitter {
  position: absolute;
  top: 62px;
  left: 211px;
}

#menu li.twitter a {
  width: 54px;
  height: 12px;
  background: url(image/menuTwitter.gif) no-repeat;
}

#menu li.twitter a:hover {
  background-position: 0 -12px;
}

#menu li.contact {
  position: absolute;
  top: 90px;
  left: 171px;
}

#menu li.contact a {
  width: 94px;
  height: 16px;
  background: url(image/menuContact.gif) no-repeat;
}

#menu li.contact a:hover {
  background-position: 0 -16px;
}

#menu li.rss {
  position: absolute;
  top: 99px;
  left: 0;
}

#menu li.rss a {
  width: 24px;
  height: 24px;
  background: url(image/rss24.gif) no-repeat;
}





#column {
  position: absolute;
  top: 0;
  left: 6px;
  width: 302px;
  padding-top: 255px;
  background: url(image/menu.gif) 17px 0 no-repeat;
  font-size: 70%;
  font-weight: bold;
}


#column dt {
  position: absolute;
  top: 256px;
  left: 19px;
  width: 19px;
  height: 102px;
  background: url(image/column.gif) no-repeat;
  text-indent: -80em;
  white-space: nowrap;
}

#column dd {
  padding-top: 8px;
  margin: 0 0 66px 40px;
  width: 119px;
  min-height: 128px;
}

#column li {
  line-height: 1.2em;
  padding: 0.4em 0;
}

#column dd a:hover {
  text-decoration: underline;
}

#column p {
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 90px;
}

#column p a {
  display: block;
  width: 33px;
  height: 66px;
  background: url(image/gate.gif) no-repeat;
  text-indent: -80em;
}





#blog {
  position: absolute;
  top: 255px;
  left: 161px;
  padding-bottom: 24px;
  width: 144px;
  z-index: 15;
}

#blog #caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 57px;
  background: url(image/blog.gif) no-repeat;
  text-indent: -80em;
}

#blog #wrap {
  padding: 8px 0 0 27px;
}

#blog #wrap a:hover {
  text-decoration: underline;
}

#blog #wrap dt {
  padding-bottom: 0.4em;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#blog #wrap ul {
  padding-bottom: 1.5em;
  font-size: 75%;
}

#blog #wrap li {
  line-height: 1.2em;
  padding: 0.4em 0;
}

#blog #wrap input.text {
  width: 97px;
  background: #efefef;
}






#test {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 254px;
  padding-top: 100%;
  background: url(image/gradation.gif) repeat-x;
  text-indent: -80em;
  z-index: -10;
}

#test a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 253px;
  min-width: 1072px;
  background: url(image/bg.jpg) top right no-repeat;
}

#test span {
  display: block;
  _display: none;
  margin-top: 254px;
  white-space: nowrap;
  color: transparent;
}





#testtesttest {
  display: block;
  display: none;
  _display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: url(image/arrow.png) center no-repeat #304153;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  text-indent: -8em;
  z-index: 70;
}

#testtesttest:hover {
  /*background-color: #48627d;*/
  opacity: 0.7;
}

#facebook {
margin: 16px 0 0 324px;
}

#share-button {
  border: none;
  overflow: hidden;
  width: 240px;
  height: 28px;
  margin-top: 8px;
  position: relative;
  left: 324px;
}

#share-button li {
  width: 110px;
  height: 21px;
  margin-bottom: 1px;
  float: left;
}

.facebook-like-button {
  border: none;
  overflow: hidden;
  width: 110px;
  height: 21px;
  float: left;
}

.twitter-share-button {
margin-right: -100px;
position: relative;
  width: 120px;
  height: 21px;
  float: left;
}

#privacy {
  position: relative;
  bottom: 0px;
  margin: -2em 1em 0 0;
  white-space: nowrap;
  line-height: 1em;
  font-size: 75%;
  text-align: right;
}

#wpstats {
  display: none;
}