@charset "UTF-8";


/*------------------------------------*/
/* Common */
/*------------------------------------*/
#ContentWrapper p,h1,dl,dt,dd {
	margin: 0;
	padding: 0;
}

#ContentWrapper {
	text-align: left;
	font-size: 12px;
	margin: 30px 0 0 20px;
	width: 569px;
}
#ContentWrapper h1 {
	margin: 0 0 5px 0;
	font-size: 16px;
}


#WorkYearBox {
	margin: 0 0 0 0;
}
#WorkYearBox a.stay {
	color: #99CC33;
	text-decoration: underline;
}
#WorkYearBox dl {
	font-size: 15px;
}
#WorkYearBox dd {
	float: left;
	margin: 0 0 10px 0;
	width: 71px;
	text-align: center;
}

#WorksBox {
	margin: 50px 4px 0 4px;
	width: 561px;
}
#WorksBox img {
	border: none;
}
#WorksBox h1 {
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 25px;
	border-bottom: 1px solid #a7ce38;
}
#WorksBox dl {
	float: left;
	margin: 0 0 20px 0;
	width: 187px;
	height: 270px;
}
#WorksBox dt {
	margin: 0 0 10px 0;
	width: 167px;
	height: 167px;
	text-align: center;
}
#WorksBox dd {
	width: 167px;
	text-align: center;
}









/*------------------------------------*/
/* Right Container */
/*------------------------------------*/
#RightContainer {
	clear: both;
	margin: 40px 15px 30px 240px;	
}
#RightContainer h1 {
	padding:3px 0 5px 10px;
	margin: 0 0 40px 0;
	font-size: 15px;
	border-left: 10px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


#InputForm {
	
}
#InputForm dl {

}
#InputForm dt {
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	font-size: 12px;
	border: 2px solid #BA9B65;
	background: -moz-linear-gradient(bottom, #dfcba8, #BA9B65);
	background: -webkit-gradient(linear, center bottom, center top, from(#dfcba8), to(#BA9B65));
	border-radius: 8px;
	_background: #baa47d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#InputForm dd {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 5px;
}

#SubmitBtnArea {
	position: relative;
	margin: 20px 0 20px 0;
}
.submitBtn {
	float: left;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	background: url(../_images/background_submit.gif);
	border-radius: 5px;
	_background: #baa47d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.submitBtn:hover {
	color: #6e6e6e;
}
.goTopBtn {
	position: absolute;
	right: 20px;
	bottom: 0;
}

































/*------------------------------------*/
/* Right Container List */
/*------------------------------------*/
.selectMenuA {
	font-size: 100%;
	color: #333333;
	text-align: left;
	margin: 1px 4px 1px 2px;
	padding: 2px;
	cursor: pointer;
}

#ListBox {
	margin: 40px 0 0 0;
}
#ListBox table {
	
}
.TableWdt900 {
	width: 900px;
}
#ListBox th {
	color: #FFFFFF;
	background: -moz-linear-gradient(bottom, #dfcba8, #BA9B65);
	background: -webkit-gradient(linear, center bottom, center top, from(#dfcba8), to(#BA9B65));
	border-radius: 8px;
	_background: #baa47d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#ListBox td {
	border-bottom: 1px solid #baa47d;
}











/*------------------------------------*/
/* Form */
/*------------------------------------*/
.TxtFormA {
	padding: 3px 0 3px 0;
	_height: 20px;
	font-size: 12px;
	border: 1px solid #838383;
	text-align:left;
}





/*------------------------------------*/
/* Bottan */
/*------------------------------------*/

.SignOutBtn {
	width: 75px;
	height: 25px;
	border: none;
	background: url(../_images/_img_btn/btn_signout.png) left top no-repeat;
}
.SignOutBtn:hover {
	background-position: 0 -25px;
}