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

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


div#main
{
	background:				#eeeeff;
}


/* form */
form#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;
border-radius: 5px;
-moz-border-radius: 5px;
}

textarea
{
	width:					36em;
}

form div
{
	text-align:				center;
}

form table
{
	width:					450px;
	border:					none;
}



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:			8px;
padding-bottom:			8px;
padding-left: 12em;
line-height: 1.5em;
}
dd.dot
{
border-bottom:			1px dotted #aaaaaa;
}

#regForm fieldset dl dd ul {
	list-style-type: none;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}
span.note {
	font-size: 0.8em;
	color: #373737;
}
div.note {
	color: #ffa93a;
	text-align: left;
	font-size: 0.9em;
	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
{
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
line-height: 1;
vertical-align: center;
border:1px solid red;
color:red;
	margin: 5px 0 0;
	padding-top: 3px;
padding-bottom: 3px;
padding-left: 6px;
font-size: 10px;
width: 160px;
background-color: #ffe8ec;
}

p.hissu_g
{
border-radius:4px;
vertical-align: center;
border: 1px solid teal;
color: teal;
	margin: 5px 0 0;
padding-left: 6px;
background-color: #e7ffea;
}



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:			0;
	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;
	line-height: 1.2em;
}
span.col1 {
	width: 12em;
	font-size: 0.9em;
	white-space: nowrap;
	line-height: 1.5em;
}
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;
}
#regForm div button
{
width: 152px;
height: 32px;
background: url(./btn-gray.png) left top no-repeat;
border-width: 0;
font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}
#regForm div button:hover
{
    background: url(./btn-gray.png) no-repeat left -32px;
}

