/*CSS for IAI web site*/

.font1    {font-size:13px;color:#4C4C4C;line-height:150%;font-family:Verdana;}  /*本文文字の指定（行間を広め）*/  
.font2    {font-size:13px;color:#6C6C6C;line-height:180%;font-family:Verdana;}  /*左メニューの文字（行間を広めにとっています）*/
.font3    {font-size:13px;color:#4C4C4C;line-height:130%;font-family:Verdana;}  /*本文文字の指定（行間はノーマル）*/
.font4    {font-size:12px;color:#4C4C4C;line-height:130%;font-family:Verdana;}  /*左目ニュー項目（行間はノーマル）*/
.font5    {font-size:13px;color:#4C4C4C;line-height:130%;font-family:Verdana; font-weight:bold}  /*太字*/
.font6    {font-size:15px;color:#4C4C4C;line-height:130%;font-family:Verdana;}  /*大きい字*/
.font7    {font-size:15px;color:#4C4C4C;line-height:130%;font-family:Verdana; font-weight:bold}  /*大きい太字*/

a:link    {text-decoration:underline;color:#333399;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#333399;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:underline;color:#333399;}   /*クリック時のリンクの色*/
a:hover   {text-decoration:underline;color:#333399;}  /*マウスの上にカーソルがあるときのリンクの色*/

.lin2 a:link       {color:#6C6C6C;text-decoration:none;}  /*メニュー・テキストリンクの色*/
.lin2 a:visited    {color:#6C6C6C;text-decoration:none;}   /*メニュー・訪問済みのリンクの色*/
.lin2 a:active     {color:#333399;text-decoration:underline;}   /*メニュー・クリック時のリンクの色*/
.lin2 a:hover      {color:#333399;text-decoration:underline;}   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/
.lin2 ul { margin-left: 27px; padding-left: 0px;}
.lin2 ol { margin-left: 27px; padding-left: 0px;}
.lin2 dl { margin-left: 10px; padding-left: 0px;}

.color1     {background-color:#ffffff;}   /*画面内白の背景色（Body色）*/
.color2     {background-color:#969696;}   /*画面内外枠の色（グレーの線）*/
.color3     {background-color:#9FB4E4;}   /*画面内濃いブルー部分の背景色（ヘッダ部分の色）*/
.color4     {background-color:#C9D4EF;}   /*画面内薄いブルー部分の背景色*/
.color5     {background-color:#BAD4DA;}   /*画面内グリーン色部分の背景色（お知らせ部分の色）*/
.color6     {background-color:#EEEEEE;}   /*画面内グレー部分の背景色（お知らせ部分の色）*/

.waku1     { border-color:#969696; border-width:1px; border-style:dashed;} /* 点線の枠*/
.waku2     { border-color:#969696; border-width:1px; border-style:solid;font-size:13px;} /* 実線の枠*/
.title1      {font-size:24px;color:#4C4C4C;font-family:Verdana;}       /* タイトル文字フォントサイズ,色*/
.dl_compact1  dt {float:left; width:110px; clear:left}   /*並べる定義リスト*/
.dl_compact2  dt {float:left; width:160px; clear:left}   /*並べる定義リスト*/

p              {text-indent: 1.5em; margin-top:0}
h1             { border-left: 3em solid #9FB4E4; border-right: 3em solid #9FB4E4; 
                  border-bottom: 1px solid #9FB4E4; border-top: 1px solid #9FB4E4;
                  color: #9FB4E4; text-align: center; padding: 5px ; font-size:24px}
h2             { border-left: 3em solid #669966; border-right: 3em solid #669966; 
                  border-bottom: 1px solid #669966; border-top: 1px solid #669966;
                  color: #4C4C4C; text-align: center; padding: 5px ; font-size:24px}