@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/


body {
    color: #000000;
    background-color: #ffcccc;
    font-size: 100%;
    line-height:150%;
    padding:0px;
    margin:0px;
    /*font-family:verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", arial, sans-serif;*/
    font-family: verdana, arial, sans-serif;
}

hr.sep {
    display: none;
}

body a:link { color: #000000; text-decoration:none; background: none;}
body a:visited { color: #000000; text-decoration:none; background: none;}
body a:active { color: #ff0000; text-decoration: underline; background: none;}
body a:hover { color: #ff0000; text-decoration: underline; background: none;}




/*==============================
	ヘッダ部分
==============================*/

#header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-left: 3%;
    margin-right: 3%;
    border: 3px black solid;
    background-color: #ff9999;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#header h1 {
    font-size:150%;
    font-weight:bold;
}

#header p {
    font-size: 90%;
    line-height: 100%;
}

/*==============================
	本文エリア
==============================*/

#content {
    line-height: 150%;
    margin-left: 3%;
    margin-right: 3%;
}

#content .section {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

#content .section h2 {
    font-weight: bold;
    border: 2px black solid;
    background-color: #ff9999;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
}
}

#content .section p{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 100%;
    line-height: 200%;
}

/*
#content .section blockquote {
    color: #222222;
    font-style: italic;
    margin-left: 10%;
    margin-left: 0%;
    margin-top: 15px;
    margin-bottom:15px;

}
*/

#footer {

}

#footer p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 120%;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 3px;
    padding-right: 3px;
}
