a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	border: none;
}
img {
	border: none;
}

h2 {
	font-size: 16px;
	color: #690E0E;
}

p {
	line-height: 130%;
}
ul {
	font-size: 12px;
	line-height: 16px;
}
td {
	font-size: 12px;
	line-height: 16px;
}

div.linkbanner{
	text-align: center;
	margin-top: 5px;
}

/*-- トップページ --*/

h2.top {
	font-size: 16px;
	color: #690E0E;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.table-top{
	margin-bottom: 5px;
}

img.imgLeft{
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}

img.imgRight{
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

div.saishin{
	overflow:auto;
	width:526px;
	height:120px;
	margin-left:3px;
	display: block;
}

/*-- 最新情報 --*/

div.imgLeft{
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
}

.toiawase{
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #CCCC99;
	display: block;
	background-position: center;
	margin-left: 130px;
	padding: 5px;
}

/*-- サイトマップ --*/

ul.sitemap{
	font-size: 15px;
	line-height: 200%;
	padding: 0px;
	text-indent: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

li.sitemap{
	background-image: url(../img/point_no.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 13px;
}
