/* フォームページ等に掲載するSSLの告知等 */
div#ssl_info_box
{
	text-align:left;/* IE対策の後処理 */
	margin:10px auto 0px auto;
	width:600px;
	border:2px #333333 solid;
	padding:5px;

	font-size:11pt;

	zoom:100%;
}

div#ssl_info_box:after
{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


div#ssl_logo
{
	margin-right:10px;
	height:60px;
	float:left;
	width:115px;
}

div#ssl_text
{
	float:left;
	width:460px;
}

