@charset "utf-8";
/* table */

.t1 {
	text-align: center;
	background-color: #FFFBC5;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF9933;
	color: #FF6600;
}
.t2 {
	text-align: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF9933;
	color: #996633;
	padding-left: 10px;
}
.t3 {
	text-align: left;
	background-color: #E5F4FC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF9933;
	padding-left: 10px;
}
.t_l {
	text-align: center;
	background-image: url(../img/table_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.t_r {
	text-align: center;
	background-image: url(../img/table_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.t_center {
	text-align: center;
	background-image: url(../img/t_center.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/*お問い合わせ*/


.toi {
	color: #3366CC;
	font-size: 0.8em;
	background-color: #DBE7F2;
}
.about_boder {
	border: 1px solid #999999;
}
