@charset "utf-8";
/*input.deco {
	border: 1px solid #ff6f9a;

}*/

input.select,option {
	color: #454545;
}

.title_account {
	background: url(../image/title_account.gif) no-repeat;
	display: block;
	margin: 0px;
	height: 46px;
}

.title_account_edit {
	background: url(../image/title_account_edit.gif) no-repeat;
	display: block;
	margin: 0px;
	height: 46px;
}

.title_account_leave {
	background: url(../image/title_account_leave.gif) no-repeat;
	display: block;
	margin: 0px;
	height: 46px;
}

.title_forgot_password {
	background: url(../image/title_forgot_password.gif) no-repeat;
	display: block;
	margin: 0px;
	height: 46px;
}

.account_container {
	background: url(../image/bg_account.gif) bottom left no-repeat;
	padding-bottom: 20px;
}

.account_center {
	margin-top: 20px;
	text-align: center;
}

#mypage_agreement_box {
	border: 1px solid #000000;
	width: 670px;
	height: 180px;
	overflow: auto;
	padding: 4px;
	background-color: #FFFFFF;
	font-weight: normal;
}

#mypage_agreement {
	text-align: left;
}

#mypage_agreement p {
	margin: 0px;
	text-indent: 1em;
}

#mypage_agreement ol {
	margin-top: 0px;
}

.mypage_agreement_title {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#mypage_agreement p.mypage_agreement_footer {
	margin-top: 1.5em;
	text-indent: 0px;
}

.tip
{
	color: #0000FF;
	font-size: 75%;
}

.tip_open
{
	color: #FF0000;
	font-size: 75%;
}

/*select {
	border: 1px solid #ff6f9a;
}*/

.pink {
	color: #ff6f9a;
}

/* table -------------------------------------------------------------------*/

table.account {
	border-collapse : collapse ;
	margin: 10px auto;
	width: 600px;
	border: 20px solid #d5d5d5;
}

table.account th {
	background: #f8f8f8;
	padding: 5px;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	text-align: left;
}

table.account td {
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
}

/* login ------------------------------------------------------------------*/

.login_container {
	width: 745px;
	text-align: center;
}


.bg_login {
	background: url(../image/bg_login.gif) no-repeat;
	margin: 0px auto;
	width: 542px;
	text-align: left;
}

.bg_login p {
	text-align: center;
}

table.login {
	width: 542px;
	height: 215px;
}

table.login td.annnai {
	height: 58px;
}

table.login td.yohaku {
	padding-bottom: 14px;
}

input.log_mail {
	width: 315px;
	height: 20px;
	font-size: 20px;
	border: 1px solid #ffffff;
}

input.log_pass {
	height: 20px;
	font-size: 20px;
	border: 1px solid #ffffff;
	width: 180px;
}

/* 新しいログインページ */

.bg_title_mypage {
	background: url(../image/mypage/bgt_title.gif) no-repeat right top;
}

.title_login {
	background: url(../image/mypage/title_login.gif) no-repeat;
	height: 46px;
	margin-top: 0px;
}

.title_nomember {
	background: url(../image/mypage/title_nomember.gif) no-repeat;
	height: 46px;
	margin-top: 0px;
}

.mypage_article {
	background: url(../image/mypage/bg_articles.gif) no-repeat;
	overflow: hidden;
	margin-top: 20px;
	width: 745px;
}

dl.login_input {
	margin: 0px 132px;
	width: 480px;
	text-align: left;
}

dl.login_input dt {
	width: 120px;
	float: left;
	clear: both;
	line-height: 30px;
	display: block;
}

dl.login_input dd {
	display: block;
	margin: 0px;
	width: 360px;
	float: left;
	height: 30px;
	vertical-align: middle;
}

dl.login_input dd.error {
	margin-left: 120px;
	_margin-left: 60px;
	text-align: left;
	color: red;
	font-weight; bold;
}

dl.login_input dd.submit_area {
	margin-left: 120px;
	_margin-left: 60px;
	text-align: left;
}

dl.login_input dd.submit_area input {
	margin: 10px 6px 10px 0px;
}

input.loginform {
	font-size: 100%;
	width: 275px;
}

.area_comments {
	background: url(../image/mypage/bg_comment.jpg) no-repeat;
	width: 341px;
	height: 341px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin: 0px 20px;
}

.area_mylist {
	background: url(../image/mypage/bg_mylist.jpg) no-repeat;
	width: 341px;
	height: 341px;
	float: left;
	text-align: center;
}

.area_comments p {
	margin-top: 287px;
}

.area_mylist p {
	margin-top: 287px;
}

.none {
	display: none;
}

.align_center {
	text-align: center;
}

