#main{
	background-color: #FFFFFF;
	margin: 20px;
	float: left;
	width: 500px

}
#photo{	background-color: #FFFFFF;
	margin: 20px;
	float: right;
	width: 300px
}
.main_title {
	font-size: 18px;
	line-height: 30px;
	font-weight: bolder;
	color: #009933;
	background-color: #E6FFED;
	text-align: center;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #00CC33;
	width: 90%;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-left-color: #F2F2F2;
}
.meisai {
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
}
.meisai img{
	margin-bottom: 10px;
}
.msg_left{
	font-size: 12px;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 18px;
}
.care_msg {
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.login_tbl{
	font-size: 14px;
	margin: 10px;
	padding: 10px;
}

.koumoku {
	background-color: #FFFFCC;
	text-align: center;
}

.msg_red,.font_red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 16px;

}

/* edit.php スタイル*/

.user_tbl {
	font-size: 14px;
	background-position: center;
	margin-bottom: 10px;
	border: 1px solid #00CC00;
	border-collapse: collapse;
	margin-top: 20px;
}

.user_tbl td{
	border: 1px solid #00CC00;
	border-collapse: collapse;
	}
.msg_red_left {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	text-align: left;
	display: block;
	margin-left: 200px;
	margin-top: 20px;
}
.menu_btn a{
	background-image: url(image/menu_btn.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center ;
	text-align: center;
	height: 25px;
	width: 86px;
	line-height: 30px;
	color: #333333;
	margin-left: 20px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.menu_btn a:hover{
	background-image: url(image/menu_btn2.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 25px;
	width: 86px;
	line-height: 30px;
	color: #333333;
	margin-left: 20px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}