@charset "utf-8";
/* CSS Document */
/*-----------------------
CSS information

Site URL: http://www.sankyonetsuken.co.jp/bunseki/indexbunseki.html
File name  indexbunsekistyle.css
Created    2010-06-23
Last Update 2010-06-23
Author:    tomimami
------------------------*/
body {
	margin: 0px;
	background-color: #FFF;
	font-size: 100%;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	width: 50em;
}
#container #mainContent .image {
	position: absolute;
	top: 180px;
	left: 270px;
}
#container #mainContent {
	margin-left: 4em;
	line-height: 1.5;
}
#container #mainContent ul li {
	list-style-type: none;
	font-size: 90%;
	color: #333;
}
#container #mainContent ul li a .org {
	color: #F93;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	font-weight:bold
}
a:visited {
	color:#333;
	text-decoration: none;
}

