@charset "shift_jis";



/* フッタ */
div#footer {
		clear: both;
    width:770px;
    margin: 0 auto 0 auto;
		padding: 30px 0 0 0;
    text-align: center;
}


/* フッタリンク */
#footer_link{
  	background: url(/img/footer_bg.gif) no-repeat left top;
}

div#footer UL {
    list-style: none;
}
div#footer UL.extra {
    background: url(/img/footer_foot.gif) no-repeat left bottom;
    padding: 8px 10px;
}
div#footer LI {
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
    background: url(/img/ico_footer_line.gif) no-repeat;
}

div#footer LI A.extra {
    color: #ffffff;
}

div#footer LI A.outer {
    color: #333000;
}

div#footer LI A {
    text-decoration: none;
}
div#footer LI A.outer:hover {
    color: #666633;
    text-decoration: none;
}
div#footer LI A.extra:hover {
    color: #E6E2DB;
    text-decoration: none;
}
div#footer LI.first {
    background: none;
    margin: 0;
    padding: 0;
}


#footer-right-block{
	float: right;
	width: 105px;
}

#footer-left-block{
	float: left;
	width: 640px;
	text-align: left;
}


/* フッタコピーライト */
div#footer ADDRESS {
		display: block;
		width: 265px;
		height: 20px;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 1px;
    background: url(/img/copy_right.gif) no-repeat;
}

