@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body,html {
	width: 100%;
	height: 100%;
}
body {
	color: #666666;
	text-align: center;
	margin: 0px;
}
table{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	}
#container {
	margin: 0px auto;
	width: 960px;
}
#head {
	width: 960px;
}
img {
	border: 0px;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover,a:active,a:focus {
	color: #FF3399!important;
	text-decoration: none!important;
}
.center {
	text-align: center;
}

.bac{
	text-align: center;
	background-image: url(img/bac_01.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 473px;
	padding-top: 40px;
}
#foot {
	width: 960px;
	height: 84px;
	text-align: center;
	background-image: url(img/copy.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
	font-family: "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
	font-size: 10px;
}

.right{
	height: 80px;
	width: 130px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	padding-right: 5px;
}
.txt{
	padding-right: 5px;
}
.left{
	height: 80px;
	width: 125px;
	float: left;
}
