/* Name       : o_footer.css
 * Author     : K.Watanabe
 * Date       : 2010-03-207
 * Description: 市外向けフッタ */

#tmp_footer {
	color: #4c4c4c;
	background: #f4f4f1;
	margin-top: 15px;
	padding: 18px 0;
	border-color: #e6e6e3;
	border-width: 5px;
	border-style: solid none none none;
}

#tmp_footer ul {
	margin: 0 18px;
}

#tmp_footer li {
	background: transparent url("/shared/style/footer_marker.gif") no-repeat 0% 50% scroll;
	padding: 0 1em;
	display: inline;
}

#tmp_footer address {
	margin: 5px 18px;
}

#tmp_footer a:link    {color: #4c4c4c; text-decoration: none;}
#tmp_footer a:visited {color: #4c4c4c; text-decoration: none;}
#tmp_footer a:hover   {color: #4c4c4c; text-decoration: underline;}
#tmp_footer a:active  {color: #4c4c4c; text-decoration: underline;}

