@charset "shift_jis";
/*
foot.css
* * * * * * * * * * * * * * * * * * * * */

/* CSS Document */

#foot a,
#foot a:hover {text-decoration:none;}
#foot ul {
	display:block;
	float:left;
	padding:0 0 20px 0;
	width:240px;
	text-align:left;
	list-style:none;
}
#foot li {
	padding:0 15px 0.7em;
	font-size:11px;
	line-height:1.2em;
	color:#3d4339;
}
#foot li a {color:#3d4339;}
#foot li a:hover { text-decoration:underline;}
.foot-logo {
	padding:40px 15px 10px !important;
	font-size:11px !important ;
	font-weight:bold;
	background-image:url(/common/images/foot-logo.gif);
	background-position:15px 0;
	background-repeat:no-repeat;
}
.foot-l {
	padding:20px 15px 0.4em !important;
	font-size:14px !important ;
	font-weight:bold;
}
#foot p {
	clear:both;
	text-align:left;
	font-size:80%;
	line-height:50px;
	border-top:1px dotted #a4a89e;
}
/* for IE6 */
*#foot ul {	width:236px;}
*#foot li {	padding:0 15px 0.3em;}
*html .foot-l { padding:0.4em 15px 0.2em !important;}