/* 名付け親 - スタイル定義 */


body,table,p,blockquote,ul,ol,dl,li,dt,dd,div,th,td,caption,strong,em {
  font-size : 9pt;
  line-height:140%;
}

body {
  background: #FFFFFF;
}
a {
  text-decoration : none;
}
a:link      {
  color: blue;
}
a:ACTIVE    {
  color : red;
}
a:visited   {
  color: purple;
}
a:hover     {
  color: red;
  text-decoration : underline;
}
p       {
  margin-top: .6em;
  margin-bottom: .6em ;
}
p.bigfix    {
  margin-top: -.4em;
  margin-bottom: 0em;
}
p.margin    {
  margin-left: 2em;
  margin-top: -1.75em;
}
/*for SMS links*/

p.K2        {
  margin-top: 0em;
  margin-left: 10pt;
}
/*  HEADING TAGS    */

h1      {
  font-size: 13pt;
  margin-bottom: .5em;
}
h2      {
  font-size: 12pt;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
h3      {
  font-size: 11pt;
  margin-top: 1.2em;
  margin-bottom: .5em;
}
h4      {
  font-size: 10pt;
  margin-top: 1.2em;
  margin-bottom: .5em  ;
}
h5      {
  font-size: 9pt;
  margin-top: 1.2em;
  margin-bottom: .5em ;
}
h6      {
  font-size: 9pt;
  margin-top: 1.5em;
  margin-bottom: .5em ;
}
big     {
/*  font-weight: bold; */
  font-size: 12pt;
}
small   {
  FONT-SIZE: 8pt
}
p.proclabel     {
  font-weight: bold;
  font-size: 9pt;
  margin-top: 1.2em ;
}
/*procedure heading*/

/*  LIST TAGS   */

ol      {
  margin-top: .4em;
  margin-bottom: 0em;
  margin-left: 4em ;
}
ul      {
  margin-top: 1em;
  margin-bottom: 0em ;
}
ol ul   {
  margin-top: .4em;
  list-style: disc;
}
li      {
  margin-bottom: .4em;
  margin-left: -2em ;
}


/*  TERM AND DEFINITION TAGS    */

dl      {
  margin-top: 0em ;
}
dt      {
  font-weight: bold;
  margin-top: 1em;
  /* margin-left: 0em;
  */     /*for SMS terms*/ 
        margin-left: 1.5em;
}
dd      {
  margin-bottom: 0em;
  /*not currently working*/
        margin-left: 1.5em  ;
}
dl li   {
  margin-bottom: .7em ;
}
/*list item inside a term/def list*/

dl dl   {
  margin-top: 0em;
  margin-left: 0em  ;
}
/*term/def list inside a term/def list*/



/*  TABLE TAGS  */




/*not used for K2*/


/*  MISC. TAGS  */

pre         {
  font-size: 12pt;
  margin-top: 1.2em;
  margin-bottom: 1.5em  ;
}
code        {
  font-size: 12pt;
}
pre code    {
  font-size: 9pt;
}
.indent     {
  margin-left: 12pt;
}
hr.sms  {
  color: black;
  text-align: left  ;
}
/*SMS specific rule used under procedure title*/

hr.iis      {
  color: black ;
}
/*IIS specific - preceding copyright*/

