/* kikuya-group Document */
/* ----------------------------------------- */
/* ƒgƒbƒvƒy[ƒW                                */
/* ----------------------------------------- */
#container {
    background: none;
}

header {
    display:inherit;
    width:100%;
    height:auto;
    background: none;
}
header #groupTop h1 {
    text-align:center;
    color:#fff;
    font-size:2.3em;
    font-family:"Times New Roman", Times, "serif";
    margin:15px 0;
    padding:0;
}
footer {
    color:#fff;
}
main article {
    background: none;
}

/* top Image */
#topImage {
    position: relative;
    width:600px;
    margin:0 auto;
    text-align: center;
}
#topImage img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; 
}
#topImage h2 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width:100%;
    margin:0;
    padding:3px 0;
    text-align: center;
    letter-spacing: 6px;
    line-height: 1.4;
    font-size:1.5em;
    font-family: "Ÿà–¾’©", "Yu Mincho", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    background-color: rgba(255,255,255,0.7);
    color:#000;
}

/* ƒCƒ“ƒgƒƒ_ƒNƒVƒ‡ƒ“ */
#introduction {
	/*position:absolute;
	top: 380px;
	left: 400px;*/
	width:720px;
	height:auto;
	z-index: 10;
    margin:15px auto;
}
#introduction p {
	margin:0;
	padding:0;
	text-align:left;
    color: #fff;
    font-size: 0.9em;
	line-height:1.75;
    text-align: center;
    /*
    text-shadow: 
        black 1px 1px 1px, black -1px -1px 1px,
        black -1px 1px 1px, black 1px -1px 1px,
        black 0px 1px 1px, black  0-1px 1px,
        black -1px 0 1px, black 1px 0 1px;
    */
}
#introduction em {
	font-size:1.3em;
    font-style:normal;
    font-weight:bold;
	line-height:2.4em;
}

#reserved_sp a {
    font-size:1.1em;
}