#welcome-area {
	height: 54px;
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
}
#welcome-area p {
	float: left!important;
	font-size: 16px;
	line-height: 54px;
	font-weight: bold;
	color: #9B60C2;
}

#welcome-area ul {
	float: right;
	padding-top: 10px;
}
#welcome-area li {
	display: inline;
	list-style-type: none;
}
#graph {
	clear: both;
	text-align: center;
	padding: 15px 0 0;
}
#mypage-contents {
	padding: 0;
	display: block;
	zoom: 1;
	background-image: url(../images/mypage_bg_contents.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 45px;
	width: 569px;
	text-align: center;
}
#mypage-contents .message-box {
	width: 500px;
	text-align: left;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.bg-a {
	background-color: #FFFFFF;
}
.bg-b {
	background-color: #FDFBF8;
}

#mypage-contents .happy-point {
	background-image: url(../images/mypage_bg_happypoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	float: left;
	text-align: center;
	height: 90px;
	color: #E7248E;
	font-weight: bold;
	font-size: 50px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-top: 10px;
}
#mypage-contents .msg-cnt {
	width: 395px;
	float: right;
}
#mypage-contents .msg-date {
	font-size: 12px;
	background-image: url(../images/mypage_bg_msg_date.gif);
	line-height: 22px;
	padding-left: 10px;
	margin-bottom: 7px;
}
#mypage-contents .massage {
	background-image: url(../images/mypage_icon_massage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 7px;
	/*font-size: 85%;
	line-height: 1.5;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
}
#mypage-contents .kyewords {
	background-image: url(../images/mypage_icon_keywords.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 7px;
	/*font-size: 85%;
	line-height: 1.5;*/
	color: #F16394;
}
#mypage-contents .msg-edit {
	clear: both;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}
#mypage-contents .msg-edit a {
	background-image: url(../images/mypage_icon_edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
}
#btm-ctrl {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0C9ED;
	padding-top: 7px;
	padding-bottom: 15px;
	clear: both;
	margin-top: 15px;
}
#btm-ctrl #btm-ctrl-back {
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/icon_arrow_left.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	float: left;
}
#btm-ctrl #btm-ctrl-next {
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/icon_arrow_right.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	float: right;
	background-position: right;
}

#mypage-contents-btm {
	background-image: url(../images/mypage_contents_btm.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 10px;
	width: 569px;
}
#side-navi {
	margin-top: 20px;
}
#side-navi h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side-navi ul {
	margin: 0px;
	padding: 0px;
}
#side-navi ul li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0C9ED;
	/*font-size: 85%;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#side-navi #plofile-edit {
	background-image: url(../images/mypage_icon_profile_edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#side-navi #logout {
	background-image: url(../images/mypage_icon_logout.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#message-box {
	width: 525px;
	margin-top: 20px;
	background-image: url(../images/mypage_edit_t01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#entry-date {
	text-align: right;
	height: 30px;
}
#entry-date span {
	background-image: url(../images/mypage_icon_date.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 20px;
	/*font-size: 80%;*/
}
#entry-date input {
	width: 100px;
}
#message-box textarea {
	width: 525px;
}
#happyword {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mypage_edit_bg01.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#happyword #selectword {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#happyword #selectword ul {
	text-align: left;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#happyword #selectword ul li {
	display: inline;
	margin-right: 10px;
	/*font-size: 85%;*/
	line-height: 250%;
}
#happyword #selectword span {
	white-space: nowrap;
}

#happyword #inputword {
	margin-bottom: 10px;
}
#happyword #inputword table {
	width: 495px;
	margin-right: auto;
	margin-left: auto;
}
#happyword #inputword td {
	padding: 7px;
	text-align: center;
}
#happyword #inputword td input {
	width: 130px;
}
#happyword #wordchui {
	text-align: left;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#happyword #wordchui p {
	/*font-size: 75%;
	line-height: 135%;*/
	color: #A51B1B;
}




#happyword #happyword-btm {
	background-image: url(../images/mypage_edit_btm01.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 525px;
}
#mypage-contents #edit-btn {
}
#minnanohappy {
	width: 218px;
	background-image: url(../images/mypage_edit_side_bg.gif);
	background-repeat: repeat-y;
}
#minnanohappy h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#minnanohappy ul {
}
#minnanohappy li {
	/*font-size: 85%;
	line-height: 150%;*/
	margin: 0px;
	background-image: url(../images/mypage_edit_point01.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#minnanohappy li a {
	text-decoration: none;
	color: #00ABA6;
}

#minnanohappy #minnanohappy-btm {
	background-image: url(../images/mypage_edit_side_btm.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 218px;
}
#profile-up {
	width: 525px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #E5E5E5;
}
#profile-up th,
#profile-up td {
	/*font-size: 80%;
	line-height: 160%;*/
	padding: 7px;
	margin: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
#profile-up th {
	background-color: #FEF6F9;
	width: 30%;
	white-space: nowrap;
}
#profile-up td {
	background-color: #FFFFFF;
	text-align: left;
}
#read-txt {
	text-align: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	/*font-size: 85%;
	line-height: 150%;*/
}
#edit-btn {
	text-align: center;
}

