@charset "utf-8";
@import "common.css";

#Mainimg{
	background-image:url(../application-form/images/main.jpg);
	height: 164px;
}

.topnow{
	background-color: #005CA7;
	color: #ffffff;
}

/* PAGE LAYOUT*/

#pageBlock{
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}

#contentsBlock{
	width: 765px;
	margin-top: 20px;
	text-align: left;
	line-height: 1.2;	
}


/* LIST */

ul.list {
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.list li{
	margin: 0px;
	padding: 0px;
}

/* FONT */
.red{
	color: #ff0000;
}

/* FORM */
form{
	margin:0px;
}

input,select{
	margin:0px;
}

.txtmode {
	ime-mode:disabled;
}

/* TABLE */
table.UserTbl{
	margin: 0px;
	border: 1px solid #D1D1D1;
	border-collapse: collapse;
	background-color:#FFFFFF;
	width: 95%;
}
table.UserTbl th{
	padding : 10px;
	background-color: #E7E7E7;
	border: 1px solid #D1D1D1;
	white-space: nowrap;
	text-align: left;
	width: 25%;
}
table.UserTbl td{
	padding: 10px;
	border: 1px solid #D1D1D1;
	background-color: #FFFFFF;
	vertical-align: center;
	line-height:150%;
}
table.UserTbl td.gray{
	background-color: #f3f3f3;
}
