@charset "utf-8";

/* CSS Document */
/*-----------------------
CSS information

Site URL: http://www.sankyonetsuken.co.jp/sitemap.html
File name  sitemapstyle.css
Created    2010-01-14
Last Update 2011-03-25
Author:    tomimami
------------------------*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 85%;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mainContents {
	width: 780px;
	padding-left: 20px;
	text-align: left;
}
li {
	list-style-type: square;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #F39;
	font-weight: bold;
}

