/* Uncommon CSS */

/* lead */

#gamma .ekimod.lead h3
{
	background: url("../img/simulation_header.gif") no-repeat;
	font-size: 1px;
	width: 749px;
	height: 47px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#gamma .ekimod table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#gamma .ekimod table tr {
}

#gamma .ekimod table th {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	padding: 0em;
	background: url("../img/line_black.gif") repeat-y center bottom;
	vertical-align: top;
}

#gamma .ekimod table th.arrival {
	background: #FFFFFF;
}

#gamma .ekimod table th .imp {
	border: #CCCCCC 3px solid;
	padding: 0.25em 0.5em;
	width: 6em;
	background-color: #FFFFFF;
}

#gamma .ekimod table th .sta {
	font-weight: normal;
	border: #CCCCCC 1px solid;
	padding: 0.25em 0.5em;
	width: 6em;
	background: #FFFFFF;
}



#gamma .ekimod table td {
	padding: 0.5em 0 3em;
	vertical-align: top;
}

#gamma .ekimod table td p {
	margin-bottom: 0.5em;
}

#gamma .ekimod table td.time {
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
	font-weight: bold;
	color: #CC0000;
	
}


































/* box */

#gamma .ekimod.box
{
	background: url("../img/line_black.gif") repeat-x left bottom;
	padding-bottom: 0.5em;
}
#gamma .ekimod.box .ekimod_content
{
	padding-bottom: 30px;
}
#gamma .ekimod.box h4
{
	border-left: #6699cc 5px solid;
	font-size: 1.25em;
	margin: 0px 0px 10px 2px;
	padding: 5px 0px 5px 10px;
}
#gamma .ekimod.box p
{
	font-size: 1.125em;
	line-height: 1.5em;
}
#gamma .ekimod.box .box_left
{
	float: left;
}
#gamma .ekimod.box .box_right
{
	margin-left: 238px;
}
#gamma .ekimod.box .description
{
	background: url("../img/line_gray.gif") repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#gamma .ekimod.box .name
{
	font-weight: bold;
	text-align: right;
}
#gamma .ekimod.box .address
{
	font-size: 1.0em;
	margin-bottom: 20px;
	text-align: right;
}
#gamma .ekimod.box .url
{
	font-size: 1.0em;
	margin-bottom: 20px;
	text-align: right;
}
#gamma .ekimod.box .url a
{
	color: #333333;
	text-decoration: underline;
}
#gamma .ekimod.box .url a:hover
{
	text-decoration: none;
}
#gamma .ekimod.box .button
{
	text-align: right;
}
#gamma .ekimod.box .button a
{
	background: url("../img/button_bg.gif") no-repeat;
	color: #ffffff;
	display: inline-block;
	width: 113px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	text-align: center;
}
