/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
img{
	border:none;
}
body{
	background-color: #f5f4e5;
}

#logo{
	width: 840px;
	height: 164px;
	text-indent: -9999px;
	display: block;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: visible;
}

#logo a{
	display: block;
	width: 164px;
	height: 164px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 48px;
	top: 50px;
	z-index: 3000;
	background-image: url(../img/sticker.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper{
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 560px;
}
#header{
	margin-top: 0px;
	text-align: center;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: 1000;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#header a img{
	margin-bottom:1px;
	margin-right:20px;
}
#header a img.last{
	margin-right: 0px;
}
#header a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
/*シャンデリア*/



#titlebg{
	z-index: 0;
	-webkit-animation-name: WallArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 1.0s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: WallArea;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 1.0s;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: 1;
	width: 100%;
	height: 350px;
	padding-top: 50px;
	margin-top: 160px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/chandelier.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0px;
}

@-webkit-keyframes WallArea {
	0% {-webkit-opacity:0;
		-webkit-transform: translateY(-35px);
	}
	100% {-webkit-opacity:1;
		-webkit-transform: translateY(0px);
	}
}
@keyframes WallArea {
	0% {opacity:0;
		transform: translateY(-35px);
	}
	100% {opacity:1;
		transform: translateY(0px);
	}
}








#lead{
	width: 600px;
	height: 200px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/index_read.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
		-moz-opacity:0;
	}
	100% {
		-webkit-opacity:1;
		-moz-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#title{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode: backwards;
	-moz-animation-delay: 0.1s;
	-moz-animation-duration: 1.0s;
	-moz-animation-iteration-count: 1;
	width: 800px;
	height: 400px;
	background-image: url(../img/index_title.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	top: 160px;
}
h1,#subtitle{
	text-indent:-9999px;
	width:840px;
	height:1px;
}

/* コンテンツ */
#content{
	width: 840px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* menu */

#menu{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 20px;
	display: block;
	background-image: url(../img/menu_bg.jpg);
	padding-bottom: 0px;
}
#menu a img{
	margin-bottom: 1px;
	margin-right: 18px;
}
#menu a img.last{
	margin-right: 0px;
}
#menu a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
#menu a.num{
	width: 150px;
	position: relative;
	height: 55px;
	z-index: 500;
	display: inline-block;
}
#menu a.num span{
	position: absolute;
	height: 42px;
	width: 42px;
	top: -11px;
	right: -11px;
	background-image: url(../img/num4.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5000;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	line-height: 1em;
}
#topics{
	-webkit-animation-name: TopicsArea;
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	width: 720px;
	margin: 30px auto;
	padding: 6px 10px 10px 10px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.4);
	background-color: #000\9;
	border: 1px solid #666;
	text-align: left;
}
#topics:not(:target){
	background-color:rgba(0,0,0,0.4);
}
#topics p{
	margin-top:6px;
}
#topics a{
	color:#fff;
	text-decoration:none;
}
#topics a:hover{
	color: #CC3366;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}

#footer{
	position: static;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	height: 140px;
	width: 100%;
}
#links{
	text-align: center;
	z-index: 9999;
	padding-bottom: 0px;
}

#links a img.last{
	margin-right: 0px;
}

#links a img{
	margin-bottom: 0px;
	margin-right: 10px;
}
#links a img:hover{
	margin-top:0px;
	margin-bottom: 0;

}
