@charset "UTF-8";

/* 基本構造
-------------------------------------------*/
body {
    font-family: Verdana, sans-serif, Century;
    font-size:   13px;
    line-height: 18px;
    margin: 0 auto;
    width: 800px;
    background-color: #f6f6f6;
}

/* ラッパー
-------------------------------------------- */
#wrapper {
    clear:both;
    background-color: #ffffff;
    border: solid 1px #abb6c0;
    border-style: none solid none solid;
}

/* ヘッダ
------------------------------------------- */
#header {
    font-family: 'Purple Purse', cursive;
    font-size: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fffae8;
    color: #2f4f4f
}

#imgheader {
    font-family: 'Purple Purse', cursive;
    font-size: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fffae8;
    color: #2f4f4f
}


/* メニュー
---------------------------------------*/
#menu {
    width: 100%;
}

#menu ul{
    width: 800px;
    margin: 0 auto; /* センターに配置 */
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#menu li{
    width: 20%;
    float:left;
}

#menu a:link, #menu a:visited{
    display:block;
    font-weight: bold;
    font-size: 15px;
    padding: 6px;
    text-decoration:none;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background-color: #005442;
    color: #ffffff;
}

#menu a:hover, #menu a:active{
    background-color:#cbd554;
    color: #2e5214;
}

/* 情報、トピックス
--------------------------------------------*/
.secIndent p {
    padding-left: 15px;
    margin-bottom: 10px;
    text-indent: 1em;
}

/* コンテンツ
-------------------------------------------- */
#contents {
    clear:both;
    margin-left: auto;
    margin-right auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

h1 {
    font-size:140%;
    padding:5px;
    margin-top:25px;
    margin-left: -10px;
    border-bottom: 1px solid #9ac36c;
    border-left: 10px solid #9ac36c;
    font-weight:bold;
}

dt {
    padding-bottom: 5px;
}

dd {
    padding-bottom: 2px;
}

table{
    border-style: solid;
    border-collapse: collapse;
    border-color: #554;
}

th, td {
    border: solid 1px;
    padding: 3px;
}

th{
    background-color: #F5F5F5;
    text-align: center;
}

th.fix, td.fix {
    white-space: nowrap;  /* 自動的な折り返しを禁止する */
}

td.center {
    text-align: center;
}

pre {
    padding-left: 20px;
}

.box {
    padding: 4px;
    text-align: center;
    background: #bbdd76;
    border: 1px solid #bfbfbf;
}

.indent {
    padding-left: 15px;
}
.indent-big {
    padding-left: 40px;
}

.center { text-align: center }
.right { text-align: right }
.left { text-align: left }

/* 見出し
-------------------------------------------*/
.headline {
    color:#330033;
    font-size: 20px;
    margin: 0px -20px 20px;
    padding: 15px 0px 5px 20px;
    border-bottom:#554 medium solid;
}

.boxline {
    padding: 5px;
    padding-left: 10px;
    margin: 25px 5px 10px;
    background: #fff4e8;
    border-left: 10px solid #ffa12f;
    font-weight:bold;
}

.dotline {
    color:#330033;
    font-size:120%;
    margin: 20px 0px 20px;
    padding-left: 20px;
    border-bottom: 2px dotted #330033;
}


/* フォント
---------------------------------------------- */

.bold { font-weight: bold; }
.red  { color: red; }
.lightgray { color: #6a7988; }

.bg_color { background-color: #d1dcff; }
.bg_white { background-color: #ffffff; }

/* ダウンロードアイコン
--------------------------------- */
.icon {
    padding-left:4px;
    padding-right:4px;
    padding-bottom: 1px;
    color: #ffffff;
    text-decoration:none;
    background: -moz-linear-gradient(top,#0099CC 0%, #006699 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    background: -ms-linear-gradient(top left, #0099CC 0%, #006699 100%);
    border-top:1px;
    border-left:1px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.icon:hover {
    background: #006699
}

/* フッター
--------------------------------*/
#footer {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    background-color: #d7d7d7;
    color: #484848;
}

#footer a {
    font-weight: bold;
}

#footer address{
    text-align: right;
    font-style: normal;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 40px;
}

#copyright{
    text-align:center;
    font-size: 90%;
    padding-top: 20px;
}

/* ページトップに戻るボタン
--------------------------------*/
#pagetop {
    position: fixed;
    bottom: 130px;
    right: 0px;
}
#pagetop a {
    background: #FFAA00;
    color: #fff;
    padding: 40px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;

}
#pagetop a:hover {
    background: #FFCC00;
}

/* Slider 表示エリア
---------------------------------*/
.slidearea {
  margin: 10px;
  width: 300px;
}

/* トグル
---------------------------------*/
div.category {
    list-style: url("../images/plus.png");
    cursor:pointer;
}

div.open {
    list-style :url("../images/minus.png");
}
