/* =======================================

	Company CSS

========================================== */

#about { margin-top:10px; }
#about dt {
  clear:both;
  float:left;
  width:10.5em;
  padding:10px 0 7px;
}
#about dd {
  padding:10px 0 7px 10.5em;
  border-bottom:1px dotted #c4c4c4;
}
#about .officer li { margin-left:15em; }
#about .officer li span {
	display:inline-block;
	margin-left:-15em;
	width:18em;
}
#about .description li { margin-left:3em; }
#about .description li span {
	display:inline-block;
	margin-left:-3em;
	width:3em;
}

#history { margin-top:10px; }
#history dt {
  clear:both;
  float:left;
  width:9.5em;
  padding:10px 0 7px;
}
#history dd {
  padding:10px 0 7px 9.5em;
  border-bottom:1px dotted #c4c4c4;
}


#margin { margin-top:10px; }
#margin dt {
  clear:both;
  float:left;
  width:13.5em;
  padding:10px 0 7px;
}
#margin dd {
  padding:10px 0 7px 13.5em;
  border-bottom:1px dotted #c4c4c4;
}

#treatment { margin-top:10px; }
#treatment dt {
  clear:both;
  float:left;
  width:20.5em;
  padding:10px 0 7px;
}
#treatment dd {
  padding:10px 0 7px 13.5em;
  border-bottom:1px dotted #c4c4c4;
}

#notification { margin-top:10px; }
#notification dt {
  clear:both;
  float:left;
  width:9.5em;
  padding:10px 0 7px;
}
#notification dd {
  padding:10px 0 7px 9.5em;
}

#notification dd a:link { color: #0f218b; text-decoration: none; }
#notification dd a:visited { color: #0f218b; text-decoration: none; }
#notification dd a:hover { color: #0f218b; text-decoration: underline; }
#notification dd a:active { color: #0f218b; text-decoration: underline; }
#notification dd a:focus{ outline: none; }/*fireFoxとかで点線を消す*/

a.linkadd {/*リンクされた文字*/
    color:#000080;
    text-decoration:underline;
}

a:link.linkadd {/*未訪問のリンク*/
    color:#000080;
    text-decoration:underline;
}

a:hover.linkadd {/*マウスをのせたとき*/
    color:#ff0000;
    text-decoration:underline;
}
a:active.linkadd {/*クリック中*/
    color:#ff0000;
    text-decoration:underline;
}
