@charset "utf-8";
/* CSS Document */

form,
div#all,
div#title,
div#title_top,
div#title_middle,
div#title_bottom,
div#main,
div#main_top,
div#main_middle,
div.necessary,
div#table {
	width: 480px !important;
	}


div#all {
	margin: 0 auto;
	padding-bottom: 3em;
	border: solid 0px #c00;
	}


div#title_middle {
	padding: 0.5em 0; !important;
	border: none !important;
	background: #672c35;
	color: #fff;
	}

div#title h1 {
	font: 85%/1.5em Arial, Helvetica, sans-serifl
	}


div#main {
	border: none !important;
	}

table {
	border: none !important;
	background: none !important;
	}
td.table_left,
td.table_right {
	padding: 0.3em 0;
	}

td.table_left {
	padding-right: 1em !important;
	background: #f7f7f8;
	font-size: 77% !important;
	text-align: right !important;
	
	}

td.table_right {
	padding-left: 0.5em;
	font-size: 77% !important;
	}

td.table_right input,
td.table_right textarea {
	padding: 0.2em;
	border: solid 1px #d7d7d7;
	}
td.table_right input.size05 {
	width: 5em;
	}
td.table_right input.size10 {
	width: 10em;
	}
td.table_right input.size20 {
	width: 20em;
	}
td.table_right input.size25,
td.table_right textarea.size25 {
	width: 20em;
	}

.necessary {
	font-size: 85%;
	}

p.greeting {
	margin-top: -0.5em;
	font-size: 77%;
	}

td.table_right input.nbdr {
	border: 0;
	}

p.mpcbk a {
	font-size: 77%;
	color:#6c2735;
	}