/*ＷＢＦ海外ＷＥＢシステムスタイルシート*/
/*メルマガ会員登録画面スタイル*/

body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #000033;
	
}

/*
Topicpath
*/
td.TopicPath
{
	font-size : 12px;
	
}

table.tblFrame
{
	margin-top: 0;
	margin-left: 15;
	margin-right: 15;
	margin-bottom: 0;
}

/*エラーメッセージ*/
td.errorMsg
{
	color: Red;
	
}

table.tblMember
{
	margin-top: 0;
	margin-left: 15;
	margin-right: 15;
	margin-bottom: 0;
}

.titleTd
{
	background-image: url(../img/red/title-bg.gif);
	border-bottom:solid #ffffff 1px;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px;
}
.headTd
{
	background:#B49A75;
	border-bottom:solid #ffffff 1px;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px;
}
.detailTd
{
	background-color: #ffffff;
}
.borderTd
{
	background-color: #272776;
	height: 3;
}

.titleSpan
{
	/*color: #ffffff;*/
	font-weight: bold;
}
.title1Span
{
	color: #003366;
}
.title2Span
{
	color: #0033cc;
	font-size: x-small;
}
.detailRedSpan
{
	color: #ff0000;
}
.detailSpan
{
	color: #0033cc;
	font-size: x-small;
}
/* 20130722 ADD */
p.attention{
	border:solid 1px #A2A2A2;
	margin:0 10px 20px;
	padding:15px;
	text-align:left;
	background: #EFEFEF;
}
@import url(common_add.css);