@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :DOT ACCESS
=================================================================== */

/* -----------------------------------------------------------
	メインヴィジュアル
----------------------------------------------------------- */
#mvWrap {
	background: #ffe9a7 url(/images/register2/mv01.jpg) no-repeat center 0;
}
#mvWrap #mv {	
	background: url(/images/register2/mv02.jpg) no-repeat center 75px;
}


/*----------------------------------------------------
	メイン
----------------------------------------------------*/
#container p {
	font-size: 1.1em;
	font-weight: 700;
}
#container table {
	width: 950px;
	margin: 10px auto 0;
	padding: 0 0 40px;
	background: url(/images/my-page/bg01.gif) repeat-y center 0;
}
#container table th {
	width: 270px;
	border-bottom: 1px #ccc dotted;
	padding: 10px 20px;
	text-align: right;
}
#container table td {
	width: 580px;
	border-bottom: 1px #ccc dotted;
	padding: 10px 20px;
}
#container .btn01 {
	width: 230px;
	margin: 20px auto 0;
}
#container .btn01 input {
	width: 230px;
	height: 35px;
	background: url(/images/register2/btn01.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
}
#container .btn01 input:hover {
	background: url(/images/register2/btn01_on.gif) no-repeat 0 0;
}