/*  リンクの指定  */

a:link	{color: #474747; text-decoration: underline;}
a:visited	{color: #474747; text-decoration: underline;}
a:hover	{color: #EE3439; text-decoration: underline;}
a:active	{color: #EE3439; text-decoration: underline;}

/*  リンクの指定 濱割ナビゲーション  */

td.hama a:link		{color: #0033FF; text-decoration: underline;}
td.hama a:visited	{color: #0033FF; text-decoration: underline;}
td.hama a:hover		{color: #EE3439; text-decoration: underline;}
td.hama a:active	{color: #EE3439; text-decoration: underline;}

/*  改行の指定  */

br {font-size:12px; line-height:16px;}

/*  aタグ内のimg枠消し  */

a img {border:none;}

/*  footerの矢印水平化  */

#footer td img {vertical-align:middle;}


/* TOPページ「こんな手口にご注意！」の背景設定 */
.attBg{ background-color:#FFFCEE;}
.attBgl{ background-color:#FFC6A6;}

/* headerのレイアウト */

form {
	margin:0;
	padding:0;
}