@CHARSET "UTF-8";

/* 全体に関するCSS
 ----------------------------------------*/
body {
    color: #FFFFFF;
    background-color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}

#all-contents {
    width: 960px;
    margin: 0 auto;
}

/* ヘッダに関するCSS
 ----------------------------------------*/
header {
    width: 960px;
    height: 48px;
    background-color: #000000;
    text-align: left;
}

h1 {
    margin-bottom: 0;
}

/* エリア区分けラインに関するCSS
 ----------------------------------------*/
.horizon-line {
    width: 960px;
    height: 20px;
    margin: 4px auto;
    clear: both;
}

/* グローバルエリア(TOP)に関するCSS
 ----------------------------------------*/
#top-menu {
    width: 960px;
    height: 40px;
    margin: 8px 16px 0 16px;
    padding-bottom: 0;
}

#top-menu .global-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#top-menu .menu {
    display: block;
    width: 148px;
}

/* メッセージに関するCSS
 ----------------------------------------*/
#message {
    width: 960px;
    height: 250px;
    margin: 0 auto;
}

#ohitorisamahanafuda {
    width: 512px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#ohitorisamahanafuda-comment {
	font-size: 200%;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.6);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .3s;
    transition: 2.4s;
    opacity: 0;
}

figure:hover figcaption {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
    opacity: 1;
}

/* トピックエリアに関するCSS
 ----------------------------------------*/
#topic-area {
    width: 960px;
    height: 680px;
}

#topic-area-privacy {
    width: 960px;
    height: 1160px;
}

h2 {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
}

h3 {
    margin-top: 4px;
    margin-bottom: 0;
}

#topic-information {
    margin: 0px 0 20px 0;
    float: left;
}

#information-contents {
    width: 320px;
    height: 600px;
    border: 4px ridge #C0C0C0;
    text-align: left;
    overflow: hidden;
}

.date {
    margin: 12px 0 0 20px;
}

.matter {
    margin-left: 24px;
    border-bottom: 1px dashed #C0C0C0;
}

.information {
    margin-top: 4px;
}

.infomaiton-content {
    margin: 4px 0 16px 8px;
}

#topic-application {
    margin: 0px 0 20px 24px;
    float: left;
    text-align: left;
}

#release-application {
    margin-left: 12px;
    padding: 0;
}

#release-application .application {
    margin-bottom: 24px;
    list-style: none;
}

#release-application .commentary {
    margin-left: 12px;
    font-size: 80%;
    text-align: left;
}

/* フッタに関するCSS
 ----------------------------------------*/
footer {
    width: 960px;
    height: 96px;
    color: #FFFFFF;
}

#bottom-menu {
    width: 960px;
    height: 24px;
    padding: 0;
    text-align: center;
}

#bottom-menu .footer-menu {
    list-style: none;
    font-size: 80%;
}

#bottom-menu .menu {
    text-decoration: none;
    padding: 0 10px 0 10px;
}

#copyright {
    clear: both;
    width: 960px;
    text-align: center;
}

