@charset "utf-8";
/* CSS Document */

.t01, select ,textarea {
	font-size:12px;
	color:#999999;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #666666;
}

/* 字型 */
.font1 {font-family: Verdana}
.bold {font-weight: bold;}

/* 字體大小 */
.txt11 {
	font-family: 細明體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt12 {
	font-family: 細明體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txt13 {
	font-family: 細明體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.txt15 {
	font-family: 細明體, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/* 字體顏色 */
.color_gray{
	color: #4e4e4e;
}

.color_gray2{
	color: #515151;
}

.color_gray3{
	color: #2c2c2c;
}

.color_white{
	color: #fff;
}

.color_red{
	color: #ff4800;
}

.color_blue{
	color: #3399FF;
}

/* 行高 */
.lh130 {
	line-height: 130%;
}

.lh150 {
	line-height: 150%;
}

/* 連結 */
.link {
	color: #2d2d2d;
}

.link A:link {
	text-decoration: none;
	color: #2d2d2d;
}
.link A:visited {
	text-decoration: none;
	color: #2d2d2d;
}
.link A:hover {
	color: #999;
}
.link A:active {
	text-decoration: none;
	color: #999;
}

