- 変更部分
-
<!-- タイトル -->
<p class="logo"><a href="index.html">*** 会社名|店舗名|タイトル ***</a></p>
--- 画像に変更 ---
<!-- タイトル -->
<p class="logo"><a href="index.html"><img src="image.gif" alt="" width="" height=""></a></p>
/* -- 企業名 ショップ名 サイト名 -- */
.logo {
font-size: 1.8em;
margin-bottom: 0.5em;
}
.logo a {
text-decoration: none;
background-color: #ffffff;
color: #0099ff;
}
.logo a:hover {
text-decoration: none;
background-color: #ffffff;
color: #ff0000;
}
--- 画像に変更 ---
/* -- 企業名 ショップ名 サイト名 -- */
.logo {
margin-bottom: 0.5em;
border: 0;
}
.logo a,
.logo a:hover { text-decoration: none; }