.clearfix {
	clear:both;
}
h1 {
	font-family: 'Special Elite', cursive;
	background-color:#ff0066;
	padding:4px;
	width:400px;
	margin: 0 auto;
	text-align:center;
	color:#fff;
	
}
h1.name{
	font-family: 'Special Elite', cursive;
	background-color:#fff;
	padding:4px;
	width:400px;
	margin: 0 auto;
	text-align:center;
	color:#000;
}

.nor_message {
		font-family: 'Special Elite', cursive;
	background-color:#ff0066;
	padding:4px;
	letter-spacing:1px;
}

#back_img {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image:url(../img/large.jpg);
	
 }

ul {
	padding:0;

}
ul li {
	list-style-type:none;
	font-size:10px;
}
a {
		text-decoration:none;
}
header {
	height:800px;
	position:relative;
}
#name{
	bottom:400px;
	position:absolute;
	bottom:0px;
}

#container {

	padding-top:20px;
	width:1100px;
	text-align:left;
	margin:0 auto;
}
#wrap {
position: relative;
}
#story_list
{
/*	background-color:#d7ede8;
	  background-color: rgba(0,0,0,0.6);*/
	  padding: 40px 40px;
}

#story_list ul li {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}


#story_list ul li:nth-child(5) {
	padding-right:0px;
}
#story_list ul li:nth-child(10) {
	padding-right:0px;
}



figure {
	position: relative;
	overflow: hidden;
	width: 184px;
	background: #ff0066;
}
figure img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
.image{
	height: 138px;
}
figcaption {
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 70px;
	background: #ff0066;
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover img {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
figure:hover figcaption {
	bottom: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

figcaption h3 {
	color:#fff;
	margin:3px;
}
figcaption p {
	color:#fff;
	padding: 3px;
	margin:2px 5px;
}



dl { 

margin: 0 0 4px 0;
overflow: hidden;
padding: 3px 10px;
font-size:12px;
  	background-color:#ff0066;
}
dt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
float: left;
margin-right: 10px;
text-align: center;
padding-top:11px;

/*height:60px;*/
	font-size:10px;
color:#fff;

}
dd {
	overflow: hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
padding-top:11px;
	/*	padding:10px;
	margin-top: 20px;*/
	color:#fff;
}
#information {
	height:800px;
	width:1000px;
}
.set_left {
	float:left;
	width:410px;
}
.set_right {
	float:right;
		width:530px;
}
.margin_30 {
	margin:0 30px;
}
	<!--ローディングアニメーションCSS-->
        #loader {
    width: 画像の幅px;
    height: 画像の高さpx;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -XXpx; /* heightの半分のマイナス値 */
    margin-left: -XXXpx; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background:#d7ede8;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}
#globalfooter {
	text-align:center;
	margin:0 auto;
	background-color:#d7ede8;
	padding:10px 10px;
	  background-color: rgba(0,0,0,0.6)
}



h3 img {
	background-color:#d7ede8;
}