body {
	margin-top: 8px;
	margin-bottom: 27px;
	font-family: "Century Gothic", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}
/*
↓↓下部メニューのリンク設定↓↓
*/
a.menu:link {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
a.menu:hover {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
/*
↓↓下部メニューのリンク設定されていないメニュー名↓↓
*/
.menu_bottom {
	font-size: 13px;
	color: #666666;
}
/*
↓↓メニュー名の設定↓↓
*/
.title_1 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 15px;
}
/*
↓↓コピーライトの設定↓↓
*/
.copyright {
	font-size: 10px;
	color: #999999;
	font-family: "Century Gothic";
}
