@charset "utf-8";
.button_img {
	background-image: url(image/my_profile/button_img.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.left_img01_profile {
	background-image: url(image/my_profile/left_img01.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 18px;
}
.right_img01_profile {
	background-image: url(image/my_profile/right_img01.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 18px;
}
.left_img02_profile {
	background-image: url(image/my_profile/left_img02.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 18px;
}
.right_img02_profile {
	background-image: url(image/my_profile/right_img02.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 18px;
}
.right_img03_profile {
	background-image: url(image/my_profile/right_img03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 18px;
	height: 24px;
}
.left_img03_profile {
	background-image: url(image/my_profile/left_img03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 18px;
	height: 24px;
}
.left_h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	height: 20px;
}
.right_h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	height: 20px;
}
.main_line {
	border: 1px solid #CCCCCC;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	line-height: 22px;
	margin-right: 5px;
}
.main_textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	line-height: 22px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.profile_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-right: 15px;
}
.right_button_profile {
	background-image: url(image/myebook/list_button_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

