@charset "UTF-8";


/* -------------------------------------------------------------------------------------
  Initialize
------------------------------------------------------------------------------------- */
body {
	font: 12px/1.3 "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	background: url(../images/form_bg.jpg) repeat-x 0 0 #f5f8fa;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;

}
table, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, blockquote, form, label {
	margin: 0;
	padding: 0;

}
img { border-style: none; }



/* -------------------------------------------------------------------------------------
  to avoid reading CSS bug of Safari
------------------------------------------------------------------------------------- */
a,
a:link,
a:visited {
	color:#365FB2;
}
a:hover,
a:focus {
	color: #FF9900;
	text-decoration:underline;
}
a:active {
	color: #FF00FF;
	text-decoration:underline;
}



/* -------------------------------------------------------------------------------------
  Clearfix
------------------------------------------------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }



/* -------------------------------------------------------------------------------------
  header & footer
------------------------------------------------------------------------------------- */
#footer {
	width: 800px;
	padding: 1px 0 0 0;
	margin: 0 auto;
	border-bottom: 2px solid #808080;

}
.footer {
	padding: 0px;
	line-height: 1em;
	border-bottom: 2px solid #808080;
	height: 19px;

}



/* -------------------------------------------------------------------------------------
  container
------------------------------------------------------------------------------------- */
#form-outer-container {
	width: 95%;
	text-align: left;
	margin: 0 auto;

}
.content-title {
	font-size: 14px;
	font-weight: bold;
	color: #f00;
	margin: 2px 0;
	padding: 8px 5px;
	line-height: 110%;
	background-color: #fff;
	border-top: dotted 1px #f00;
	border-bottom: dotted 1px #f00;

}
.tomato-line {
	background: url(../images/icon_tomato.png) 0 0 repeat-x;

}
#floater-left {
	width: 55%;
	float: left;

}
#floater-right {
	width: 45%;
	text-align: center;
	float: right;

}
#floater-right img {
	padding: 10px 0px 0 3px;

}

#info-txt { padding: 15px 0; }
div#info-txt-wb { 
	width: 80%;
	padding: 20px 0;
	margin: 0 auto;

}
div#info-txt-wb p { 
	padding: 15px;
	background-color: #fff;

}


table#entry-form-table {
	width: 100%;
	background-color: #fff;
	border: solid 1px #f29e9e;

}
table#entry-form-table td.item {
	background-color: #ffd4d4;

}
table#entry-form-table td input {
	width: 90%;
	margin: 0;

}
table#entry-form-table td { 
	text-align: left;
	padding: 3px 0 3px 5px;

}
table#entry-form-table td.zip input { 
	width: 40%;

}
#form-submit { 
	padding: 15px 0;
	text-align: center;

}