@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style: none;
}
* html body {
	/* for WinIE6*/
	font-size: 75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 75%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body  {
	color: #666666;
	font-size: 14px;
	font-family:'メイリオ',Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", HiraKakuProN-W3;
	text-align: center;
	line-height: 1.6;
	background-color: #fcfcfc;
}
#form_wrap {
	width:560px;
	color:#555;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
table.formTable{
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 560px;
}
table.formTable th{
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 190px;
}
table.formTable td{
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
a:link  {
	color: #58AFEA;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:visited {
	color: #58AFEA;
	text-decoration: none;
}
a:hover  {
	color: #40B2E8;
	text-decoration: underline;
	border-style: none;
}
.font_10px  {
	font-size: 10px;
}
.font_12px  {
	font-size: 12px;
}
.font_14px  {
	font-size: 14px;
}
.font_16px  {
	font-size: 16px;
}
.font_18px  {
	font-size: 18px;
}
.font_bold {
	font-weight: bold;
}
.color_01 {
	color: #dc143c;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4DCC4;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
