/*↓本文の行間*/
p { line-height: 120%; }

/*↓ヘッダーの各種設定*/
#cozzenlogo{
                width:111px;
                height:32px;
                vertical-align:middle;
                text-align:center;
               
}

/*↓見出しの大きさ*/
h1 { font-size : 13px;
     font-weight : normal;  /*文字の強調を無くす*/
     text-align: center;      /*水平方向の配置*/
     vertical-align: bottom;
    }
h2 { font-size : 15px; }
h3 { font-size : 13px; }

/*↓IDセレクタ背景色*/
#yushi{ background-color: #ffffc4; }

/*↓リンク文字の色*/
a.example:link    { color : #ffffff ; text-decoration : underline ; }/* 未訪問のリンク */
a.example:visited { color : #ffffff ; text-decoration : underline ; }/* 訪問済みのリンク */
a.example:hover   { color : #ffffff ; text-decoration : none ; background-color: #FF4500;  }/* カーソルが上に乗っているリンク */
a.example:active  { color : #ffffff ; text-decoration : underline ; } /* アクティブ中のリンク */

/*↓yushi見出し1の色*/
#midasi1{ background-color: #ffb0d8; }

a:hover{
  color : red; none ; text-decoration : none ; 
}

body       { 
       background-image:url(wallppr006.gif);
}