﻿@charset "UTF-8";
/*
-----------------------------------------------
---- Base Styles

Author: Masayuki Shimizu (Act System Inc.)
Version: 1.00
----------------------------------------------- */

/* footer
----------------------------------------------- */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: left;
	background: #3A4A69 url(/img_39.jpg) repeat-x;
}

#footer address {
	padding: 18px 0 0 25px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

#footer address a {
	color: #ffffff !important;
}

#footer .footer02 {
	float: right;
	width: 300px;
	padding: 18px 15px 0 0;
	text-align: right;
	font-size: 12px;
	color: #d5d5d5 !important;
}

#footer .footer02 a {
	color: #d5d5d5 !important;
}

#footer .footer03 {
	color: #d5d5d5 !important;
	margin-right: 15px;
}

