/* Uncommon CSS */

/* lead */

#gamma .ekimod.lead h3
{
	background: url("../img/list_header.gif") no-repeat;
	font-size: 1px;
	width: 576px;
	height: 47px;
	text-indent: -9999px;
}

/* box */

#gamma .ekimod.box
{
	background: url("../img/line_black.gif") repeat-x left bottom;
}
#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;
}
