@charset "UTF-8";
/*------------------*/

	.question
	{
		color:#6c4578;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		cursor: pointer;
		cursor: hand;
	}
	.answer
	{
		color:#535b63;
		font-size:12px;
		display:none;
		height:0px;
		margin:0 auto;
		overflow:hidden;
	}

	.header2_block
	{
		margin-bottom:10px;
		margin-top:10px;		
	}	
	.header2_content
	{
		vertical-align:middle;
		width:100%;
	}
	.more_info_link
	{
		color:#785e7f;
		text-decoration:none;
		font-weight:bold;
		cursor: pointer;
		cursor: hand;
	}