@charset "UTF-8";
html {
	
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background-color: #fff;
	height: 100%;
}


a img { 
	border: none;
}

a:link {
	color: #0059CC;
	text-decoration: underline;
}
a:visited {
	color: #0059CC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FFB700;
	text-decoration: none;
}



#inline {
	width:600px;
	height:450px;
	overflow:auto;
}
#inline table.result tr th {
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 5px 5px;
}
#inline table.result {
	border-collapse:collapse;
	width: 100%;
}
#inline table.result tr td {
	border-bottom: 1px solid #000;
	padding: 5px 5px;
}

#inline table.result td.hover,
#inline table.result tr:hover td {
	background-color:#e0eeff;
}

