/* MyPage */


/* mypageContents
------------------------------------------------------------------*/
#mypageContents {
	/*height: 100%;*/
	width: 950px;
	margin-top: -1px;
	vertical-align: top;
	}
	
#mypageContentsHeader {
	background: url(../img/layout/m_line01.gif) no-repeat top left;
	height: 4px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

#mypageContentsBody {
	background: url(../img/layout/m_line02.gif) repeat-y;
	height: 100%;
	width: 930px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	}

#mypageContentsFooter {
	background: url(../img/layout/m_line03.gif) no-repeat left top;
	height: 4px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	}
	
/*********************************************************/
/* sample用 本リリース消えます */
#mypageInfoTitle {
	background: url(../img/part/openavatar.gif) no-repeat top;
	height: 390px;
	width: 593px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	}	

#mypageContentsBodyIn {
	zoom: 100%;/*IE6*/
	overflow: hidden;/*IE7 and Firefox*/
	}
	
#mypageInfoMailEntry {
	height: 71px;
	width: 645px;
	}		
