@charset "utf-8";

/* 標題 */
.title {
	text-align: left;
	border-color: #221e1f;
	border-width: 1px;
	/*border-style: dashed none;*/
	font-size: 12px;
	line-height: 30px;
}
.title span {
	font-weight: normal;
}
.title a:link {
	text-decoration: none;
	color: #808080;
}	
.title_mem {
	width: 670px;
	/*border-bottom: solid 1px #cccccc;
	margin: 5px auto;
	padding-left: 10px;*/
	font-size: 12px;
	line-height: 28px;
	text-align: left;
}
.banner {
	background-image: url(../images/member/icon01.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	line-height: 16px;
}
.remarks {
	background-image: url(../images/member/icon01.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* 輸入格 */
.input {
	width: 100px;
	border: solid 1px #719fbc;
	font-size: 12px;
	color: #6666666;
}
.terms {
	width: 870px;
	height: 380px;
	/*border: solid 1px #cccccc;*/
	overflow: scroll;
	margin: 6px;
	padding: 10px;
	line-height: 18px;
}

.mem_pw a:link {
	text-decoration: none;
	color: #424242;
}
.mem_pw a:visited {
	text-decoration: none;
	color: #424242;
}
.mem_pw a:hover {
	text-decoration: none;
	color: #808080;
}

