@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
table {
	font-size: 1.0em;
}
/*●ヘッダーここから●*/
#header {
	width: 750px;
	height: 97px;
	background: url(image/tm_head_bg.gif) no-repeat;
	position: relative;
	margin: 0 auto 10px;
}
h1.head_text {
	position: absolute;
	top: 3px;
	left: 25px;
	font-size: 10px;
	color: #F6C;
	font-weight: normal;
}
.head_logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
.head_pay {
	position: absolute;
	top: 3px;
	right: 20px;
}
/*●テキストリンクここから●*/
#link {
	text-align: center;
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0.9em;
	line-height: 1.1em;
}
#link a {
	text-decoration: none;
	color: #333333;
}
#link a:hover {
	text-decoration: underline;
	color: #0000CC;
}
/*フッターここから*/
#footer {
	font-size: 0.9em;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 15px 10px;
	overflow: hidden;
}
#footer p {
	line-height: 1.3em;
}
#footer .left {
	float: left;
	text-align: left;
}
#footer .left a {
	text-decoration: none;
	color: #333333;
}
#footer .left a:hover {
	text-decoration: underline;
	color: #0000CC;
}
#footer .right {
	float: right;
	text-align: right;
}

