@charset "utf-8";

/* ++++++ フッターレイアウト ++++++ */


#footer	{
	margin: 0px 0 0 10px;
	padding: 20px 0px 0px 0;
	font-size: 0.75em;
	text-align: right;
	width: 950px;
	}

#footer a {
	text-decoration: none;
	color: #333333;
　　}
#footer a:link {
	text-decoration: none;
	color: #333333;
　　}
#footer a:link:hover {
	text-decoration: none;
	color: #999999;
　　}
#footer a:link:active {
	text-decoration: none;
	color: #999999;
　　}
#footer a:visited {
	text-decoration: none;
	color: #333333;
　　}
#footer a:visited:hover {
	text-decoration: none;
	color: #999999;
　　}
#footer a:visited:active {
	text-decoration: none;
	color: #999999;
　　}

#footer #footer-nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	border-top: solid 2px #0b2d8e;
	}
		
#footer #footer-nav ul {
	margin: 0 0 0 0;
	padding: 0.5em 5px 1em 0;
	background-repeat: repeat-x;
	}
#footer #footer-nav li {
	margin: 0 0 0 0px;
	padding: 0 0.5em 0 1.2em ;
	font-size: 10px;
	display: inline;
	background-image: url(../img2/mark8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

#footer p {
	margin: 0 7px 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	}
	
#footer address	{
	margin: 0 5px 0 0;
	padding: 0 0 15px 0;
	font-size: 10px;
	font-style: normal;
	line-height: 1.4em;
	}	
	


