@charset "UTF-8";
/* ========BASIC======== */
* { font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, Helvetica, sans-serif; color:#000;
}
body { color: black; background-color: white; margin: 0 0 0; padding: 0; }
h3 { font-size: 16px; line-height: 1; }
#right { font-size: 12px; line-height: 1.4; float:left; width:300px; }
#left { font-size: 12px; line-height: 1.4; float:right; width:300px; }
#center { font-size: 12px; line-height: 1.4; width: 300px; margin:0 330px; }
#copyright { font-size: 12px; line-height: 1.4; text-align: center; width : 100% ; clear : both ; margin-top: 10px; }

/* footer-list */
.footer-list ul { margin-bottom: 0; margin-left: 0; border-top: 1px solid #e6e6e6; list-style: none; padding: 0; }
.footer-list ul li {
	background: url(../images/dotted-lines.gif) repeat-x left bottom;
}
.footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	padding: 5px 0;
	margin-left: 0;
	color: #77A6D3;
	border: none;	
}
.footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
.footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #333;	
}
