/* ユーザーページ */

/* ログイン*/
#user_page{
	
}

#user_page div.left{
	margin:10px;
}

#user_page div.right{
	margin:10px;
}

#user_page div.left div.title,
#user_page div.right div.title{
	padding:5px;
	text-align:center;
	font-weight: bold;
	color:#fff;
	background-color:#ff6600;
}

#user_page div.left div.mtext,
#user_page div.right div.mtext{
	padding:10px;
	background-color:#ddd;
}

#user_page div.left .userid,
#user_page div.left .userpassword{
	width:150px;
}

#user_page div.right div.mtext ul{
	list-style: disc;
	margin:10px 0 10px 15px;
}



