@charset "utf-8";


/* 090305追記 */
h1 {
	margin-bottom: 15px;
	background:url(../images/myTtl.gif) no-repeat;
	padding-top: 15px;
	padding-left: 42px;
	font-size: 134%;
	font-weight:bold;
	width: 760px;
	height: 62px;
}

*html body h1 {
	margin-bottom: 30px;
	background:url(../images/myTtl.gif) no-repeat;
	padding-top: 15px;
	padding-left: 46px;
	font-size: 134%;
	font-weight:bold;
	width: 760px;
	height: 62px;
}
/* 追記終了 */

#about h2 {
	margin-bottom: 20px;
	background:url(../images/thanks.gif) no-repeat;
	height:44px;
	text-indent:-9999px;
}

#about p.btn a {
	display: block;
	width: 168px;
	height: 31px;
	margin: 5px 0 40px;
	background: url(../images/pwBtn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#about p.btn a:hover {
	background-position: 0 -31px;
}

#modify h2,
#cancellation h2 {
	margin-bottom: 20px;
	padding: 2px 7px;
	border-left: 6px #e8decf solid;
	background: #f6f2ec;
	font-size: 107%;
}
#modify ul {
	width: 730px;
	height: 253px;
	margin-bottom: 45px;
	background: url(../images/modBg.gif) no-repeat;
}
#modify ul li {
	position: relative;
	padding: 43px 20px 14px 40px;
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	background: url(../images/list.gif) 24px 46px no-repeat;
}
#modify ul li span.btn {
	position: absolute;
	top: 25px;
	right: 40px;
}
#modify ul li span.btn a {
	display: block;
	width: 246px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
#modify ul li.mod1 span.btn a {
	background: url(../images/modBtn.gif) no-repeat;
}
#modify ul li.mod2 span.btn a {
	background: url(../images/continueAddBtn.gif) no-repeat;
}
#modify ul li.mod3 span.btn a {
	background: url(../images/cardModBtn.gif) no-repeat;
}
#modify ul li span.btn a:hover {
	background-position: 0 -50px;
}

#cancellation p {
	width: 730px;
	height: 44px;
	padding: 35px 0;
	background: url(../images/cancellationBg.gif) no-repeat;
	text-align: center;
}
* html #cancellation p {
	height: 114px;
}
#cancellation p a {
	display: block;
	width: 334px;
	height: 47px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
}
#cancellation p a {
	background: url(../images/cancellationBtn.gif) no-repeat;
}
#cancellation p a:hover {
	background-position: 0 -47px;
}
