@charset "utf-8";


/* CSS Document */
/*-----------------------
CSS information

Site URL: http://www.sankyonetsuken.co.jp/bunseki/sankensa.html
File name  kensastyle.css
Created    2009-10-02
Last Update 2010-01-12
Author:    tomimami
------------------------*/


A:link {
	color: black;
	text-decoration: none;
}
A:active {
	color: red;
	text-decoration: underline;
}
A:hover {
	color: orange;
	font-weight: bold;
	text-decoration: underline;
}
A:visited {
	color: darkblue;
	text-decoration: none;
}
body {
	background: white url(../../back01.gif) no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents {
	margin-left: 40px;
	font-size: 14pt;
	line-height: 20pt;
}
li {
	list-style-type: none;
}
#contents ul li .org {
	color:#F60;
}

