@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

html {
  font-size: 62.5%; }

body {
	background:url(../images/bg.jpg) repeat fixed;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.06em;
  color: #000; }

del {
  text-decoration: line-through;
  color: #3f3f3f; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li img {
  vertical-align: top; }

/* --------------------------------------------------------------------------------*/

.redbold{
	color:#E11A24;
	font-weight:bold;
	font-size:17px;
	}



.size-15 {
  font-size: 15px;
  line-height: 1.75em; }

.size-16 {
  font-size: 16px;
  line-height: 1.75em; }

.size-17 {
  font-size: 17px;
  line-height: 1.75em; }

.size-18 {
  font-size: 18px;
  line-height: 1.75em; }

.size-19 {
  font-size: 19px;
  line-height: 1.75em; }

.size-20 {
  font-size: 20px;
  line-height: 1.75em; }

.size-21 {
  font-size: 21px;
  line-height: 1.75em; }

.size-22 {
  font-size: 22px;
  line-height: 1.75em; }

/* --------------------------------------------------------------------------------*/

a {
  color: #3F87D3;
  text-decoration: underline;
  outline: none 0 !important; }
  a:link {
    color: #3F87D3;
    text-decoration: none; }
  a:visited {
    color:  #3F87D3;
    text-decoration: none; }
  a:hover {
    color:  #9EC2E8;
    text-decoration: none; }
	
/* --------------------------------------------------------------------------------*/

#wrapper {
  width: 720px;
  margin: 0 auto;
  background-color: #FFFFFF ;
  position:relative; }
  
.wear {
position: fixed;
display: block;
width: 1030px;
margin-left:-153px;
z-index:-1;
}

.wear_l {

float: left;
	
	}
.wear_r{
float: right;
	}
/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
	width:500px;
  position: relative;
  margin: 0 auto; }
  #header #hobo {
    padding: 6px 0 35px;
    text-align: center;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
    #header #hobo a {
      color: #000;
      text-decoration: none; }
  #header h1 {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }

#yodogawa {
  width:500px;
  text-align: center;
  margin: 0 auto;
  padding: 45px 0 20px;
  line-height:2.06em;
  font-size: 17px;
  font-weight:bold; }
  
#yodogawa .cledit{
	padding-top:40px;}

#menu{
	width:520px;
	margin: 0 auto;
	font-weight:bold;}

/*
 * contents
 */
.contents {
  position: relative;
  width: 520px;
  margin: 15px auto 40px; }
  .contents h2 {
    margin: 0;
    padding: 50px 0 0;
    text-align: center; }
  .contents blockquote {
    margin: 40px 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #3f3f3f;
    color: #3f3f3f; }
  .contents .article {
    width: 520px;
    margin: 0 auto;
    text-align: left; }

.column {
  position: relative;
  width: 800px;
  margin: 50px auto; }
  .column h2 {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center; }
  .column .article {
    width: 520px;
    margin: 0 auto;
    text-align: left; }

.photo {
  margin: 30px auto;
  text-align:left; }
  .photo p {
    font-size: 13px;
	text-align:left;
	margin-left:1px;
    line-height: 1.5em;
    color: #ACACAC; }

.border{
	padding:30px 0 50px;
	margin:0 auto;}

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f; }
  
.carry{
	float:right;}
.p30{
	padding-bottom:30px;}
.p20{
	padding-bottom:20px;}

  .caption {
    font-size: 13px;
	text-align:left;
	margin-left:1px;
    line-height: 1.5em;
    color: #ACACAC; }
  .chuui {
    font-size: 13px;
	text-align:left;
	margin-left:1px;
    line-height: 1.5em;
    color: #EA3C45;}
/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
 #tobichi{
	 margin:0 auto;
	 text-align:center;
	 font-weight:bold;
	 font-size:16px;
	 padding:0 0 70px;}
 
#footer {
  width:720px;
  padding-bottom: 70px;
  margin: 0 auto; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    font-size: 0;
    letter-spacing: -0.4em; }
    #footer ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0 48px;
      margin: 0;
      font-size: 14px;
      letter-spacing: 0.075em; }
  #footer .fblike {
    text-align: center;
    margin: 50px; }
	
	.clear{
	clear:both;}
	
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}
