@charset "euc-jp";
/* CSS Document */

table {
	bgcolor: #ffff9d; /* 薄い黄色 */
}
body {
	background-color: #FFFFFF;  /* 白 */
	background-image : url(back.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#yellow_back {
	font-size: 15px;
	line-height: 160%;
	background-color: #ffff9d; /* 薄い黄色 */
}
.footerLine {
	background-color: #FFFFFF;  /* 白 */
	background-image : url(footer_line.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.clsContactUs {
 text-align: left;
}

.txtTitle {
	font-size: 15px;
	line-height: 150%;
	color: #999999;
}
.txt12 {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

/* eqpmnt.htmlt */
.white_txt {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;  /* 白 */
}
.font10 {
	font-size: 10px;
	line-height: 120%;
}
a:link {
	text-decoration: underline;
	color: #5AADCE;  /* 薄いブルー */
}
a:visited {
	text-decoration: underline;
	color: #5AADCE;  /* 薄いブルー */
}
a:hover {
	color: #0066cc;  /* ネイビー */
	text-decoration: underline;
}
a:active {
	color: #0066cc;  /* ネイビー */
	text-decoration: underline;
}
