@charset "UTF-8";
@import url("reset.css");
html{
	border-top: 5px solid #fc7315;
}
body{
	width: 640px;
	margin: 0 auto;
	font-size: 88%;
	line-height: 1.7;
}
h1{
	background-image: url('../img/haologo.gif');
	background-repeat: no-repeat;
	text-align: right;
	height: 55px;
	padding-top: 5px;
	margin: 0;
	font-size: 130%;
	color: #FF6633;
}


label{
	white-space: nowrap;
}
form{
	padding-top: 1px !important;
}
table{
	border-collapse: collapse;
	width: 640px;
}
th,td{
	border: 2px solid #d6b2b2;
	padding: 2px;
}
td{
	border-left: 0;
}
th{
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	width: 16em;
	background-color: #d8b4b4;
	color: #663333;
}
th span{
	color: #f33;
	font-weight: bold;
}
form{
	margin: 0;
	padding: 0;
	font-size: 88%;
}
textarea{
	width: 95%;
}
#tel,#mail,#zip,#ename,#age,#graduateyear,#graduatemonth,#stayyear{
	ime-mode: disabled;
}
#jname{
	color: #666;
}
#jname,#ename{
	width: 15em;
}
#age{
	width: 3em;
}
#mail,#mmail{
	width: 20em;
}
#tel,#mobile{
	width: 10em;
}
#zip{
	width: 8em;
}
#address{
	width: 25em;
}
#graduateyear{
	width: 5em;
}
#graduatemonth{
	width: 3em;
}
#company{
	width: 15em;
}
#jobcontents{
	width: 26em;
}

#stayyear{
	width: 3em;
}

p#buttons{
	width: 100%;
	text-align: center;
}

address{
	margin: 0 0 0 auto;
	text-align: right;
}
address ul{
	margin:0;
	padding:0;
}
address ul li{
	list-style-type: none;
}
ul.burasage li{
	margin-left: 1em;
	text-indent: -1em;
}
li.strong{
	color: red;
}
strong{
	font-weight: bold;
	color: red;
}
h2.caution{
	font-weight: bold;
	color: red;
	text-decoration: underline;
	text-indent: 40px;
	height: 38px;
	background: url('../img/ex-mark.gif') left center no-repeat;
}
div.caution{
	margin: 5px auto;
}
div.caution ul{
	margin: auto 5px;
	border-left: 3px solid #FF6633;
}
div.caution ul li{
	font-size: 88%;
}
#caution{
	border: 2px solid #FF9966;
	background-color: #FFeebb;
	margin: 1em 0;
}