/***MyPageレイアウト***/
#mypage{
	clear: both;
	width: 640px;
	margin: 0;
	padding: 0px;
	text-align:left;
	/* overflow:hidden;	*/
}

#mypage h2{
	background-color: #eeeeee;
	color: #002277;
	padding-left: 5px;
	line-height: 24px;
	margin: 0;
}

/*********** #mypage_top styles ***********/
#mypage_top{
	background-color:#ececec;
	margin-bottom:5px;
	padding-left:5px;
	line-height: 24px;
}

/*********** #mypage_message styles ***********/
#mypage_msg{
	border:1px solid #cccccc;
	margin-bottom:10px;
	padding:4px;
	font-size:11px;
}

/*********** .mypage_goods styles ***********/
.mypage_goods_list{
	padding: 0;
	margin: 7px 0 15px 0;
	border-collapse: collapse;
}

.mypage_1goods{
	padding: 2px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
.mypage_image_cell{vertical-align:middle;height:100px;}

/*********** .mypage_keys styles ***********/
.mypage_keys{
	width: 640px;
	padding: 10px 0 15px 5px;
	/*margin: 10px 0 15px 10px;*/
	/*padding: 0;*/
	line-height: 25px;
}

/*********** .mypage_admin styles ***********/
.mypage_admin{
	width: 640px;
	padding: 10px 0 20px 5px;
	line-height: 20px;
}


/**** add by K.ITABA *****************************************************/

#top_subtitle {
	color: #ffffff;
	font-size: 12px;
	}
	
#top_subtitle a, a:link {
	text-decoration: none;	
	}
	
#top_subtitle a:hover {
	text-decoration: none;
	}

#top_subtitle_eng {
	color: #ffffff;
	font-size: 10px;
	}
	
#top_subtitle_eng a, a:link {
	color: #000;
	text-decoration: none;	
	}
	
#top_subtitle_eng a:hover {
	color: #000;
	text-decoration: none;
	}
