@charset "UTF-8";



/* ---- body, div の設定 ---- */
body { 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    font-size: 90.0%;
    color: black;
}

html,body {height: auto;}

div#content {
    width: 925px;
    margin: 0 auto;
    height: auto;
    border:1.5px solid #aba4b5;
    overflow:hidden;
}

div#top_photo {
    float: left;
    width: 445px;
    padding: 5px;
}

div.whatnew {
    float: left;
    width: 225px;
    padding: 5px;
    height: 370px;
}
/* 2018.12.10 heightを300pxから370pxに変更*/

div#comment {
	float:left;
	width: 400px;
    }

div#address {
	background-color: #D8D8F8;
}

div.clearLeft {
    clear: left;
}

/* ---- 横メニューバーの設定 ----*/

ul#menubar {
    width: 900px;
    height: 25px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul#menubar li {
	font-size: 1.05em;
	font-weight: bold;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meirio,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
    width: 126.55px;
    list-style-type: none;
    float: left;
    line-height: 25px;
    margin: 0px;
    border: 1px white solid;
    padding: 0px; 
    /* background-image: url("../pics/template/menubar_bg.gif");*/
    background-color: #808000;
    /* color: #FFFFFF; */
    position: relative;
}

ul#menubar a {
    text-align: center;
    text-decoration: none;
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    min-width: 80px;
    color: #FFFFFF;
}

ul#menubar a:hover {
    background-color: #800080;
}

ul.menubar_hidden {
    height: 25px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 1;
}

ul#menubar > li:hover ul.menubar_hidden {
    display: table;
}

/* ----- What's New 関連の設定 ----- */

table.whatnew {
	width: 210px;
	height: 350px;
	/* background-color: #E7F2FF;*/
	background-color: #FFFFFF;
}
/* 2018.12.10 heightを260pxから330pxに変更*/

table.whatnew td {
    font-size: 0.9em; 
}

table caption {
	height: 30px;
	line-height: 30px;
    caption-side: top;
    font-weight: bold;
    font-size: 1.1em;
    color: black;
    text-decoration: none;
    /* background-color:#C0E5F6; */
    /* background-image:url("../pics/template/caption_bg.gif");*/
    background-color: #FFFF00;
}

/* ---- フォントなど ---- */

a.main {
    color: black;
    text-decoration: none;
}

h5.left {
font-size: 0.9em;
    font-weight: normal;
    text-align: left;
}

h5.center {
    font-size: 0.9em;
        font-weight: normal;
        text-align: center;
    }

em.date {
    font-style: normal;
    font-weight: normal;
    color: #CC3300;
}

em.editor {
    font-style: normal;
    color: #669900;
}

div#top h1 { 
    margin-top: 0.3em;
    margin-bottom: 0em;
    text-align: center ; 
}

div#top h4 { 
    margin-top: 0em;
    margin-bottom: 0em;
    text-align: right ; 
}

/* --- 画像 --- */
img#top {
    float: left;
    left: 0px; top: 0px;
}

/*----javascript 用-----*/

.inscript{
 	width: 430px;
	display : none;
}

.noscript {
 	width: 445px;
}

ul#bxslider {
padding: 1px;
}
ul#bxslider li{
margin-top: -16px;
}




h1 {
    color: #333;
}

label {
    display: inline-block;
    margin: 10px 0;
}

input[type="date"] {
    padding: 5px;
    font-size: 16px;
}

button {
    padding: 20px 40px;
    font-size: 18px;
    background-color: rgb(0, 128, 0);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
}

button:hover {
    background-color: #008000;
}

#progress {
    display: none;
    margin-top: 20px;
}

#dateContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid red;
    margin: 0 10px;
}

pre {
    white-space: pre-wrap;
    font-family: monospace;
    color: #000000; /* 黒色 */
    background-color: #808080; /* 灰色 */
    text-align: center; /* 中央寄せ */
}

#result {
    font-size: 48px;
    color: red;
    margin-top: 20px;
}

.red { color: #ff0000; } /* 赤 */
.blue { color: #0000ff; } /* 青 */
.green { color: #00ff00; } /* 緑 */
.magenta { color: #ff00ff; } /* マゼンタ */
.cyan { color: #00ffff; } /* シアン */
.yellow { color: #ffff00; } /* 黄色 */
