@charset "utf-8";

/*
/form/index.css
*/

/**/

#Contents .t-need {
	
	font-size: 10px;
	padding: 10px 0 5px 0;
	color: #CC0000;

}


#Contents .t-validationcheck {
	
	font-size: 12px;
	padding: 10px 0 5px 0;
	color: #CC0000;

}

#Contents .t-comment {
	
	font-size: 12px;
	padding: 10px 0 5px 0;

}

#Contents ul#form-button-list
{
 list-style: none;
 margin: 0;
 padding: 0;
}

/* ߂{^ */
#Contents #form-button-list li#form-back-button
{
 background: url(../img/btn01.jpg) no-repeat;
 position: relative;
 width: 147px;
}
#Contents #form-button-list li#form-back-button a {
 background: url(../img/btn01.jpg) no-repeat;
 display: block;
 height: 36px;
 width: 147px;
}
#Contents #form-button-list li#form-back-button a:hover {
 background: url(../img/btn01.jpg) no-repeat;
}

/* mF{^ */
#Contents #form-button-list li#form-confirm-button{
 background: url(../img/btn02.jpg) no-repeat;
 position: relative;
 width: 147px;
}
#Contents #form-button-list li#form-confirm-button a {
 background: url(../img/btn02.jpg) no-repeat;
 display: block;
 height: 36px;
 width: 147px;
}
#Contents #form-button-list li#form-confirm-button a:hover {
 background: url(../img/btn02.jpg) no-repeat;
}

/* փ{^ */
#Contents #form-button-list li#form-next-button{
 background: url(../img/btnxx.jpg) no-repeat;
 position: relative;
 width: 147px;
}
#Contents #form-button-list li#form-next-button a {
 background: url(../img/btnxx.jpg) no-repeat;
 display: block;
 height: 36px;
 width: 147px;
}
#Contents #form-button-list li#form-next-button a:hover {
 background: url(../img/btnxx.jpg) no-repeat;
}

/* {^ */
#Contents #form-button-list li#form-regist-button{
 background: url(../img/btn03.jpg) no-repeat;
 position: relative;
 width: 147px;
}
#Contents #form-button-list li#form-regist-button a {
 background: url(../img/btn03.jpg) no-repeat;
 display: block;
 height: 36px;
 width: 147px;
}
#Contents #form-button-list li#form-regist-button a:hover {
 background: url(../img/btn03.jpg) no-repeat;
}

#Contents #form-button-list li a span {
 position: absolute;
 top: -9999px;
}

