<STYLE type="text/css">/*========= リンク時の文字色を設定をするCSS ===============*/a{  color:grey;    text-decoration:none;}A:link {text-decoration:none ;color : #1A1A1A }A:visited {text-decoration:none ;color : #1A1A1A }A:hover {text-decoration:none ;color : #1A1A1A }A:active {text-decoration:none ;color : #1A1A1A }a.mail:link, a.mail:visited { color:#1A1A1A }a.mail:hover { color:#1A1A1A; }a.mail:active {color:#1A1A1A; }A { text-decoration: none; }A:hover {color:#1A1A1A; text-decoration:underline}/*========= 画像の角を丸くする為のCSS ===============*/p.corner1 img {    border-radius: 10px; /* 小 */}p.corner2 img {    border-radius: 20px; /* 中 */}p.corner3 img {    border-radius: 30px; /* 大 */}/*========= ヘッダーを固定する為のCSS ===============*/.navi{    position: fixed;    z-index: 10;}.contents{    margin-top: 120px;}/*========= 背景画像を横100%にする為のCSS ===============*/.bg{   background-image: url('../images/back_images_gradation.png');   background-size: 100% 100%;}</STYLE>