@charset "shift_jis"

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:100%;
	min-width:430px;
	padding-top:5px;
	padding-bottom:5px;
}

#footer ul {
	margin:10px auto;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 5px;
}

#footer ul li {
	display:inline;
	margin-right:10px;
	padding-left:15px;
	line-height:1.1;
	border-left:1px solid #CCCCCC;
	font-size: 11px;
}

#footer ul li.utilityHome {
	border-left:0;
}


#footers {
	clear:both;
	width:100%;
	min-width:430px;
	padding-top:5px;
	padding-bottom:5px;
}

#footers ul {
	margin:10px auto;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 5px;
}

#footers ul li {
	display:inline;
	margin-right:10px;
	padding-left:15px;
	line-height:1.1;
	border-left:1px solid #CCCCCC;
	font-size: 11px;
}

#footers ul li.utilityHome {
	border-left:0;
}

#footers p#copyright {
	text-align:right;
}

.site_link{
	border-bottom: 1px #CCC;
	color: #666666;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 5px;
}

