/*  */
body {
}
dl, dt, dd,
form, fieldset, input, textarea, button
{
	margin:					0;
	padding:				0;
	font-size:				100%;
}
h2 {
	text-align: center;
}

.red{
	color: red;
}

div.message{
	font-size: 80%;
}

/* divisions */
div#container2,div.message
{
	width:					840px;
	height:					auto;
	text-align:				left;
	background:				#b8cfed;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2px;
}


div#main
{
	background: #e3f1ee;
}


/* form */
#regForm,div.regForm
{
	padding:				1em;
/*	width:					40em;*/
	border:					3px solid #cccccc;
	background-color:		#fafafa;
}

fieldset
{
	border:					none;
}

input, textarea
{
	padding:				0.2em;
	border:					1px solid #bbbbcc;
	letter-spacing:			0.1em;
}

textarea
{
	width:					36em;
}

form div
{
	text-align:				center;
}

form table
{
	border:					none;
}
form table tr td{
margin: 0;
padding: 5;
	
}

button
{
	width:					8em;
	padding:				0.2em 1em 0.2em 1em;
	border:					outset;
}

button:active
{
	border:					inset;
}

input.iefocus,
textarea.iefocus,
input:focus,
textarea:focus
{
	background:				#ddffff;
}

/* lists */
dt
{
	margin-top:				0.2em;
	width:					11.5em;
	float:					left;
	letter-spacing:			0.05em;
}

dd
{
	margin-bottom:			1em;
	padding-bottom:			1em;
}

dd.dot
{
	margin-bottom:			1em;
	padding-bottom:			1em;
	border-bottom:			1px dotted #aaaaaa;
}

#regForm fieldset dl dd ul {
	list-style-type: none;
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 0 12.5em;
}
span.note {
	font-size: 90%;
	color: #373737;
}
div.note {
	color: #ffa93a;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding-top: 0.5em;
}
div.item {
	text-align: left;
}



/* main */
p#formTitle
{
	font-size:				1.1em;
	font-weight:			bold;
	padding:				3px 0px 3px 10px;
	margin-bottom:			0px;
}

p.fComment
{
	margin-left:			15em;
	margin-bottom:			10px;
	color:					blue;
	letter-spacing:			0.1em;
	line-height:			1.2;
}

p.hissu_r
{
	margin-left:			0em;
	margin-bottom:			0px;
	color:					red;
	letter-spacing:			0.1em;
	line-height:			1.2;

}



div#mainInner
{
	padding:				1em;
	border:					3px solid #cccccc;
	border-left:			18px solid #cccccc;
	background-color:		#fafafa;
	text-align:				center;
}

a#aBack
{
	font-size:				0.8em;
	padding:				3px 10px 3px 10px;
	border:					1px solid #eeeeff;
}

a#aBack:hover
{
	background:				#2a2a2a;
	color:					#efefef;
}

/*Confirmation*/
p.fConfirm
{
	margin-left:			15em;
	margin-bottom:			0px;
	color:					brown;
	letter-spacing:			0.1em;
	line-height:			1.2;
}
span.hissu_g
{
	color:					green;
	font-size: 0.75em;
}
div.jobcheck {
	text-align: left;
	margin-left: 13em;
	line-height: 1.2em;
}
span.col1 {
	width: 12em;
	font-size: 0.9em;
	white-space: nowrap;
}
div.col1 {
	width: 12em;
	font-size: 0.9em;
}
p.col1 {
	font-size: 0.9em;
	clear: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0.5em;
}
div.text_box {
	text-align: left;
	margin-left: 13em;
}

/*ファイルチェック用*/
th.head {
	background-color: #bee5ff;
	border: 1px none #76bcff;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-size: .9em;
}

td {
	border-bottom: 1px dotted silver;
	padding: 3px;
	font-size: .8em;
}
span.non {
	color: red;
}

