@charset "utf-8";
/* 全体構造
---------------------------------------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 480px;
}
#territory {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin: auto;
	width: 480px;
}
a img {
  border: none;
  background: transparent;
}
p {
	font-size: 80%;
	color: #003366;
}
a {
	color : #336699;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* コンテンツ
---------------------------------------------------- */
#content {
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 最新情報メニュー
---------------------------------------------------- */

ul#topnews {
  margin: 0;
  padding: 0;
  width: 480px;
  list-style: none;
}
ul#topnews li {
	margin: 0;
	font-size: 12px;
	background-image: url(../topimg/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1.6em;
	border-bottom-color: #CC9966;
}
ul#topnews li a {
	text-decoration: none;
	color: #CC3300;
}
ul#topnews li a:hover {
	color: #FF6600;
}

