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

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

.hover {
  cursor: pointer;
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

a.button {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFCA7F;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #f5a9a9;
  text-decoration: none;
  outline: none 0 !important;
}
a.button:link {
  color: white;
  text-decoration: none;
}
a.button:visited {
  color: white;
  text-decoration: none;
}
a.button:hover {
  color: white;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
a.button:active {
  color: white;
  text-decoration: none;
}

.send {
  position: relative;
  width: 320px;
  height: 60px;
}

li img {
  vertical-align: bottom;
}

/*
 * wrapper
 */
#wrapper {
  background: white ;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 100px 0;
}

/*
 * header
 */
#header {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#header #hobo {
}
#header h1 {
  margin-top: -5px;
}
#header #yodogawa {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
#header #yodogawa1 {
	float: left;
}
#header #yodogawa #yodogawa1 .to_korokke {
	margin-top: 20px;
}
#header #yodogawa2 {
	float: left;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  }
#header #yodogawa2 p {
  margin-top: 0;
}
#header #yodogawa2 .small {
  font-size: 12px;
}
#header #yodogawa2 .send {
	margin: 0 auto;
	text-align: center;
	margin-top: 7px;
}
#header .icon {
  position: absolute;
  top: 0;
  right: 0;
}

#dateNavi {
  width: 880px;
  margin: 0 auto;
  padding-top: 10px;
}
#dateNavi ul {
  width: 880px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  letter-spacing: -5px;
  line-height: 0;
}
#dateNavi li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 50px;
  line-height: 1em;
  letter-spacing: 0.075em;
}
#dateNavi li a {
  display: block;
}
#dateNavi li.map {
  float: right;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 10px;
}
#dateNavi li.current a {
  cursor: default;
}
#dateNavi li.current a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#sakuraMain {
  width: 880px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
#sakuraMain > .left {
  float: left;
}
#sakuraMain > .right {
  position: relative;
  float: right;
  width: 240px;
  height: 600px;
}
#sakuraMain ul, #sakuraMain li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sakuraMain ul.slide {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 0 10px;
  text-align: center;
}
#sakuraMain ul.slide li {
  width: 230px;
  height: 50px;
}
#sakuraMain ul.slide li:first-child {
  height: 40px;
  margin-bottom: 5px;
}

#recent {
  border-top: 1px solid #B4CCB9;
}
#recent .item {
  background: url(../images/btn_arrow.png) no-repeat 15px center;
  border-bottom: 1px solid #B4CCB9;
  width: 240px;
  padding: 5px 0 5px 40px;
}
#recent .item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  cursor: pointer;
}
#recent .item .clearfix {
  height: auto;
  overflow: hidden;
}
#recent .item .left {
  float: left;
  width: 45px;
  height: 50px;
  padding-bottom: 5px;
  overflow: hidden;
}
#recent .item .right {
  margin-left: 55px;
  word-wrap: break-word;
}
#recent .item .right a {
  font-size: 10px;
  line-height: 1.2em;
}
#recent .item .right .name, #recent .item .right .date, #recent .item .right .num {
  font-size: 12px;
  line-height: 1.35em;
  font-weight: bold;
}
#recent .item .right .date, #recent .item .right .num {
  font-size: 10px;
}
#recent .item .comment {
  font-size: 12px;
  line-height: 1.35em;
  padding: 0;
}

ul#itemNavi {
  width: 220px;
  margin: 5px 0 5px 20px;
  padding: 0px;
  height: auto;
  overflow: hidden;
  list-style-type: none;
}
ul#itemNavi li {
  margin: 0;
  padding: 0;
}
ul#itemNavi li.back {
  float: left;
  cursor: pointer;
}
ul#itemNavi li.back:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
ul#itemNavi li.next {
  float: right;
  cursor: pointer;
}
ul#itemNavi li.next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*
 * footer
 */
#footer {
  width: 800px;
  margin: 40px auto 0;
  padding: 0;
  text-align: center;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
  line-height: 0;
  text-align: left;
}
#footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding-left: 40px;
  letter-spacing: 0.075em;
  line-height: 1em;
}
#footer ul li:first-child {
  padding-left: 0;
}
#footer ul li.home {
  float: right;
}
#footer ul li a {
  display: block;
}
#footer ul li .fb_iframe_widget {
  display: block;
}
#footer .copyright {
  margin-top: 40px;
}

.copyright {
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #2c3925;
}

/*--------------------------------------------------------------------------------
 * 
 * 	how.html
 * 
 --------------------------------------------------------------------------------*/
body.how #wrapper {
  width: 800px;
}
body.how #contents {
  width: 500px;
  margin: 0 auto;
}
body.how h1, body.how h2, body.how h3 {
  color: #FF947F;
}
body.how h2 {
  background: url(../images/sakuraL.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  margin: 80px auto 40px;
  padding: 0 0 0 40px;
}
body.how h2:first-child {
  border: 0 none;
}
body.how h3 {
  background: url(../images/sakuraL2.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  margin: 40px auto 20px;
  padding: 0 0 0 40px;
}
body.how h3.l2 {
  line-height: 20px;
}
body.how .yodogawa {
  font-weight: bold;
}
body.how .send {
  line-height: 60px;
  margin: 0 auto;
}
body.how .back {
  width: 200px;
  height: 30px;
  margin: 40px auto;
  line-height: 30px;
}
body.how .contribute {
  margin: 40px auto;
  text-align: center;
}
body.how strong {
  font-weight: bold;
  color: #FF947F;
}
body.how strong.big {
  font-size: 18px;
  line-height: 1.75em;
}
body.how .cap {
  font-size: 13px;
  line-height: 1.75em;
  color: #808080;
}

/*--------------------------------------------------------------------------------
 * 
 * 	form.html
 * 
 --------------------------------------------------------------------------------*/
body.form #wrapper {
  width: 800px;
}
body.form .back {
  width: 200px;
  height: 30px;
  margin: 40px auto;
  line-height: 30px;
}
body.form .contribute {
  margin: 40px auto;
  text-align: center;
}

#map {
  width: 640px;
  height: 600px;
  margin: 0 auto;
}

#form h2 {
  display: inline-block;
  background: url(../images/sakuraL.png) no-repeat left center;
  padding-left: 40px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  color: #FF947F;
  font-weight: bold;
}
#form table {
  width: 600px;
  margin: 0 auto;
}
#form td, #form th {
  padding: 10px;
  line-height: 1.5em;
}
#form th {
  vertical-align: top;
  width: 140px;
  font-weight: bold;
}
#form .cap {
  font-size: 13px;
  line-height: 1.75em;
  color: #808080;
}

/*--------------------------------------------------------------------------------
 * 
 * 	thanx.html
 * 
 --------------------------------------------------------------------------------*/
body.thanx {
  /*position: relative;
  width: 880px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #FFF; 
  text-align: left;*/
}
body.thanx #wrapper {
  width: 800px;
}
body.thanx h2 {
  display: inline-block;
  background: url(../images/sakuraL.png) no-repeat left center;
  padding-left: 40px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  color: #FF947F;
  font-weight: bold;
}
body.thanx #contents {
  text-align: center;
}
body.thanx .back {
  width: 200px;
  height: 30px;
  margin: 40px auto;
  line-height: 30px;
}
body.thanx .contribute {
  margin: 40px auto;
  text-align: center;
}
