﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/04/13, 23:48:13
    Author     : yutopia
*/

/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

html, body, div, header, nav, ul {
    margin: 0;
    padding: 0;
}

body {
/*    font-family: 'Noto Sans Japanese', 'Noto Sans TC', sans-serif;*/
/*    font-family: "Sawarabi Gothic";*/
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; 
    font-size: 10pt;
    font-style: normal;
    background-color: #FFFFFF;
    color: #595959;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
}


a:link {
    color: #6666FF;
    text-decoration: none ;
    line-height: 16px;
}

a:visited {
    color: #c40026;
    text-decoration: none ;
    line-height: 16px;
}

a:active {
    color: #ffff00;
    text-decoration: none ;
    line-height: 16px;
}

a:hover {
    color: #ffff00;
    text-decoration: none ;
    line-height: 16px;
}

#main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#main h1 {
    width: 800px;
    border-color: #CCFFCC #006666 #006666 #CCFFCC;
    border-style: solid solid solid solid;
    border-width: 2px 2px 2px 2px;
    background-color: #339999;
    font-size: 15pt;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 22pt;
    margin-bottom: 3pt;
    padding-top: 3pt;
    padding-bottom: 3pt;
    padding-left: 3pt;
}

#main h2{
    background: #FFFFFF;
    font-size: 13pt;
    color: #336699;
    padding: 5px;
    font-weight: normal; 
    margin-top: 2pt;
    margin-bottom: 2pt;
}

#contents{
    background: #E1FFE1;
    font-size: 11pt;
    font-weight: 200;
/*    line-height: 15pt;*/
    line-height: 2;
    padding: 10px;
    border-color: #000000;
    border-style: solid;
    border-width: 1pt;
    box-shadow: 10px 10px 10px #AAAAAA;
}

#contents p.norm{
    text-indent: 10pt;
    padding: 0px;
    margin: 0px;
}

#contents p.said{
    text-indent: 0pt;
    padding: 0px;
    margin: 0px;
}

#contents p.date{
    text-align: end;
    padding: 0px;
    margin: 0px;
}

footer {
    width:350pt;
    font-size: 10pt;
    margin-right: auto;
    margin-left: auto;
    margin-top:2em;
    margin-bottom: 2em;
}

footer nav{
    text-align: center;
}

footer .ad{
    border:0px;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 2pt;
}

footer .links{
    margin-top: 2em;
    text-align: center;
}