﻿html{
	min-height: 100%;
	overflow: auto;
	position:relative;
	background: #F5F5FF;
}

body {
    font-family: Arial,Meiryo,'MS PGothic',sans-serif;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #a5a;
    text-decoration: underline;
}

a:hover {
    color: #609;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.invisible {
    display: none;
}

h2 {
    font-family: Georgia,Meiryo,'MS Mincho';
    font-size: 24px;
    margin: 32px 0 0 0;
    clear: both;
    text-shadow: 4px 4px 10px #555;
}

ol {
    padding: 50px 0 0 0;
    margin: 0;
    list-style: none;
    text-shadow: 2px 2px 4px #aaa;
}

div.HeaderContainer {
	width: 100%;
	height: 300px;
}

.PageHeader {
    width: 700px;
    margin-left: auto;
    margin-right: auto;}

    .PageHeader header {
        margin: 50px 0 0 0; /*ページ上端から一番上のヘッダのまでのマージン*/
    }

    .PageHeader h1 {
        font-family: Georgia,Meiryo,'MS Mincho';
        font-size: 32px;
        margin: 0 0 180px 0; /*ページヘッダから小説明とGetボタンまでのマージン*/
        clear: both;
        color: #fff;
        text-shadow: 0px 0px 10px #aaa;
    }

    .PageHeader p {
        font-size: 0.9em;
        margin: 20px 0 0 0;
        color: #fff;
        text-shadow: 0px 0px 15px #000;
    }

        .PageHeader a:link {
            color: #fff;
            text-decoration: underline;
        }

        .PageHeader a:visited {
            color: #a5a;
            text-decoration: underline;
        }

        .PageHeader a:hover {
            color: #f5f;
            text-decoration: underline;
        }

        .PageHeader a:active {
            text-decoration: underline;
        }

#DebugCanvas {
    border: 0px solid;
	z-index: -1;
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 16px;
}

#MainCanvas {
    border: 0px solid;
	z-index: -1;
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 350px;
    box-shadow: 4px 4px 10px #aaaaaa;
    background: #000;
}

div.CenterContainer {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.Containts {
    width: 700px;
    margin: 0 0 0 0;
    float:left;
}

    .Containts p {
        font-size: 16px;
        line-height: 26px;
    }

    .Containts section {
        margin: 0 0 0 0;
        padding: 0 0 0 5px;
    }

    .Containts figure {
        margin: 10px 7px 10px 7px;
        float: left;
    }

    .Containts figure figcaption {
        font-size: 14px;
        color: #555555;
        text-align: left;
        margin: 0px 0px 3px 0px;
    }

    .ImageFadeView {
        position:relative;
        width: 332px;
        height:160px;
        overflow: hidden;
        box-shadow: 4px 4px 10px #aaaaaa;
        margin: 0px 0px 30px 0px;
    }

    .ImageFadeView img {
        position:absolute;
        width: 332px;
        height: 176px;
        left:0;
        top:0;
    }

    .ImageFadeViewOverWrap {
        position:absolute;
        width: 332px;
        height:160px;
        overflow: hidden;
        z-index: 2;
    }

    .ImageFadeViewOverWrap img {
        margin: 105px 0 0 195px;
    }

    ul {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    ul li {
        list-style-type: none;
        float: left;
        margin: 0 10px 0 0;
    }

footer.PageFooter {
    margin: 0px 0 80px 0;
}

    footer.PageFooter p {
        margin: 40px 0 0 0;
        text-align: center;
        font-size: 0.8em;
        clear: both;
    }