﻿/* --------------------リセット------------------ */
@charset "utf-8";

/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* --------------------個別------------------ */

#container {
	width: 967px;
	margin: 10px auto;
}


ul {
	width:962px;
	height:50px;
	padding-left: 5px;
	background:url(../img/navi_background.gif) no-repeat;
	overflow:hidden;
	
}
li{
	float:left;
}
li a {
	display: block;
	float:left;
	height:44px;
	text-indent: -999em;
}


#kisyu a {
	background: url(../img/navi_bottun.gif) no-repeat -3px 0;
	width:191px;
}
#seihin a {
	background: url(../img/navi_bottun.gif) no-repeat -196px 0;
	width:192px;
}

#service a {
	background: url(../img/navi_bottun.gif) no-repeat -388px 0;
	width:192px;
}
#fee a {
	background: url(../img/navi_bottun.gif) no-repeat -580px 0;
	width:192px;
}
#support a {
	background: url(../img/navi_bottun.gif) no-repeat -772px 0;
	width:191px;
}


#kisyu a:hover {
	background:url(../img/navi_bottun.gif) no-repeat -3px -60px;
	width:191px;
}
#seihin a:hover {
	background:url(../img/navi_bottun.gif) no-repeat -196px -60px;
	width:192px;
}

#service a:hover {
	background:url(../img/navi_bottun.gif) no-repeat -388px -60px;
	width:192px;
}
#fee a:hover {
	background:url(../img/navi_bottun.gif) no-repeat -580px -60px;
	width:192px;
}
#support a:hover {
	background:url(../img/navi_bottun.gif) no-repeat -772px -60px;
	width:191px;
}


/* --------------------広告非表示------------------ */
ul.tdftad {
	display: none;
}

