@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
table {
	font-size: 1.0em;
}
/*●ヘッダーここから●*/
#header {
	width: 950px;
	height: 97px;
	background: url(image/t_head_bg.gif) no-repeat;
	position: relative;
	margin: 0 auto 5px auto;
}
h3.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: 10px;
}
/*ナビゲーションここから*/
#navi {
	width: 950px;
	height: 28px;
	position: relative;
	clear: both;
	margin: 5px 0;
	margin: 0px auto;
}
#navi ul {
	width: 100%;
}

#navi li {
	float:left;
	padding:0px;
	list-style-type: none;
}
#navi img { vertical-align:bottom; }
.navi1 { background:url(title/navi1_over.gif) no-repeat left bottom; }
.navi2 { background:url(title/navi2_over.gif) no-repeat left bottom; }
.navi3 { background:url(title/navi3_over.gif) no-repeat left bottom; }
.navi4 { background:url(title/navi4_over.gif) no-repeat left bottom; }
.navi5 { background:url(title/navi5_over.gif) no-repeat left bottom; }
.navi6 { background:url(title/navi6_over.gif) no-repeat left bottom; }
.navi7 { background:url(title/navi7_over.gif) no-repeat left bottom; }
#navi a { display:block; }
#navi a:hover { background-color:transparent; }
#navi a:hover img{ visibility:hidden; }

/*テキストリンクここから*/
#link {
	text-align: center;
	clear: both;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 11px;
	line-height: 1.4em;
}
#link a {
	text-decoration: none;
	color: #666;
}
#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;
}

