body {
	color:#7ccac8;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	padding:0px;
	background-image: url("../images/under.png");
	background-color:#fff;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
text-align:center;
  padding:0px 0;
  
	
}
  


/* -----------------------text----------------------- */

a {
	 color:#7ccac8;
	 text-decoration:none;
}

a:hover {
	color:#7ccac8;
	text-decoration:underline;
}

img {
	border:0px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.tright {
	text-align:right;
}

.medium {
	font-size:1em;
}

.large {
	font-size:1.4em;
}

img.left {
	margin-right:10px;
}

p {
	font-size:1em;
	margin:0 0 25px 0;
	padding:0px;
	line-height:1.4em;
}

p.shallow {
	margin:0 0 5px 0;
}

/* -----------------------h----------------------- */

h1 {font-size:2em;
	color:#7ccac8;
	font-weight: bold;
	
}
	
h2 {
	margin:0px 0;
	padding:0;
	font-size:1.6em;
	font-weight: normal;
	color:#947057;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

h3 {
	padding:0;
	font-size:1.6em;
	color:#F96;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
	
h4 {
	margin:5px 0 8px 0;
	padding:0;
	font-size:1.1em;
	font-weight: normal;
	color:#fff;
}
	
h5 {
	padding:0;
	font-size:1.3em;
	font-weight: normal;
	color:#947057;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}



/* -----------------------wrapper----------------------- */

.outer_wrapper {
	float:center;
	width:100%;
	overflow:visible;
	position:relative;
	margin-top: 435px;
}



/* - */
.footer{
    width: 100%;
    padding: 0px 0;

    position: absolute;
    bottom: 1;
}
.center{
	margin:10px auto;
	width:100%;
	padding:0px 0px;
  }

.center-1{
	text-align:center;
	padding:5px 0;
  }

  