
@charset "utf-8";
/*html, body, header {background: #222;color: #eee;}a {color: #eae299;}*/
html, body, header {
	/*background:#fff;*/
	color:#333;
}

.bg{
/*background-image:url(../img/bg.jpg);*/
background-color:#fff;
}

#allcontents{
background-color:rgba(255,255,255,0.8);
}

article {
    padding-top: 0;
}
header {
    /*background: url("img/header_bg.png") no-repeat scroll right 17px transparent;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);*/
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    text-align: center;
}
header h1 {
    /*background: none repeat scroll 0 0 #1A1D1F;*/
    /*border-bottom: 1px solid #D91633;*/
    color: #fff;
    float: none;
    font-size: 12px;
	font-weight:normal;
    height: auto;
	/*line-height:100%;*/
	line-height:1.3;
    text-align: center;
    width: 100%;
	background:#ff56a7;
	margin:0;
	padding:10px 0;
}
header h2 {
    border-bottom: 1px solid #ffc5dd;
    margin: 0;
    width: 100%;
}
header h2 img {
    /*width: 100%;*/
	margin:0 auto;
}
footer {
    /*border-bottom: 1px solid #ffc5dd;*/
	margin:0;
	text-align:center;
}



.catchcopy {
    color: #D91633;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}
p.caption {
    font-size: 12px;
    line-height: 1.4em;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ff56a7;

}
.btn a {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
    color: #ff56a7;
    font-size: 90%;
    font-weight: normal;
    height: 55px;
    line-height: 23px;
    margin-top: 10px;
}
.text_enter {
    font-size: 220%;
    font-weight: bold;
    text-shadow: -1px -1px 4px rgba(255, 255, 255, 0.8);
}
.btn_leave a {
    background: none repeat scroll 0 0 #ff56a7;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin: 15px auto 0;
    width: 140px;
}
p.text_leave {
    color: #ff56a7;
    font-size: 90%;
    /*margin: 5px 0 0 0;*/
    text-align: center;
}
nav.mode {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ffc5dd;
    border-radius: 10px 10px 10px 10px;
    color: #1A1D1F;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 10px auto 5px;
    text-align: center;
    width: 95%;
}
nav.mode a {
    color: #D91633;
}
nav.mode span {
    font-weight: bold;
}


.index-link{
width:100%;
padding-top:1px;
text-align:center;
}
.index-link ul{ list-style-type:none; }
.index-link li{
float:left;
margin:10px 0;
width:25%;
}
.index-link li img{ width:88px; }
.index-link li.large{ width:100%; }
.index-link li.large img{ width:100%; max-width:468px; }
.index-link table{
border:none;
border-collapse:separate;
border-spacing:0;
}
.index-link table td{ padding:0; margin:0; }


header img{
width:100%;
max-width:640px;
margin-top:20px;
}
