﻿/* footerの設定 */
#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	background-position: center;
	width: 690px;
	height: 66px;
	padding: 0px;
}

/* footerのテキストの設定 */
#footer #footer_text {
	height: 30px;
	width: 150px;
	margin-top: 23px;
	margin-right: 60px;
	float: right;
}
#footer #footer_text p {
	font-weight: bold;
	font-family: "Meiryo", 'メイリオ';
	/*font-family: "Comic Sans MS", cursive;*/
	font-size: 16px;
}

/* last updated on */
#footer #last_updated_on {
	height: 30px;
	width: 330px;
	margin-top: 23px;
	margin-left: 60px;
	text-align: left;
	float: left;
}
#footer #last_updated_on p {
	font-family: "Meiryo", 'メイリオ';
	/*font-family: "Comic Sans MS", cursive;*/
	font-size: 16px;
}
