p {
	line-height: 1.5em;
	font-size: 105%;
}

a{
font-size: 120%;
border-width: bold;
text-decoration:underline;
}
a:link{
	color:#006699; 
	font-weight: bold;
	text-decoration:none;
	
}
a:visited{ color:#006699; 
	font-weight: bold;
	text-decoration:none;
	}
a:hover{ color:#000099 }
a:active{ color:#000099 }

body {

}

a#photolink1 {
   display: block;
   width: 248px; /* 画像1枚分の横幅 */
   height: 69px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url('image/setouchi.gif'); alt："せとうち情報局リンク" ；/* 画像ファイル名 */
}

a#photolink1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}


a#photolink2 {
   display: block;
   width: 252px; /* 画像1枚分の横幅 */
   height: 69px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url('image/ikoi2.gif'); alt："憩いの海リンク" ；/* 画像ファイル名 */
}

a#photolink2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
