@charset "UTF-8";

/* 基本構造
-------------------------------------------*/
body {
    font-family: Verdana, sans-serif, Century;
    background-color: #f6f6f6;
    color: #333333;	
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* ヘッダ
------------------------------------------- */
#header, #tagline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 920px;    
    background-color: #ffccd5;
    color: #582d18;
    border: solid 1px #708090;
    border-style: none solid none solid;
}

#header {
    font-family: 'Purple Purse', cursive;
    font-size: 45px;
    padding-top: 50px;
    padding-right: 0px;
    height: 100px;
}

#tagline {
    font-family: 'Ledger', serif;
    font-size: 14px;
    margin-top: -45px;
    height: 60px;
}

/* ラッパー
-------------------------------------------- */
#wrapper {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    width: 850px;
    border: solid 1px #e88e96;
    border-style: none solid none solid;
}

/* メニュー
---------------------------------------------*/
#menu {
  width: 922px;
  height: 40px;
  margin: auto;
  padding: 0;
  border-bottom: 5px solid #7a0000;
  background: #b11030;
}

#menu ul{
  list-style-type: none;
  margin: 0;
}

#menu li{
  position: relative;
  width: 16.66%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#menu li:hover > a{
/*  background: #720000;*/
/*  color: #ffff8c;*/

  border-radius: 3px 3px 0 0;
  background-color: #fbeced;
  color: #720000;
}

#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#menu li:last-child ul{
  left: -100%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 13px 15px;
  background: #720000;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #b11030;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* 画像
-------------------------------------------- */
.imageArea {
    float: left;
    margin-top: 50px;
    width: 400px;
    height: 380px;
}

.slider-wrapper { 
/* IE で表示がおかしいので中止
    width: 400px;
    height: 300px;
*/
}


/* 情報、トピックス
--------------------------------------------*/
.infoArea {
    float: right;
    margin-top: 20px;
    width: 400px;
}

.secIndent p {
    margin-bottom: 10px;
    text-indent: 1em;
}

.leftMargin {
    margin-left: 25px;
}


/* コンテンツ
---------------------------------------------*/
.mainArea {
    clear: both;
    width: 850px;
    padding-bottom: 20px;
}

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;
    padding-left: 10px;
}

dd {
    padding-bottom: 2px;
}

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

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

th{
    background-color: #F5F5F5;
}

th.fix {
    width: 200px;
    table-layout:fixed;
}

td.center {
    text-align: center;
}

pre {
    padding-left: 20px;
}

.icon {
    list-style-image: url(../images/icon.png);
}

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

/* ライン
---------------------------------------------- */
.headline {
    color:#330033;
    font-size:140%;
    font-weight: bold;
    margin: 25px -35px 20px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #330033;
}

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

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

/* SelectionBox
----------------------------------------------*/
.jd_selectionBox a:hover {
        text-decoration: underline;
}

.jd_selectionBox, .jd_listSelectionBox {
        width: 100%;
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
}

.jd_groupSelect, .jd_groupSelect_short {
        width: 50%;
        background-color: #FFF;
        margin: 0;
        padding: 0 0 3px 3px;
        overflow: auto;
        border: 2px solid #7F9DB9;
        height: auto;
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        display: block;
}

.jd_groupSelect {
        max-height: 30em;
}

.jd_groupSelect_short {
        max-height: 15em;
}


/* ダウンロードアイコン
----------------------------------------------*/
.dicon {
    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;
}

.dicon:hover {
    background: #006699
}


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

.bold { font-weight: bold; }
.red  { color: red; }
.lightgray { color: #999999; }
.bg_color { background-color: #d1dcff; }

/* フッタ
----------------------------------------------*/
#footer {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border: solid 1px #e88e96;
    border-style: none solid solid solid;
    background-color: #fbeced;
}

#logo{
    float: right;
    padding-right: 20px;
}

#address{
    text-align: right;
    font-style: normal;
    padding-right: 5px;
}

#copyright{
    clear: both;
    text-align:center;
    font-size: 90%;
    padding-top: 20px;
    color: #582d18;
}

/* ページトップに戻るボタン
--------------------------------*/
#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;
}
