@charset "utf-8";


/* ++++++++++ フッターレイアウト +++++++++++++++++++++++++ */

#footer	{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	font-size: 0.75em;
	text-align: right;
	}
#ko #footer, #zh #footer {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	font-size: 1em;
	text-align: right;
	}

#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 0;
	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;
	}
#ko #footer #footer-nav li, #zh #footer #footer-nav li {
	margin: 0 0 0 0;
	padding: 0 0 0 1.0em ;
	font-size: 12px;
	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;
	}
#ko #footer p, #zh #footer p {
	margin: 0 7px 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	}	
	
#footer address	{
	margin: 0 5px 0 0;
	padding: 0 0 15px 0;
	font-size: 10px;
	font-style: normal;
	line-height: 1.4em;
	}
#ko #footer address, #zh #footer address {
	margin: 0 5px 0 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	}		

