@charset "utf-8";

#service{
	float: right;
	text-align: right;
	width: 99.8%;
	margin: 2em 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #adaeb0;
	border-left: 1px solid #adaeb0;
	border-right: 1px solid #adaeb0;
	position: relative;
	top: 8px;
}

#service ul {
	list-style: none;
	padding-right: 0.5em;
}

#service ul li
{
	display:inline;
}

#service ul li a{
	text-decoration: none;
	font-weight: normal;
	padding: 0 6px 0 6px;
}

#service ul li a:link, #service ul li a:visited
{
	color: #4F4F4F
}

#service ul li a:hover
{
	color: #BE5818
}


#service img
{
	position: relative;
	top: 0.25em;
}

div.speech_wrapper
{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 900;
}

div#speech
{
	position: absolute;
	display: none;
	margin: 0.8em 0.5em 0 0;
	right: 0;
	z-index: 900;
}

div#speech ul.service-sub-navi li a
{
	padding-right: 1em;
	width: 4.5em;
}

.service-sub-navi
{
	list-style-type: none;
	float: right;
}

.service-sub-navi li a
{
	color: #000000;
	text-decoration: none;
	background-color: #adaeb0;
	opacity:0.50;
	filter:alpha(opacity=50);
	display: block;
	width: 5em;
}

.service-sub-navi li a:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}
