@charset "utf-8";
/* Proced Page CSS */
/* =================== Contents ================== */
.nagare {
	margin-bottom: 25px;
}
.nagare h2 {
	color: #0D7D3D;
	border-bottom: 6px solid #0D7D3D;
}
.guide {
	margin-top: 18px;
	padding-bottom: 30px;
}

/* -------------- Buttons -------------- */
ul.bts {
	height: 50px;
	width: 840px;
	margin: 0px auto 25px;
	text-align: center;
	overflow: hidden;
}
ul.bts li {
	float: left;
	display: block;
	width: 210px;
	height: 50px;
	overflow: hidden;
}
ul.bts li h3 {
	height: 100px;
	margin-top: -50px;
	font-size: 14px;
}
ul.bts li.bakt a,
ul.bts li.bakt a:hover,
ul.bts li.add a,
ul.bts li.add a:hover,
ul.bts li.fax a,
ul.bts li.fax a:hover,
ul.bts li.inq a,
ul.bts li.inq a:hover {
	display: block;
	height: 100px;
}
ul.bts li.bakt a {
	background: url(../tk_img/bt5-top.gif) no-repeat center bottom;	
}
ul.bts li.bakt a:hover {
	background: url(../tk_img/bt5-topon.gif) no-repeat center bottom;	
}
ul.bts li.add a {
	background: url(../tk_img/bt2-net.gif) no-repeat center bottom;	
}
ul.bts li.add a:hover  {
	background: url(../tk_img/bt2-neton.gif) no-repeat center bottom;	
}
ul.bts li.fax a {
	background: url(../tk_img/bt3-fax.gif) no-repeat center bottom;	
}
ul.bts li.fax a:hover  {
	background: url(../tk_img/bt3-faxon.gif) no-repeat center bottom;	
}
ul.bts li.inq a {
	background: url(../tk_img/bt4-ml.gif) no-repeat center bottom;	
}
ul.bts li.inq a:hover {
	background: url(../tk_img/bt4-mlon.gif) no-repeat center bottom;	
}


/* -------- Color -------- */
#header {
	background-color: #8FEB52;
}
#header {
	background-color: #77DD7C;
}
.headnavi {
	background-color: #0D7D3D;
}
#bottoms {
	background-color: #9CE886;
}
p.notice {
	color: #1852B1;
}
