/* 「メール」ページ用追加CSS */
.contents{
	width:600px;
	margin:auto;
	padding:30px;
	background-color:#cc99ff;
	font-size:11px;
	text-align:left;
	border:solid 1px #3366ff;
	position:relative;
}
h1{
	background-color:#ffccff;
	border-top:double 2px #3366ff;
	border-bottom:double 2px #3366ff;
	font-size:18px;
	color:#000000;
	font-family:"Lucida Sans Unicode", "MS Sans Serif", "ＭＳ Ｐゴシック";
	line-height:30px;
	text-align:center;
	margin:-10px 0px 0px 0px;
}
p{
	background-color:#ffffff;
	font-size:11px;
	line-height:17px;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	margin:20px 0px 5px 0px;
}
table{
	margin:15px 0px 0px 0px;
	background-color:#ffffff;
/*	border-top:solid 0px #3366ff;*/
/*	border-left:solid 0px #3366ff;*/
	}
th{
/*	border-bottom:solid 0px #3366ff;*/
/*	border-right:solid 0px #3366ff;*/
}
td{
/*	border-bottom:solid 0px #3366ff;*/
/*	border-right:solid 0px #3366ff;*/
}
.submit{
	text-align:center;
	margin:20px 0px 0px 0px;

}
.home{
	font-size:13px;
	text-align:center;
	margin:10px 0px 0px 0px;

}
.nav_reg{
	background-image:url(./reg_kawaii.bmp);
	width:86px;
	height:31px;
	font-size:13px;
	text-align:center;
	margin:0px 0px 0px 0px;
	line-height:31px;
	position:absolute;
	top:170px;
	left:118px;
}
.nav_reg a{
	text-decoration:none;
	color:#000000;
	display:block;
	width:78px;
}
