body
{
	margin:0px;
	padding:0px;
	text-align: center;
}

#fmm
{
	font-size: 75%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	background-color: white;
	width: 520px;
	margin: 30px auto 5px;
	padding: 5px;
	height: auto;
}

#fmm h1.title
{
	font-size: 150%;
	text-align: center;
	color: #000000;
	padding: 5px 0px;
	margin: 0px;
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#fmm h2.setumei
{
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	color: #333;
}

#fmm table
{
	font-size: 100%;
	width: 100%;
	border: 2px solid #896A45;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#fmm th
{
	font-weight: bold;
	width: 50px;
	white-space:nowrap;
	overflow:hidden;
	background-color: #eeeeee;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999933;
	text-align:left;
}

#fmm th.must
{
}

#fmm td
{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999933;
	padding: 10px;
}

/* #fmm th em.must */
em.must {
	font-style: normal;
	font-weight:bold;
	color: #C41A06;
	padding-left: 5px;
}
#fmm th em.check
{
	font-style: normal;
	color: #666666;
	padding-left: 5px;
}

#fmm .copyright
{
	font-size: 90%;
	text-align: right;
}

.error
{
	padding: 2px;
	margin : 0px;
	color: #FF0000;
}
#fmm select
{
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#fmm .confirm
{
	text-align: center;
	margin-top: 15px;
}
input[type="submit"]
{
	font-size:150%;
	font-weight:bold;
}
