/**
 * pikmin3.css
 * scss: ../scss/pikmin3.scss
 */
.link a {
  font-size: 12px;
}

.cap {
  font-size: 12px;
  color: gray;
}

.hidden {
  visibility: hidden;
}

body {
  background: white url(../images/bg.png) fixed repeat center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}

/* 
 * link style
 */
a {
  color: red;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: red;
  text-decoration: none;
}
a:visited {
  color: red;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: underline;
}
a:active {
  color: #ff6600;
  text-decoration: underline;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.item a {
  color: #990000;
  text-decoration: none;
  outline: none 0 !important;
}
.item a:link {
  color: #990000;
  text-decoration: none;
}
.item a:visited {
  color: #990000;
  text-decoration: none;
}
.item a:hover {
  color: #996600;
  text-decoration: underline;
}
.item a:active {
  color: #996600;
  text-decoration: underline;
}

.bg {
  background: url(../images/bg_top.png) fixed repeat-x center top;
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background: url(../images/bg_content.png) fixed no-repeat center center;
}
.nothot #wrapper {
  background: white url(../images/bg_content2.png) scroll no-repeat 480px 180px;
}

.nothot {
  height: 100%;
}
.nothot .bg {
  height: 100%;
}
.nothot #wrapper {
  height: 100%;
}
.nothot h2 {
  font-size: 30px;
  color: #A8A8FF;
}
.nothot p {
  font-size: 16px;
}
.nothot strong {
  color: #660000;
}
.nothot .contents {
  width: 500px;
  height: 300px;
  margin: 0 auto;
}

/*
 * 	header
 */
#header {
  width: 800px;
  margin: 0 auto;
}
#header .logo {
  text-align: center;
}
#header h1 {
  margin: 0;
  text-align: left;
  text-align: center;
}
#header #yodogawa {
  margin: 0;
  text-align: left;
  text-align: center;
}
#header #tweet {
  text-align: center;
}
#header .notice {
  width: 396px;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 1.75em;
}

/*
 * contents
 */
.contents {
  position: relative;
  margin-bottom: 50px;
}
.contents #items {
  width: 660px;
  margin: 0 auto;
}
.contents #items .item {
  height: 200px;
  margin-bottom: 20px;
}
.contents #items .item .text {
  width: 445px;
  height: 130px;
  padding: 15px 15px 0 15px;
  word-break: break-all;
}
.contents #items .item .text strong {
  color: #660000;
}
.contents #items .item .twid {
  text-align: right;
}
.contents #items .item .twid a img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 5px;
}
.contents #items .frameL1 .text, .contents #items .frameL2 .text {
  margin-left: 40px;
}
.contents #items .frameL1 .twid, .contents #items .frameL2 .twid {
  margin-right: 155px;
}
.contents #items .frameR1 .text, .contents #items .frameR2 .text {
  margin-left: 145px;
}
.contents #items .frameR1 .twid, .contents #items .frameR2 .twid {
  margin-right: 50px;
}
.contents #items .frameL1 {
  background: url(../images/balloon_l1.png) no-repeat left top;
}
.contents #items .frameL2 {
  background: url(../images/balloon_l2.png) no-repeat left top;
}
.contents #items .frameR1 {
  background: url(../images/balloon_r1.png) no-repeat right top;
}
.contents #items .frameR2 {
  background: url(../images/balloon_r2.png) no-repeat right top;
}
.contents #more {
  text-align: center;
}
.contents .date {
  width: 150px;
  margin: 20px auto;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: black;
}

#navi {
  width: 800px;
  margin: 20px auto 0;
  background: url(../images/bg_thin_mid.png) repeat-y center top;
}
#navi ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
  text-align: center;
}
#navi ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  padding: 0 9px;
}
#navi ul li.first {
  padding-left: 95px;
}
#navi ul li.iine {
  background: url(../images/bg_iine.png) no-repeat center top;
  width: 132px;
  height: 45px;
  padding: 10px 9px 0 29px;
}
#navi ul li.hidden {
  visibility: hidden;
}

#footer {
  position: relative;
  padding-bottom: 150px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}
#footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
  margin: 0;
}
#footer .kinoue {
  text-align: center;
  margin: 20px 0 35px;
}
#footer .fblike {
  text-align: center;
  margin: 20px;
}
#footer .copyright {
  width: 200px;
  margin: 20px auto;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: black;
}
