/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 協会概要        profile.html                          *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

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

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

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



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

.category1 {
   margin-bottom:  10px;
   letter-spacing: 0.1em;
}
.category2 {
   margin-bottom:  60px;
   letter-spacing: 0.1em;
}

.category1 h3 {
   padding-left:  10px;
   margin-bottom: 15px;
}
.category2 h3 {
   padding-left:  10px;
   margin-bottom: 15px;
}
.category2 h3 {
   _margin-bottom: 20px;
}
.category1 dt {
   clear:       left;
   float:       left;
   display:     block;
   width:       7.2em;
   line-height: 1.6;
}
.category1 dd {
   float:       left;
   display:     block;
   width:       34em;
   line-height: 1.6;
}

.text {
   margin-left: 32px;
   font-size:   1em;
} 

.text p{
   padding:     2px 0;
   line-height: 1.6;

}
.subject {
   font-size:   1.2em;
   font-weight: normal;
}
.subject span {
   margin-left:    0.4em;
   letter-spacing: 0.1em;
}

.category2 dt {
   margin-left: 17px;
   line-height: 1.5;
}
.category2 dt {
   _padding: 0 0 2px 0;
}

.inner-top {
   margin-top: 30px;
}
.inner-text1 {
   margin:      0 18px 16px 17px;
   line-height: 1.5;
}
.inner-text1 {
   margin-bottom: 20px;
}
.inner-text2 {
   margin:      0 18px 0 32px;
   line-height: 1.5;
}
#reference {
   color: #990000;
}
   
   
