@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#F6F6F6;
	font-size:12px;
	}
span{color:#FF0000;}
em{
	font-weight:bold;
	font-style:normal;
	}
h1{font-size:16px;}
#letter{
	background-color:#FFFFFF;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #CCCCCC;
	width:500px;
	margin:10px auto;
	padding:15px;
	text-align:left;
	}
.attention{
	border:solid 1px #FFCC00;
	background-color:#FFFF99;
	margin:5px 0;
	padding:5px;
	}
input{
	border:solid 1px #666666;
	width:300px;
	font-size:14px;
	}
textarea{
	width:498px;
	height:300px;
	border:solid 1px #666666;
	font-size:14px;
	}
input:focus,
textarea:focus{
	background-color:#FFFF99;
	}
.center{
	text-align:center;
	}
