@charset "utf-8";
/*------------------------------------------------------------
  Browser Reset
-------------------------------------------------------------*/
body,div,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,blockquote{
	margin: 0;
	padding: 0;
}
address,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
img{
	border: none;
	vertical-align: bottom;
}
a:link{
	color: #003399;
	text-decoration: none;
}
a:hover{
	color: #cc0000;
	text-decoration: underline;
}
a:visited {
    color: #003399;
	text-decoration: none;
}


/* ////////////////////clearFix//////////////////// */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}




a.banner_alpha:hover img{
	filter: alpha(style=0, opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.pic {
	margin:0px;
	padding:0px;
}
.pic_center {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

br {
	letter-spacing:0;
}




h1 {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#pankuzu-text {
	font-size: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#main-text {
	font-size: 14px;
}

#footer-text {
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}




#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}