/* CSS Document */

#simulation {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#simulation #simulation_base {
	margin: 0px;
	padding: 0px;
}
#simulation #simulation_base table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#simulation #simulation_base table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	background-color: #dddddd;
	font-size: 12px;
	line-height: 16px;
}
#simulation #simulation_base table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
}


#simulation p {
	font-size: 10px;
	line-height: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#simulation #keisan {
	background-image: url(kekka.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	height: 125px;
	text-align: center;
}
#simulation #keisan p {}


#simulation #kekka {}
#simulation #kekka table {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-left-color: #336699;
}
#simulation #kekka table th {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #507ea4;
}
#simulation #kekka table td {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
	background-color: #FFFFFF;
	padding: 5px;
}


span {}
