@charset "utf-8";

/*--- Reset ---*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*--- All ---*/
body {
	text-align: center;
	background-color:#fcf6e5;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333;
	margin-bottom: 10px;
	font-size: 13px;
	*font-size:small;
	*font:x-small;
}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

#wrapper {
	background-color: #fff;
	height: auto;
	width: 755px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #999;
}
table img {
	height: 14px;
	width: 30px;
	margin-top: -3px;
}

#header {
	border-bottom:solid 5px #FF4600;
	margin: 0px;
	padding: 0px;
	height: 46px;
	position: relative;
}

/*--- Human logo ---*/
#header p#human_logo {
	background: url(images/h_human_logo.gif) no-repeat;
	width: 166px;
	height:33px;
	margin:0px;
	paddin:0px;
	position: absolute;
	top: 5px;
	left: 10px;
}
#header p#human_logo a{
	display:block;
	width: 166px;
	height:33px;
	text-decoration:none;
}
#header p {
	text-indent: -9999px;
	font-size:0px;
}
#header p#fdial{
background:url(images/freedial.gif) no-repeat;
	width:369px;
	height:22px;
	position: absolute;
	top: 18px;
	right: 5px;
}

/*--- main ---*/
#main {
	background-color: #fff;
	width: 735px;
	height: auto;
	margin-left: 10px;
}
h1 {
	padding-top: 3px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
h3 {
	text-align: right;
	padding: 5px 5px 2px 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F93;
}
h4 {
	font-weight: bold;
	margin-bottom: 15px;
}

/*--- entryForm ---*/
#entry {
	width: 715px;
	height: auto;
	margin: 10px;
	background-color:#fff;
}

/*--- entryTable ---*/
table {
	border-collapse: collapse;
	border-top: solid 1px #963;
	border-right: solid 1px #963;
	margin-bottom: 25px;
}
th {
	border-bottom: solid 1px #963;
	border-left: solid 1px #963;
	vertical-align: top;
}
td {
	border-bottom: solid 1px #963;
	border-left: solid 1px #963;
	height:  42px;
}
td.title {
	width: 220px;
}
td.sei {
	width: 40px;
	text-align: right;
}
.sei2 {
	padding-top: 7px;
	padding-right: 3px;
}
td.kinyu {
	border-left: none;
	width: 440px;
}
td.check {
	background-color:#FC3;
}

/*--- FormFormat ---*/
.w150{
	width: 150px;
}
.w400{
	width: 400px;
}
textarea {
	margin: 5px 0px;
}

/*--- entrybtn ---*/
.bottom_btn {
	text-align: center;
	margin: 20px;
}
.btn_go {
	margin: 0px 25px;
}

/*--- Kojinjyouhou ---*/
.kojinjyouhou{
	width: 690px;
	height:130px;
	margin: 15px 20px 10px 20px;
	overflow:auto;
	border:1px #ACACAC solid;
	padding:3px;
}
.kojinjyouhou .right{
	text-align:right;
}
.kojinjyouhou .indent{
	text-indent:-1em;
	line-height:1.6em;
	padding-left:1em;
}
.kojinjyouhou_input{
	width: 655px;
	text-align: center;
	margin:0 auto 10px;
	padding:3px;
}
