/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * アクセシビリティ        accessibility.html            *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import url("global-style.css");     /* 初期設定と共通定義          */
@import url("global-sidebar.css");   /* サイドバーブロック定義      */
@import url("global-baseline.css");  /* コンテンツブロック共通定義  */

/* **************************************************************** */
/* *** コンテンツ                                               *** */
/* **************************************************************** */



/* **************************************************************** */
/* ***  カテゴリー                                              *** */
/* **************************************************************** */

.category1 {
   display:        block;
   margin:         30px 0 50px;
   letter-spacing: 0.1em;
}

.category1 ul {
   margin-left: 30px;
}

.category1 li {
   display:   block;
   font-size: 16px;
}
.category1 .home {
   background: url(../images/sitemap/list1.gif) no-repeat 5% 0;
}
.category1 .profile,
.category1 .enterprise,
.category1 .schedule,
.category1 .supporter,
.category1 .admission,
.category1 .agreement,
.category1 .accessibility {
   margin-left: 20px;
   background:  url(../images/sitemap/line2.gif) no-repeat 0 0;
}
.category1 .agreement {
   margin-top: 40px;
}
.category1 .scheme {
   margin-left: 10px;
   background:  url(../images/sitemap/line4.gif) no-repeat 0 100%;
}

.a1 {
   display:       block;
   height:        26px;
   margin-bottom: 20px;
   text-indent:   50px;
   background:    url(../images/sitemap/line1.gif) no-repeat 0 100%;
}
.a2 {
   display:       block;
   height:        26px;
   margin-bottom: 20px;
   text-indent:   45px;
   background:    url(../images/sitemap/list2.gif) no-repeat 4% 0;
}
.a3 {
   display:       block;
   height:        24px;
   margin-bottom: 20px;
   text-indent:   45px;
   background:    url(../images/sitemap/list3.gif) no-repeat 4% 0;
}
.a4 {
   display:       block;
   height:        26px;
   margin-bottom: 20px;
   text-indent:   45px;
   background:    url(../images/sitemap/list4.gif) no-repeat 4% 0;
}
.mb {
   margin-bottom: 10px;
}
