/*スタイルシート定義*/
body{
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image:url(../images/bg.gif);
}


/*基本リンクカラー*/
a:link { 
	text-decoration: underline;
	color: #E480B4;
}
a:visited { 
	text-decoration: underline;
	color: #BA2774;
}
a:hover { 
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}


/*トップページトピックス*/
.link-gray {
	font-weight: normal;
	color: #848484;
}
.link-gray a:link {
	text-decoration: underline;
	color: #848484;
}
.link-gray a:visited {
	text-decoration: underline;
	color: #848484;
}
.link-gray a:hover {
	text-decoration: underline;
	color: #848484;
}
.link-gray a:active {
	text-decoration: underline;
	color: #848484;
}

/*テキスト設定*/
td {
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	color: #777777;
}
.small {
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	color: #777777;
}

/*トップページ トピックスBG*/

.topix_bg {
	height:;
	background-image:url(../images/bottom_town.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


