.small {font-size: 10px; line-height: 14px; color: #000000; }
.normal {font-size: 12px; line-height: 18px; color: #000000; }
.txt14 {font-size: 14px; line-height: 22px; color: #000000;}

.info {font-size: 12px; line-height: 120%; color: #666666; font-weight: bold; }
.info_s {font-size: 10px; line-height: 120%; color: #666666; font-weight: bold; }


A:link    {
	text-decoration:underline; color: #660099;
}
A:visited { 
	text-decoration:underline; color: #660066;
}
A:active  { 
	text-decoration:underline; color: #660066;
}
A:hover   { 
	text-decoration:underline; color: #9933CC; 
}

/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}