@charset "utf-8";

#main a:hover {
	text-decoration: none;
	color: #ae130e;
}
#main h2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
	width: 583px;
	height: 19px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#memberscard h2 {
		background: url("../images/memberscard_ttl.gif") no-repeat;
}

#giftcard h2 {
		background: url("../images/giftcard_ttl.gif") no-repeat;
}

#main p {
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.3em;
}


/*=========================================================================================================*
 * clearfix
 *=========================================================================================================*/

#main #memberscard,
#main #giftcard {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #main #memberscard,
* html #main #giftcard {
	height: 1%;
}
#main #memberscard,
#main #giftcard {
	display: block;
}
/* End hide from IE-mac */

#main #memberscard:after ,
#main #giftcard:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#memberscard_right p.caption {
	font-size: 10px;
	line-height: 1.4em;
	margin-bottom:5px;
}