html, body, div, span, applet, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------- */
/*  base  */
/* --------------------------- */
body {
  color: #FFF;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: url(images/bg.gif) no-repeat center center fixed;
}

@media screen and (max-device-width: 780px) {
  body {
    background-color: #000;
    background-image: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    background-color: #000;
    background-image: none;
  }
}
a {
  color: #cf0204;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* --------------------------- */
/*  layout  */
/* --------------------------- */
header, footer {
  margin: 0 auto;
  width: 900px;
}

#container {
  *zoom: 1;
  margin: 0 auto;
  width: 880px;
}
#container:before, #container:after {
  content: " ";
  display: table;
}
#container:after {
  clear: both;
}

#sidebarL {
  float: left;
  width: 230px;
}

#sidebar {
  float: right;
  width: 230px;
}

#content {
  float: left;
  width: 420px;
}

footer {
  padding: 30px 0;
}

/* ------ */
/*  Home  */
/* ------ */
#content article {
  margin: 0 auto;
  padding: 30px 20px 50px;
  width: 340px;
  background: url(images/lineCenter.gif) no-repeat center bottom;
}
#content article h1 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
#content article h1 a {
  color: #FFF;
}
#content article .entrytxt {
  margin-bottom: 20px;
}
#content article .entrytxt .photo {
  text-align: center;
}
#content article .entrytxt p {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
#content article .entrytxt a img {
  border: 3px solid #CCC;
}
#content article p.date {
  color: #850000;
  text-align: center;
  font-size: 12px;
}

#content .wp-pagenavi {
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
  border: 1px solid #850000;
}
#content .wp-pagenavi span.current {
  border: none;
}

/* ------ */
/*  Side  */
/* ------ */
aside {
  margin-bottom: 15px;
  padding: 20px 25px 15px;
  background: url(images/bgSideTop.gif) no-repeat top center, url(images/bgSideBtm.gif) no-repeat bottom center;
}
aside h2 {
  margin-bottom: 10px;
}
aside ul {
  margin-bottom: 10px;
}
aside ul li {
  margin-bottom: 5px;
  padding: 0px 0px 0px 18px;
  background: url(images/sideIcon.gif) no-repeat left 3px;
  font-size: 12px;
  line-height: 1.5;
}
aside select {
  margin: 30px 0 10px;
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}
aside select:focus {
  border: none;
}
aside select option {
  background-color: #000;
}

#profile h1 {
  padding-bottom: 10px;
  text-align: center;
}
#profile p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
#profile dl {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}
#profile dl dt {
  color: #850000;
  font-weight: bold;
  font-size: 15px;
}

#random ul {
  *zoom: 1;
}
#random ul:before, #random ul:after {
  content: " ";
  display: table;
}
#random ul:after {
  clear: both;
}
#random ul li {
  float: left;
  background: none;
  padding: 0;
  width: 52px;
  margin: 0 4px 10px;
}
#random ul li img {
  width: 50px;
  height: 68px;
  border: 1px solid #850000;
}
