@charset "utf-8";
/*********** links.css *************************/
/********知能コンピューティングに関するリンク集***********/


/* 「1）知能コンピューティング関連の研究が行われている大学」 */
h2 {
    font-size:120%;
    font-weight:bold;
    color: #652E30 ;
    margin-top: 2.5em;
    margin-bottom: 0.3em;
}

h2.first {
    margin-top:0em;
}

/*「関東地方」など*/
h3  {
    font-size:110%;
    margin-top: 1.4em;
    margin-bottom:0em;
    padding-left: 1.2em;
    padding-top: 1.6em;
    border-color: #C4C4BB;
    background-image: url('image/hr.png');
    background-repeat: repeat-x;
}

h3 a {
    font-weight:bold;
    color:#5C5553;
}

h3.first {
    margin-top:1.7em;
}

p.description {
     margin-left:2em;
     margin-top:0.6em;
}

p.first-pDes {
     margin-top:0em;
     margin-bottom:1.3em;
}


/****** sidebar ***********/

div.sideIndex {
   margin-left:0.6em;

}

div.sideIndex p {
   font-size: 90%;
   margin-left:0.3em;
   margin-top:1em  ;
}

div.sideH2 {
    font-size: 100%;
    margin-top:2em;
    margin-left:0.2em;
    font-weight:bold;
    color: #652E30 ;
    margin-bottom:0.2em;
}

div.sideH3 {
    font-size:95%;
    margin-top:1em;
    margin-left: 0.2em;
}

div.sideH3 a:link, div.sideH3 a:visited {
    color:#5C5553;
}

div.sideH3 a:hover {
    color: maroon ;
}

div.sideH2.firstH2  {
    margin-top:0em;
}

div.sideH3.firstH3  {
    margin-top:0.5em;
}

div.region {
    background-image: url('image/hr.png');
    background-repeat: repeat-x;
}


/**************************************/
/******* リンク集のbody(右のエリア) ******/
/***************************************/

ul.region {
  margin-top:0em;
  font-size:100%;
}

ul.region li {
/*    margin-top:1.3em; 090825変更　*/
    margin-top:0.3em;
}

ul.region {
    list-style-type: disc; /* circle; 090826 変更 */
    list-style-position: outside;
}

ul.region {
    margin-left:3em;
    margin-top:1.5em;
}

ul.region ul {
    margin-top:0.3em;
    margin-left:2em;
    list-style-type: none;
}

ul.region ul li {
    margin-top:0.2em;
}

ul.region p {
    margin-left:0.3em;
    color:  #955454;
    margin-bottom:0em;
    margin-top:0.1em;
}


/***** a ********/

ul.region a:link {
    color:  #2830F7;
    text-decoration: underline;
}

ul.region a:visited {
    color: #7C16A3;
    text-decoration: underline;
}

ul.region a:link:hover , a:visited:hover {
    color:  #6E7BFD;
    text-decoration: underline;
}

